Replies: 1 comment
-
In theory these breadcrumbs should be removed automatically. Can you share a link to the event? I wanna take a look whether that's a bug. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using
@sentry/node“: ”8.49.0"
.I'm getting
sentry.io
in the HTTP requests displayed in breadcrumbs, and this is burying the information I really want to see.I assume that
sentry.io
is a request automatically sent by Sentry, but I don't understand the intention of displaying it in the breadcrumbs.Is there a simple way to exclude them from the breadcrumbs?
Is the only way to filter them out foolishly using
beforeBreadcrumb
?Beta Was this translation helpful? Give feedback.
All reactions