Skip to content

Commit 22a7b86

Browse files
author
Luca Forstner
committed
f
1 parent 5feffb5 commit 22a7b86

File tree

2 files changed

+2
-0
lines changed
  • dev-packages/browser-integration-tests/suites/replay

2 files changed

+2
-0
lines changed

dev-packages/browser-integration-tests/suites/replay/captureReplay/test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ sentryTest('should capture replays (@sentry/browser export)', async ({ getLocalT
7979
replay_type: 'session',
8080
event_id: expect.stringMatching(/\w{32}/),
8181
environment: 'production',
82+
contexts: expect.any(Object),
8283
sdk: {
8384
integrations: [
8485
'InboundFilters',

dev-packages/browser-integration-tests/suites/replay/captureReplayFromReplayPackage/test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ sentryTest('should capture replays (@sentry/replay export)', async ({ getLocalTe
7979
replay_type: 'session',
8080
event_id: expect.stringMatching(/\w{32}/),
8181
environment: 'production',
82+
contexts: expect.any(Object),
8283
sdk: {
8384
integrations: [
8485
'InboundFilters',

0 commit comments

Comments
 (0)