We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52ef7fd commit e91d64dCopy full SHA for e91d64d
packages/browser/src/index.ts
@@ -75,3 +75,5 @@ export type { Span } from '@sentry/types';
75
export { makeBrowserOfflineTransport } from './transports/offline';
76
export { browserProfilingIntegration } from './profiling/integration';
77
export { spotlightBrowserIntegration } from './integrations/spotlight';
78
+
79
+export const testChange = 'ahaha';
0 commit comments