-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Send same Sentry event at most once per 24h (#2312)
Desktop was not filtering events sent to our Sentry server which could result in a lot of events being sent at once when facing an issue which is not resolved quickly during an operation which is retried or done repeatedly (e.g. errors raised while trying to access PouchDB while the db is corrupted). We will now keep track of all events sent in the past 24 hours (or since the app was last started, whichever is the most recent) and will only send events that were not sent already in this timespan.
- Loading branch information
1 parent
5d800b1
commit eb1d431
Showing
2 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters