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 6cfa68d commit 04301b7Copy full SHA for 04301b7
packages/integrations/src/captureconsole.ts
@@ -87,7 +87,7 @@ function consoleHandler(args: unknown[], level: string): void {
87
}
88
89
const error = args.find(arg => arg instanceof Error);
90
- if (level === 'error' && error) {
+ if (error) {
91
captureException(error, captureContext);
92
return;
93
0 commit comments