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 42eff3f commit ed14b8eCopy full SHA for ed14b8e
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: 'browser.exception',
+ name: 'exception',
76
data: errorAttributes,
77
attributes: customAttributes,
78
severityNumber: SeverityNumber.ERROR,
0 commit comments