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.
2 parents 5d2249f + a91a5ba commit c4f2ea7Copy full SHA for c4f2ea7
dev-packages/e2e-tests/test-applications/react-send-to-sentry/package.json
@@ -9,7 +9,7 @@
9
"@types/react-dom": "18.0.0",
10
"react": "18.2.0",
11
"react-dom": "18.2.0",
12
- "react-router-dom": "^6.4.1",
+ "react-router-dom": "6.4.1",
13
"react-scripts": "5.0.1",
14
"typescript": "4.9.5"
15
},
packages/browser/src/index.ts
@@ -74,3 +74,4 @@ export {
74
export type { Span } from '@sentry/types';
75
export { makeBrowserOfflineTransport } from './transports/offline';
76
export { browserProfilingIntegration } from './profiling/integration';
77
+export { spotlightBrowserIntegration } from './integrations/spotlight';
0 commit comments