Skip to content

Commit 4415881

Browse files
committed
Test fix
1 parent 908f037 commit 4415881

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

samples/react-native/e2e/captureErrorsScreenTransaction.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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',

samples/react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)