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
feat: Add synchronous storeCrashReport method to RaygunClient
- Expose a public storeCrashReport: method that writes a RaygunMessage
to disk synchronously
- Applies groupingKeyProvider and beforeSendMessage before storing
- Stored reports are sent on next launch via sendAllStoredCrashReports
- Intended for use in unhandled exception hooks where async sends
would not complete before process termination
Amp-Thread-ID: https://ampcode.com/threads/T-019c9e51-098e-704c-b1bb-7cd5b9576955
Co-authored-by: Amp <amp@ampcode.com>
0 commit comments