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 35d6508 commit 179d8d8Copy full SHA for 179d8d8
packages/integrations/test/captureconsole.test.ts
@@ -32,7 +32,7 @@ describe('CaptureConsole setup', () => {
32
Object.assign(global.console, originalConsole);
33
});
34
35
- it('should respect user-provided console levels', () => {
+ it('should patch user-configured console levels', () => {
36
const captureConsoleIntegration = new CaptureConsole({ levels: ['log', 'warn'] });
37
captureConsoleIntegration.setupOnce(
38
() => undefined,
0 commit comments