Skip to content

Commit ed14b8e

Browse files
committed
switch to "exception" for name
1 parent 42eff3f commit ed14b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/web/opentelemetry-instrumentation-web-exception/src/instrumentation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export class WebExceptionInstrumentation extends InstrumentationBase<GlobalError
7272
: {};
7373

7474
eventLogger.emit({
75-
name: 'browser.exception',
75+
name: 'exception',
7676
data: errorAttributes,
7777
attributes: customAttributes,
7878
severityNumber: SeverityNumber.ERROR,

0 commit comments

Comments
 (0)