Skip to content

Commit ea01cf8

Browse files
authored
fix(core): Export addIntegration from core (#5020)
* fix(core): Export addIntegration from core * Adds changelog
1 parent 1633d3b commit ea01cf8

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
- Fixed Sentry CLI executable path resolution that was causing iOS build script failures ([#5003](https://github.com/getsentry/sentry-react-native/pull/5003))
1414
- 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))
1516

1617
### Features
1718

packages/core/src/js/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export type {
1818

1919
export {
2020
addBreadcrumb,
21+
addIntegration,
2122
captureException,
2223
captureEvent,
2324
captureFeedback,

0 commit comments

Comments
 (0)