Skip to content

Commit 6c49c5c

Browse files
committed
Bump playwright to 1.52.0
1 parent c21764d commit 6c49c5c

File tree

99 files changed

+120
-118
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+120
-118
lines changed

dev-packages/browser-integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"dependencies": {
4343
"@babel/preset-typescript": "^7.16.7",
44-
"@playwright/test": "^1.44.1",
44+
"@playwright/test": "^1.52.0",
4545
"@sentry-internal/rrweb": "2.31.0",
4646
"@sentry/browser": "8.55.0",
4747
"axios": "1.7.7",

dev-packages/browser-integration-tests/suites/public-api/instrumentation/onError/syntax-errors/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ sentryTest('should catch syntax errors', async ({ getLocalTestUrl, page, browser
2727
expect(eventData.exception?.values).toHaveLength(1);
2828
expect(eventData.exception?.values?.[0]).toMatchObject({
2929
type: 'SyntaxError',
30-
value: "Unexpected token '{'",
30+
value: "Failed to execute 'appendChild' on 'Node': Unexpected token '{'",
3131
mechanism: {
3232
type: 'onerror',
3333
handled: false,

dev-packages/browser-integration-tests/suites/replay/multiple-pages/test.ts-snapshots/seg-1-snap-incremental

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": 1,
77
"id": 9,
88
"x": 41.810001373291016,
9-
"y": 18.479999542236328
9+
"y": 18.5
1010
},
1111
"timestamp": [timestamp]
1212
},
@@ -26,7 +26,7 @@
2626
"type": 0,
2727
"id": 9,
2828
"x": 41.810001373291016,
29-
"y": 18.479999542236328
29+
"y": 18.5
3030
},
3131
"timestamp": [timestamp]
3232
},
@@ -42,4 +42,4 @@
4242
},
4343
"timestamp": [timestamp]
4444
}
45-
]
45+
]

dev-packages/browser-integration-tests/suites/replay/multiple-pages/test.ts-snapshots/seg-1-snap-incremental-chromium

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": 1,
77
"id": 9,
88
"x": 41.810001373291016,
9-
"y": 18.479999542236328
9+
"y": 18.5
1010
},
1111
"timestamp": [timestamp]
1212
},
@@ -26,7 +26,7 @@
2626
"type": 0,
2727
"id": 9,
2828
"x": 41.810001373291016,
29-
"y": 18.479999542236328
29+
"y": 18.5
3030
},
3131
"timestamp": [timestamp]
3232
},
@@ -42,4 +42,4 @@
4242
},
4343
"timestamp": [timestamp]
4444
}
45-
]
45+
]

dev-packages/browser-integration-tests/suites/replay/multiple-pages/test.ts-snapshots/seg-3-snap-incremental

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": 1,
77
"id": 9,
88
"x": 41.810001373291016,
9-
"y": 18.479999542236328
9+
"y": 18.5
1010
},
1111
"timestamp": [timestamp]
1212
},
@@ -26,7 +26,7 @@
2626
"type": 0,
2727
"id": 9,
2828
"x": 41.810001373291016,
29-
"y": 18.479999542236328
29+
"y": 18.5
3030
},
3131
"timestamp": [timestamp]
3232
},
@@ -42,4 +42,4 @@
4242
},
4343
"timestamp": [timestamp]
4444
}
45-
]
45+
]

dev-packages/browser-integration-tests/suites/replay/multiple-pages/test.ts-snapshots/seg-3-snap-incremental-chromium

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": 1,
77
"id": 9,
88
"x": 41.810001373291016,
9-
"y": 18.479999542236328
9+
"y": 18.5
1010
},
1111
"timestamp": [timestamp]
1212
},
@@ -26,7 +26,7 @@
2626
"type": 0,
2727
"id": 9,
2828
"x": 41.810001373291016,
29-
"y": 18.479999542236328
29+
"y": 18.5
3030
},
3131
"timestamp": [timestamp]
3232
},
@@ -42,4 +42,4 @@
4242
},
4343
"timestamp": [timestamp]
4444
}
45-
]
45+
]

dev-packages/browser-integration-tests/suites/replay/multiple-pages/test.ts-snapshots/seg-9-snap-incremental

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": 1,
77
"id": 9,
88
"x": 41.810001373291016,
9-
"y": 18.479999542236328
9+
"y": 18.5
1010
},
1111
"timestamp": [timestamp]
1212
},
@@ -26,7 +26,7 @@
2626
"type": 0,
2727
"id": 9,
2828
"x": 41.810001373291016,
29-
"y": 18.479999542236328
29+
"y": 18.5
3030
},
3131
"timestamp": [timestamp]
3232
},
@@ -42,4 +42,4 @@
4242
},
4343
"timestamp": [timestamp]
4444
}
45-
]
45+
]

dev-packages/browser-integration-tests/suites/replay/multiple-pages/test.ts-snapshots/seg-9-snap-incremental-chromium

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": 1,
77
"id": 9,
88
"x": 41.810001373291016,
9-
"y": 18.479999542236328
9+
"y": 18.5
1010
},
1111
"timestamp": [timestamp]
1212
},
@@ -26,7 +26,7 @@
2626
"type": 0,
2727
"id": 9,
2828
"x": 41.810001373291016,
29-
"y": 18.479999542236328
29+
"y": 18.5
3030
},
3131
"timestamp": [timestamp]
3232
},
@@ -42,4 +42,4 @@
4242
},
4343
"timestamp": [timestamp]
4444
}
45-
]
45+
]

dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-animation-frame-enabled/test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ sentryTest(
100100
data: {
101101
'browser.script.invoker': 'BUTTON#clickme.onclick',
102102
'browser.script.invoker_type': 'event-listener',
103+
'code.filepath': 'https://example.com/path/to/script.js',
103104
[SEMANTIC_ATTRIBUTE_SENTRY_OP]: 'ui.long-animation-frame',
104105
[SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN]: 'auto.ui.browser.metrics',
105106
},

dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-tasks-and-animation-frame-enabled/test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ sentryTest(
102102
data: {
103103
'browser.script.invoker': 'BUTTON#clickme.onclick',
104104
'browser.script.invoker_type': 'event-listener',
105+
'code.filepath': 'https://example.com/path/to/script.js',
105106
[SEMANTIC_ATTRIBUTE_SENTRY_OP]: 'ui.long-animation-frame',
106107
[SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN]: 'auto.ui.browser.metrics',
107108
},

0 commit comments

Comments
 (0)