Skip to content

Commit 995184a

Browse files
committed
Add uri to pageview track
1 parent 0e136d8 commit 995184a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/typescriptlang-org/gatsby-browser.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ exports.onRouteUpdate = ({ location, prevLocation }) => {
4747
uri: locationWithoutPlaygroundCode,
4848
refUri: referrerWithoutPlaygroundCode,
4949
properties: {
50+
uri: locationWithoutPlaygroundCode,
5051
prev: previousLocationWithoutPlaygroundCode,
5152
lang: document.documentElement.lang,
5253
visitedPlayground:

0 commit comments

Comments
 (0)