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.
captureConsoleIntegration
1 parent b0752b5 commit f84d3b9Copy full SHA for f84d3b9
packages/integrations/src/captureconsole.ts
@@ -69,7 +69,7 @@ function consoleHandler(args: unknown[], level: string): void {
69
}
70
71
const error = args.find(arg => arg instanceof Error);
72
- if (level === 'error' && error) {
+ if (error) {
73
captureException(error, captureContext);
74
return;
75
0 commit comments