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 5241762 commit 7bb3e2eCopy full SHA for 7bb3e2e
plugins/web/opentelemetry-instrumentation-web-exception/src/instrumentation.ts
@@ -72,7 +72,7 @@ export class WebExceptionInstrumentation extends InstrumentationBase<GlobalError
72
: {};
73
74
eventLogger.emit({
75
- name: 'exception',
+ name: 'browser.exception',
76
data: { ...errorAttributes, ...customAttributes },
77
severityNumber: SeverityNumber.ERROR,
78
timestamp: hrTime(),
0 commit comments