Skip to content

Commit 31e8ed3

Browse files
committed
deps-dev: Bump @playwright/test to ~1.53.2
1 parent 96e39c5 commit 31e8ed3

File tree

97 files changed

+107
-135
lines changed

Some content is hidden

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

97 files changed

+107
-135
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"dependencies": {
4242
"@babel/preset-typescript": "^7.16.7",
43-
"@playwright/test": "~1.50.0",
43+
"@playwright/test": "~1.53.2",
4444
"@sentry-internal/rrweb": "2.34.0",
4545
"@sentry/browser": "9.35.0",
4646
"@supabase/supabase-js": "2.49.3",

dev-packages/browser-integration-tests/suites/errors/fetch/init.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,4 @@ window.Sentry = Sentry;
44

55
Sentry.init({
66
dsn: 'https://[email protected]/1337',
7-
transportOptions: {
8-
fetchOptions: {
9-
// See: https://github.com/microsoft/playwright/issues/34497
10-
keepalive: false,
11-
},
12-
},
137
});

dev-packages/browser-integration-tests/suites/stacktraces/init.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,4 @@ window.Sentry = Sentry;
44

55
Sentry.init({
66
dsn: 'https://[email protected]/1337',
7-
transportOptions: {
8-
fetchOptions: {
9-
// See: https://github.com/microsoft/playwright/issues/34497
10-
keepalive: false,
11-
},
12-
},
137
});

dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/http-timings/init.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,4 @@ Sentry.init({
1313
}),
1414
],
1515
tracesSampleRate: 1,
16-
transportOptions: {
17-
fetchOptions: {
18-
// See: https://github.com/microsoft/playwright/issues/34497
19-
keepalive: false,
20-
},
21-
},
2216
});

dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/interactions/init.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,4 @@ Sentry.init({
1414
}),
1515
],
1616
tracesSampleRate: 1,
17-
transportOptions: {
18-
fetchOptions: {
19-
// See: https://github.com/microsoft/playwright/issues/34497
20-
keepalive: false,
21-
},
22-
},
2317
});

dev-packages/e2e-tests/test-applications/angular-17/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"zone.js": "~0.14.3"
3030
},
3131
"devDependencies": {
32-
"@playwright/test": "~1.50.0",
32+
"@playwright/test": "~1.53.2",
3333
"@sentry-internal/test-utils": "link:../../../test-utils",
3434
"@sentry/core": "latest || *",
3535
"@angular-devkit/build-angular": "^17.1.1",

dev-packages/e2e-tests/test-applications/angular-18/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"zone.js": "~0.14.3"
3030
},
3131
"devDependencies": {
32-
"@playwright/test": "~1.50.0",
32+
"@playwright/test": "~1.53.2",
3333
"@sentry-internal/test-utils": "link:../../../test-utils",
3434
"@sentry/core": "latest || *",
3535
"@angular-devkit/build-angular": "^18.0.0",

dev-packages/e2e-tests/test-applications/angular-19/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@angular-devkit/build-angular": "^19.0.0",
3333
"@angular/cli": "^19.0.0",
3434
"@angular/compiler-cli": "^19.0.0",
35-
"@playwright/test": "~1.50.0",
35+
"@playwright/test": "~1.53.2",
3636
"@sentry-internal/test-utils": "link:../../../test-utils",
3737
"@sentry/core": "latest || *",
3838
"@types/jasmine": "~5.1.0",

dev-packages/e2e-tests/test-applications/angular-20/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@angular-devkit/build-angular": "^20.0.0",
3434
"@angular/cli": "^20.0.0",
3535
"@angular/compiler-cli": "^20.0.0",
36-
"@playwright/test": "~1.50.0",
36+
"@playwright/test": "~1.53.2",
3737
"@sentry-internal/test-utils": "link:../../../test-utils",
3838
"@sentry/core": "latest || *",
3939
"@types/jasmine": "~5.1.0",

dev-packages/e2e-tests/test-applications/astro-4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"@astrojs/check": "0.9.2",
1616
"@astrojs/node": "8.3.4",
17-
"@playwright/test": "~1.50.0",
17+
"@playwright/test": "~1.53.2",
1818
"@sentry/astro": "* || latest",
1919
"@sentry-internal/test-utils": "link:../../../test-utils",
2020
"@spotlightjs/astro": "2.1.6",

0 commit comments

Comments
 (0)