Skip to content

Commit 0b466fa

Browse files
committed
remove full url
1 parent 54e8c06 commit 0b466fa

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

develop-docs/sdk/data-model/event-payloads/contexts.mdx

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -782,15 +782,9 @@ envelope endpoint.
782782

783783
Page 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/"

0 commit comments

Comments
 (0)