Skip to content

Commit 4a05b4a

Browse files
committed
ref: Remove domain declaration
1 parent efcd66c commit 4a05b4a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

packages/hub/src/hub.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,6 @@ import { consoleSandbox, getGlobalObject, isNodeEnv, logger, timestampWithMs, uu
1717
import { Carrier, Layer } from './interfaces';
1818
import { Scope } from './scope';
1919

20-
declare module 'domain' {
21-
export let active: Domain;
22-
/**
23-
* Extension for domain interface
24-
*/
25-
export interface Domain {
26-
__SENTRY__?: Carrier;
27-
}
28-
}
29-
3020
/**
3121
* API compatibility version of this hub.
3222
*

0 commit comments

Comments
 (0)