Skip to content

Commit e120865

Browse files
committed
fix test
1 parent 196619b commit e120865

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
@@ -34,6 +34,7 @@ describe('getReplayEvent', () => {
3434
urls: ['https://sentry.io/'],
3535
replay_id: replayId,
3636
event_id: replayId,
37+
replay_type: 'session',
3738
segment_id: 3,
3839
};
3940

@@ -46,6 +47,7 @@ describe('getReplayEvent', () => {
4647
trace_ids: ['trace-ID'],
4748
urls: ['https://sentry.io/'],
4849
replay_id: 'replay-ID',
50+
replay_type: 'session',
4951
segment_id: 3,
5052
platform: 'javascript',
5153
event_id: 'replay-ID',

0 commit comments

Comments
 (0)