There was an error while loading. Please reload this page.
1 parent f4b9fa5 commit ef0370fCopy full SHA for ef0370f
src/errors.ts
@@ -52,7 +52,7 @@ function addErrorTag(key: string, value: string) {
52
}
53
54
export function reportError(error: Error | string, metadata: object = {}) {
55
- console.log('Reporting error:', error);
+ console.log('Reporting error:', error, metadata);
56
if (!sentryInitialized) return;
57
58
Sentry.withScope((scope) => {
0 commit comments