Skip to content

Commit 1b530f7

Browse files
Abinet18martinkuba
andauthored
Update plugins/web/opentelemetry-instrumentation-page-view/src/instrumentation.ts
Co-authored-by: Martin Kuba <[email protected]>
1 parent 0523e66 commit 1b530f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/web/opentelemetry-instrumentation-page-view/src/instrumentation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export class PageViewInstrumentation extends InstrumentationBase<PageViewInstrum
7373
const vPageViewEvent: Event = {
7474
name: EVENT_NAME,
7575
data: {
76-
'http.url': window.location.href,
76+
'url': window.location.href,
7777
title,
7878
changeState: changeState || '',
7979
referrer,

0 commit comments

Comments
 (0)