Skip to content

Commit 5637eac

Browse files
committed
fix lint pls?
1 parent 376d33f commit 5637eac

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/tracing-internal/src/node/integrations/express.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ export class Express implements Integration {
119119
/**
120120
* @inheritDoc
121121
*/
122+
// eslint-disable-next-line deprecation/deprecation
122123
public setupOnce(_: unknown, getCurrentHub: () => Hub): void {
123124
if (!this._router) {
124125
DEBUG_BUILD && logger.error('ExpressIntegration is missing an Express instance');

packages/tracing-internal/src/node/integrations/utils/node-utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import type { Hub } from '@sentry/types';
66
* @param getCurrentHub A method to fetch the current hub
77
* @returns boolean
88
*/
9+
// eslint-disable-next-line deprecation/deprecation
910
export function shouldDisableAutoInstrumentation(getCurrentHub: () => Hub): boolean {
1011
// eslint-disable-next-line deprecation/deprecation
1112
const clientOptions = getCurrentHub().getClient()?.getOptions();

0 commit comments

Comments
 (0)