Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Add docs around adding offline support for SDKS #476

Description

@AbhiPrasad

On a high level getsentry/sentry-dotnet#280, captures most of it.

Some more comments from Bruno:

  • Make sure DSN is part of the path (a hash of it is fine), or alternative solution to isolating different apps using Sentry from sending the dump to a different project
  • Try to send old/previous runs when starts up.
  • Keep a max number of files on disk not to run out of space. Delete older dumps first (with session support we also move the init flag from one envelope to the next session update, hacky but it's the solution we have so far)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions