Skip to content

[Release Health] Unable to conditionally update sessions for certain kinds of dumps #782

Closed as not planned
@souredoutlook

Description

@souredoutlook

Problem Statement

Related to: #722 (comment)

While it is possible to filter out events where DumpWithoutCrashing is the cause, these events still count against the crash free rate for sessions.

Currently it is not possible to conditionally update sessions where a crash is percieved to have happened (even though it may or may not be percieved by the end user of the app).

Solution Brainstorm

In JS SDKs typically you can prevent session updates or manually revert updates to a session where the last event was dropped in an event processor.

Given how Main Process sessions are stored to disk this is not as simple in Electron.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions