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 026acec commit 05dab63Copy full SHA for 05dab63
packages/browser/src/index.ts
@@ -67,7 +67,7 @@ export {
67
export type { Span } from '@sentry/core';
68
export { makeBrowserOfflineTransport } from './transports/offline';
69
export { browserProfilingIntegration } from './profiling/integration';
70
-export { browserSessionIntegration } from './integrations/browsersession';
71
export { spotlightBrowserIntegration } from './integrations/spotlight';
+export { browserSessionIntegration } from './integrations/browsersession';
72
export { launchDarklyIntegration, buildLaunchDarklyFlagUsedHandler } from './integrations/featureFlags/launchdarkly';
73
export { openFeatureIntegration, OpenFeatureIntegrationHook } from './integrations/featureFlags/openfeature';
0 commit comments