Skip to content

Commit 017b763

Browse files
committed
fix test
1 parent 6cdcd81 commit 017b763

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/replay/test/unit/util/getReplayEvent.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ describe('getReplayEvent', () => {
3333
trace_ids: ['trace-ID'],
3434
urls: ['https://sentry.io/'],
3535
replay_id: replayId,
36+
replay_type: 'session',
3637
segment_id: 3,
3738
};
3839

@@ -45,6 +46,7 @@ describe('getReplayEvent', () => {
4546
trace_ids: ['trace-ID'],
4647
urls: ['https://sentry.io/'],
4748
replay_id: 'replay-ID',
49+
replay_type: 'session',
4850
segment_id: 3,
4951
platform: 'javascript',
5052
// generated uuid with 32 chars

0 commit comments

Comments
 (0)