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

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 join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

2 participants