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 {
33
33
}
34
34
35
35
function getCurrentHub ( ) : Hub {
36
+ // eslint-disable-next-line deprecation/deprecation
36
37
const hub = _getCurrentHub ( ) ;
37
38
return {
38
39
...hub ,
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ export class SentryContextManager extends AsyncLocalStorageContextManager {
46
46
const scopes : CurrentScopes = { scope : newCurrentScope , isolationScope : newIsolationScope } ;
47
47
48
48
const mockHub = {
49
- // eslint-disable-next-line deprecation/depreaction
49
+ // eslint-disable-next-line deprecation/deprecation
50
50
...getCurrentHub ( ) ,
51
51
getScope : ( ) => newCurrentScope ,
52
52
getIsolationScope : ( ) => newIsolationScope ,
You can’t perform that action at this time.
0 commit comments