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
The only required field is url, all others are optional.
When this is present, we want to infer the url from it instead of from event.request.url.
I am not sure if we do anything with referer right now, but if we do, we should also infer it from there instead.
The text was updated successfully, but these errors were encountered:
Based on getsentry/sentry-docs#13203, let's wait for this to be merged so details are settled.
We want to add a new
page
context, based on the develop docs schema:The only required field is
url
, all others are optional.When this is present, we want to infer the
url
from it instead of fromevent.request.url
.I am not sure if we do anything with referer right now, but if we do, we should also infer it from there instead.
The text was updated successfully, but these errors were encountered: