File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed
develop-docs/sdk/data-model/event-payloads Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -782,15 +782,9 @@ envelope endpoint.
782782
783783Page context contains information about the page that the event occurred on.
784784
785- ` full. url`
785+ ` url `
786786
787- : ** Required.** The URL of the page that the event occurred on, including query parameters.
788-
789- - Example: ` https://sentry.io/issues?page=1#123 `
790-
791- ` http.url `
792-
793- : ** Required.** The URL of the page that the event occurred on, excluding query parameters.
787+ : ** Required.** The URL of the page that the event occurred on, excluding query parameters & fragment.
794788
795789- Example: ` https://sentry.io/issues `
796790
@@ -818,8 +812,7 @@ Page context contains information about the page that the event occurred on.
818812{
819813 "contexts" : {
820814 "page" : {
821- "full.url" : " https://sentry.io/issues?page=1#123" ,
822- "http.url" : " https://sentry.io/issues" ,
815+ "url" : " https://sentry.io/issues" ,
823816 "http.query" : " ?page=1" ,
824817 "http.fragment" : " #123" ,
825818 "referer" : " https://sentry.io/"
You can’t perform that action at this time.
0 commit comments