File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ describe('Capture Errors Screen Transaction', () => {
4242 type : 'transaction' ,
4343 } ) ,
4444 expect . objectContaining ( {
45+ breadcrumbs : expect . anything ( ) ,
4546 platform : 'javascript' ,
4647 transaction : 'ErrorsScreen' ,
4748 contexts : expect . objectContaining ( {
@@ -75,6 +76,7 @@ describe('Capture Errors Screen Transaction', () => {
7576
7677 expect ( item ?. [ 1 ] ) . toEqual (
7778 expect . objectContaining ( {
79+ breadcrumbs : expect . anything ( ) ,
7880 measurements : expect . objectContaining ( {
7981 time_to_initial_display : {
8082 unit : 'millisecond' ,
Original file line number Diff line number Diff line change 11{
22 "name" : " sentry-react-native-sample" ,
3- "version" : " 6.19 .0" ,
3+ "version" : " 6.20 .0" ,
44 "private" : true ,
55 "scripts" : {
66 "android" : " react-native run-android" ,
You can’t perform that action at this time.
0 commit comments