Skip to content

Commit

Permalink
fix lint pls?
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 committed Apr 10, 2024
1 parent bd82818 commit 5396579
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/tracing-internal/src/node/integrations/express.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ export class Express implements Integration {
/**
* @inheritDoc
*/
// eslint-disable-next-line deprecation/deprecation
public setupOnce(_: unknown, getCurrentHub: () => Hub): void {
if (!this._router) {
DEBUG_BUILD && logger.error('ExpressIntegration is missing an Express instance');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import type { Hub } from '@sentry/types';
* @param getCurrentHub A method to fetch the current hub
* @returns boolean
*/
// eslint-disable-next-line deprecation/deprecation
export function shouldDisableAutoInstrumentation(getCurrentHub: () => Hub): boolean {
// eslint-disable-next-line deprecation/deprecation
const clientOptions = getCurrentHub().getClient()?.getOptions();
Expand Down

0 comments on commit 5396579

Please sign in to comment.