diff --git a/src/components/docFeedback/index.tsx b/src/components/docFeedback/index.tsx index b0dd8704f29af..911fc896cc00a 100644 --- a/src/components/docFeedback/index.tsx +++ b/src/components/docFeedback/index.tsx @@ -41,6 +41,7 @@ export function DocFeedback({pathname}: Props) { Sentry.captureFeedback( { message: comments, + url: window.location.href, }, {captureContext: {tags: {page: pathname, type: feedbackType}}} );