Skip to content

Commit b1844a3

Browse files
authored
Merge f753052 into 17c0c2e
2 parents 17c0c2e + f753052 commit b1844a3

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
- Prevent crash on iOS during profiling stop when debug images are missing ([#4738](https://github.com/getsentry/sentry-react-native/pull/4738))
1515
- Attach only App Starts within the 60s threshold (fixed comparison units, use ms) ([#4746](https://github.com/getsentry/sentry-react-native/pull/4746))
1616
- Add missing `popTimeToDisplayFor` in to the Android Old Arch Native interface([#4751](https://github.com/getsentry/sentry-react-native/pull/4751))
17+
- Export `extraErrorDataIntegration` from `@sentry/core` ([#4762](https://github.com/getsentry/sentry-react-native/pull/4762))
1718

1819
### Dependencies
1920

packages/core/src/js/integrations/exports.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ export {
3434
inboundFiltersIntegration,
3535
linkedErrorsIntegration as browserLinkedErrorsIntegration,
3636
rewriteFramesIntegration,
37+
extraErrorDataIntegration,
3738
} from '@sentry/react';

samples/react-native/src/App.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ Sentry.init({
126126
},
127127
namePlaceholder: 'Fullname',
128128
}),
129+
Sentry.extraErrorDataIntegration(),
129130
);
130131
return integrations.filter(i => i.name !== 'Dedupe');
131132
},

0 commit comments

Comments
 (0)