Skip to content

Commit 613e2f4

Browse files
committed
Change globals export
1 parent 72ce5da commit 613e2f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/types/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export type { Event, EventHint } from './event';
2929
export type { EventProcessor } from './eventprocessor';
3030
export type { Exception } from './exception';
3131
export type { Extra, Extras } from './extra';
32-
import './globals';
32+
export type {} from './globals';
3333
export type { Hub } from './hub';
3434
export type { Integration, IntegrationClass } from './integration';
3535
export type { Mechanism } from './mechanism';

0 commit comments

Comments
 (0)