You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to exclude location data from being tracked. I tried removing it from the payload in a handler function using data-before-send but the payload doesn't include any location. I do see two occurrences of the word location within the script.js, so I think that could be modified to prevent location from being sent. Since it looks minified, I'm not sure exactly how to go about changing it.
I'm also wondering how I can adjust what's shown in the public share dashboard? I'd like to exclude/hide the map. My main concern is the location data accurate to the nearest town being visible in the shareable dashboard, so if I could disable the map and location information from being displayed at all that would also resolve my issue.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
hello!
I'd like to exclude location data from being tracked. I tried removing it from the payload in a handler function using data-before-send but the payload doesn't include any location. I do see two occurrences of the word
location
within the script.js, so I think that could be modified to prevent location from being sent. Since it looks minified, I'm not sure exactly how to go about changing it.I'm also wondering how I can adjust what's shown in the public share dashboard? I'd like to exclude/hide the map. My main concern is the location data accurate to the nearest town being visible in the shareable dashboard, so if I could disable the map and location information from being displayed at all that would also resolve my issue.
thanks for the help!
Beta Was this translation helpful? Give feedback.
All reactions