We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dee10c commit 64e5fe3Copy full SHA for 64e5fe3
packages/replay/test/unit/index-handleGlobalEvent.test.ts
@@ -83,7 +83,7 @@ it('only tags errors with replay id, adds trace and error id to context for erro
83
jest.runAllTimers();
84
await new Promise(process.nextTick); // wait for flush
85
86
- // Rerverts `mode` to session
+ // Reverts `mode` to session
87
expect(replay.mode).toBe('session');
88
});
89
0 commit comments