We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fec973 commit 5317a75Copy full SHA for 5317a75
packages/browser/src/index.ts
@@ -24,3 +24,6 @@ export { Hub, Scope } from '@sentry/hub';
24
export { BrowserBackend, BrowserOptions } from './backend';
25
export { BrowserClient } from './client';
26
export { init, getCurrentClient } from './sdk';
27
+
28
+import * as Integrations from './integrations';
29
+export { Integrations };
packages/node/src/index.ts
@@ -25,3 +25,6 @@ export { Hub } from './hub';
export { NodeBackend, NodeOptions } from './backend';
export { NodeClient } from './client';
30
0 commit comments