You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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