#Hide spans in breadcrumbs
6 messages · Page 1 of 1 (latest)
What SDK are you using?
In JS there is a beforeBreadcrumb hook that you could use to remove that propert from tye breadcrumb: https://docs.sentry.io/platforms/javascript/enriching-events/breadcrumbs/#customize-breadcrumbs
This is JS I think
the more I think about this field the more I think we should just not send it lol
GitHub
It seems like the fact that fetch breadcrumbs had the __span property was an accident since like forever. This PR makes it more explicit what we put in the breadcrumb data.
yea, __span does not seem to of much value anyway