Skip to content

Commit 187ee5c

Browse files
committed
fix linting
1 parent 2123499 commit 187ee5c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/node-experimental/src/otel/asyncContextStrategy.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export function setOpenTelemetryContextAsyncContextStrategy(): void {
3333
}
3434

3535
function getCurrentHub(): Hub {
36+
// eslint-disable-next-line deprecation/deprecation
3637
const hub = _getCurrentHub();
3738
return {
3839
...hub,

packages/node-experimental/src/otel/contextManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export class SentryContextManager extends AsyncLocalStorageContextManager {
4646
const scopes: CurrentScopes = { scope: newCurrentScope, isolationScope: newIsolationScope };
4747

4848
const mockHub = {
49-
// eslint-disable-next-line deprecation/depreaction
49+
// eslint-disable-next-line deprecation/deprecation
5050
...getCurrentHub(),
5151
getScope: () => newCurrentScope,
5252
getIsolationScope: () => newIsolationScope,

0 commit comments

Comments
 (0)