Skip to content

Commit c4f2ea7

Browse files
authored
Merge branch 'develop' into sig/nitro-utils
2 parents 5d2249f + a91a5ba commit c4f2ea7

File tree

2 files changed

+2
-1
lines changed
  • dev-packages/e2e-tests/test-applications/react-send-to-sentry
  • packages/browser/src

2 files changed

+2
-1
lines changed

dev-packages/e2e-tests/test-applications/react-send-to-sentry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@types/react-dom": "18.0.0",
1010
"react": "18.2.0",
1111
"react-dom": "18.2.0",
12-
"react-router-dom": "^6.4.1",
12+
"react-router-dom": "6.4.1",
1313
"react-scripts": "5.0.1",
1414
"typescript": "4.9.5"
1515
},

packages/browser/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,4 @@ export {
7474
export type { Span } from '@sentry/types';
7575
export { makeBrowserOfflineTransport } from './transports/offline';
7676
export { browserProfilingIntegration } from './profiling/integration';
77+
export { spotlightBrowserIntegration } from './integrations/spotlight';

0 commit comments

Comments
 (0)