Skip to content

Commit b538c26

Browse files
committed
Export extraErrorDataIntegration
1 parent 17c0c2e commit b538c26

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

+1
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

+1
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)