We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17c0c2e commit b538c26Copy full SHA for b538c26
packages/core/src/js/integrations/exports.ts
@@ -34,4 +34,5 @@ export {
34
inboundFiltersIntegration,
35
linkedErrorsIntegration as browserLinkedErrorsIntegration,
36
rewriteFramesIntegration,
37
+ extraErrorDataIntegration,
38
} from '@sentry/react';
samples/react-native/src/App.tsx
@@ -126,6 +126,7 @@ Sentry.init({
126
},
127
namePlaceholder: 'Fullname',
128
}),
129
+ Sentry.extraErrorDataIntegration(),
130
);
131
return integrations.filter(i => i.name !== 'Dedupe');
132
0 commit comments