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 1633d3b commit ea01cf8Copy full SHA for ea01cf8
2 files changed
CHANGELOG.md
@@ -12,6 +12,7 @@
12
13
- Fixed Sentry CLI executable path resolution that was causing iOS build script failures ([#5003](https://github.com/getsentry/sentry-react-native/pull/5003))
14
- Fix for `sentry-cli` path discovery not working on Android ([#5009](https://github.com/getsentry/sentry-react-native/pull/5009))
15
+- Export `addIntegration` from `@sentry/core` ([#5020](https://github.com/getsentry/sentry-react-native/pull/5020))
16
17
### Features
18
packages/core/src/js/index.ts
@@ -18,6 +18,7 @@ export type {
19
export {
20
addBreadcrumb,
21
+ addIntegration,
22
captureException,
23
captureEvent,
24
captureFeedback,
0 commit comments