Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Anomaly in reported crashed sessions #931

Open
jjbayer opened this issue Jun 27, 2024 · 1 comment
Open

Anomaly in reported crashed sessions #931

jjbayer opened this issue Jun 27, 2024 · 1 comment

Comments

@jjbayer
Copy link
Member

jjbayer commented Jun 27, 2024

A user reported a negative crash-free rate. We figured out that there's a single 10-second interval in which a very high number of crashed sessions was reported, but the number of total sessions remained stable:

image

This looks suspicious for two reasons:

  1. The number itself seems unreasonably high.
  2. sessions.all must always be larger than sessions.crashed. If the crashed number is higher, it means that the SDK reported session updates with init: false for which it has never reported the initial update with init: true.

Could there be a reporting bug in the electron SDK which causes large numbers of session updates to be flushed without init: true?

Zendesk ticket with URL to the API request shown above: https://sentry.zendesk.com/agent/tickets/124592

@timfish
Copy link
Collaborator

timfish commented Aug 27, 2024

When this issue closes, 5.4.0 will be published to npm. This has a fix for multiple sessions being recorded when there are multiple renderer crashes in a single session. Let us know if this fixes this issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants