-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Package: replayIssues related to the Sentry Replay SDKIssues related to the Sentry Replay SDK
Description
The try block calling the user code:
? replayOptions.beforeAddRecordingEvent(event) |
Leads to the catch block that records internal SDK error:
client.recordDroppedEvent('internal_sdk_error', 'replay'); |
This can make debugging a high number of internal sdk errors
Some ideas:
We could add the invocation to a different try/catch block. Drop the event in case of an error.
Alternatively we could record a breadcrumb:
Metadata
Metadata
Assignees
Labels
Package: replayIssues related to the Sentry Replay SDKIssues related to the Sentry Replay SDK