Skip to content

Commit d36c9f6

Browse files
authored
docs: Remove broken link (getsentry#2578)
The last change was fixing the broken link. Instead of constantly updating the link, I think we're better off without the comment altogether. For the record, this is the new location: https://develop.sentry.dev/sdk/event-payloads/request/
1 parent 8958f61 commit d36c9f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/browser/src/integrations/useragent.ts

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ export class UserAgent implements Integration {
2626
return event;
2727
}
2828

29-
// Request Interface: https://docs.sentry.io/development/sdk-dev/event-payloads/request/
3029
const request = event.request || {};
3130
request.url = request.url || global.location.href;
3231
request.headers = request.headers || {};

0 commit comments

Comments
 (0)