File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
packages/tracing-internal/src/node/integrations Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,7 @@ export class Express implements Integration {
119
119
/**
120
120
* @inheritDoc
121
121
*/
122
+ // eslint-disable-next-line deprecation/deprecation
122
123
public setupOnce ( _ : unknown , getCurrentHub : ( ) => Hub ) : void {
123
124
if ( ! this . _router ) {
124
125
DEBUG_BUILD && logger . error ( 'ExpressIntegration is missing an Express instance' ) ;
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ import type { Hub } from '@sentry/types';
6
6
* @param getCurrentHub A method to fetch the current hub
7
7
* @returns boolean
8
8
*/
9
+ // eslint-disable-next-line deprecation/deprecation
9
10
export function shouldDisableAutoInstrumentation ( getCurrentHub : ( ) => Hub ) : boolean {
10
11
// eslint-disable-next-line deprecation/deprecation
11
12
const clientOptions = getCurrentHub ( ) . getClient ( ) ?. getOptions ( ) ;
You can’t perform that action at this time.
0 commit comments