Skip to content

Commit 7bb3e2e

Browse files
committed
match semconv for name
1 parent 5241762 commit 7bb3e2e

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: 'exception',
75+
name: 'browser.exception',
7676
data: { ...errorAttributes, ...customAttributes },
7777
severityNumber: SeverityNumber.ERROR,
7878
timestamp: hrTime(),

0 commit comments

Comments
 (0)