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

Add docs around adding offline support for SDKS #476

Open
AbhiPrasad opened this issue Dec 8, 2021 · 1 comment
Open

Add docs around adding offline support for SDKS #476

AbhiPrasad opened this issue Dec 8, 2021 · 1 comment

Comments

@AbhiPrasad
Copy link
Member

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)
@AbhiPrasad AbhiPrasad added the enhancement New feature or request label Dec 8, 2021
@bruno-garcia
Copy link
Member

Additionally: An option to slow down between captures when reading off from disk (avoid triggering abuse filters in Sentry)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Status: Backlog
Development

No branches or pull requests

2 participants