File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
packages/node-experimental/src/otel Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments