Skip to content

Commit 7aef5bc

Browse files
author
Luca Forstner
committed
.
1 parent b8792da commit 7aef5bc

File tree

3 files changed

+3
-1
lines changed
  • dev-packages/browser-integration-tests/suites/replay
  • packages/opentelemetry/test/integration

3 files changed

+3
-1
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
@@ -41,6 +41,7 @@ sentryTest('should capture replays (@sentry/browser export)', async ({ getLocalT
4141
replay_type: 'session',
4242
event_id: expect.stringMatching(/\w{32}/),
4343
environment: 'production',
44+
contexts: expect.any(Object),
4445
sdk: {
4546
integrations: [
4647
'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
@@ -41,6 +41,7 @@ sentryTest('should capture replays (@sentry/replay export)', async ({ getLocalTe
4141
replay_type: 'session',
4242
event_id: expect.stringMatching(/\w{32}/),
4343
environment: 'production',
44+
contexts: expect.any(Object),
4445
sdk: {
4546
integrations: [
4647
'InboundFilters',

packages/opentelemetry/test/integration/scope.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ describe('Integration | Scope', () => {
123123
}
124124
});
125125

126-
it.only('isolates parallel root scopes', async () => {
126+
it('isolates parallel root scopes', async () => {
127127
const beforeSend = jest.fn(() => null);
128128
const beforeSendTransaction = jest.fn(() => null);
129129

0 commit comments

Comments
 (0)