We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5fb323 commit b3aa714Copy full SHA for b3aa714
samples/react-native/e2e/captureErrorsScreenTransaction.test.ts
@@ -42,7 +42,6 @@ describe('Capture Errors Screen Transaction', () => {
42
type: 'transaction',
43
}),
44
expect.objectContaining({
45
- breadcrumbs: expect.anything(),
46
platform: 'javascript',
47
transaction: 'ErrorsScreen',
48
contexts: expect.objectContaining({
@@ -76,7 +75,6 @@ describe('Capture Errors Screen Transaction', () => {
76
75
77
expect(item?.[1]).toEqual(
78
79
80
measurements: expect.objectContaining({
81
time_to_initial_display: {
82
unit: 'millisecond',
0 commit comments