File tree 3 files changed +8
-0
lines changed
packages/core/src/js/integrations
3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 6
6
> make sure you follow our [ migration guide] ( https://docs.sentry.io/platforms/react-native/migration/ ) first.
7
7
<!-- prettier-ignore-end -->
8
8
9
+ ## Unreleased
10
+
11
+ ### Fixes
12
+
13
+ - Export ` extraErrorDataIntegration ` from ` @sentry/core ` ([ #4762 ] ( https://github.com/getsentry/sentry-react-native/pull/4762 ) )
14
+
9
15
## 6.11.0
10
16
11
17
### Features
Original file line number Diff line number Diff line change @@ -34,4 +34,5 @@ export {
34
34
inboundFiltersIntegration ,
35
35
linkedErrorsIntegration as browserLinkedErrorsIntegration ,
36
36
rewriteFramesIntegration ,
37
+ extraErrorDataIntegration ,
37
38
} from '@sentry/react' ;
Original file line number Diff line number Diff line change @@ -126,6 +126,7 @@ Sentry.init({
126
126
} ,
127
127
namePlaceholder : 'Fullname' ,
128
128
} ) ,
129
+ Sentry . extraErrorDataIntegration ( ) ,
129
130
) ;
130
131
return integrations . filter ( i => i . name !== 'Dedupe' ) ;
131
132
} ,
You can’t perform that action at this time.
0 commit comments