Not all error ids are being included in `replay_event`
Closed this issue · 2 comments
The SDK is collecting error ids that do not seem to make it to our backend. e.g. The error count in a replay record is higher than the number of errors tagged with a specific replay id.
See:
https://sentry.io/organizations/sentry-emerging-tech/issues/3156739869/?project=6301687&query=is%3Aunresolved#exception
and
https://sentry.io/organizations/sentry-emerging-tech/issues/3612760620/?project=6301687&query=is%3Aunresolved#breadcrumbs (https://sentry.io/organizations/sentry-emerging-tech/discover/results/?field=title&field=release&field=environment&field=user.display&field=timestamp&name=TypeError%3A+Failed+to+fetch&project=6301687&query=user.ip%3A73.147.148.63&sort=-timestamp&statsPeriod=90d&yAxis=count%28%29)
It's possible these errors are being filtered by our client SDKs.