diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-02-20 18:58:35 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2022-02-20 19:01:19 +0530 |
commit | 3d0006d610c89f601fef7fa64e1794cd76b47006 (patch) | |
tree | 5860930c753dce064abfe71f78efa33029b89fb7 /CHANGELOG.md | |
parent | f6dd7e338f9e9a58fd7ae641f0aa95f976ed2b6e (diff) |
Introduce Sentry for error reporting (#1737)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 83fdffe0..68db6e4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ All notable changes to this project will be documented in this file. - Allow importing QR code from images - Introduce a new opt-in PGP backend powered by [PGPainless](https://github.com/pgpainless/pgpainless) that does not require OpenKeychain - Add the ability to run garbage collection on the internal Git repository +- Introduce crash reporting backed by Sentry ### Fixed |