mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 19:15:41 +00:00
Sentry (#3174)
* Add sentry for optional error reporting Closes https://github.com/inventreedb/org/issues/3 Heavily inspired by https://github.com/netbox-community/netbox/issues/9340 * do not consider optional stuff in coverage * Add DSN for inventree org Co-authored-by: Oliver Walters <oliver.henry.walters@gmail.com>
This commit is contained in:
@ -47,5 +47,6 @@ pygments==2.7.4 # Syntax highlighting
|
||||
python-barcode[images]==0.13.1 # Barcode generator
|
||||
qrcode[pil]==6.1 # QR code generator
|
||||
rapidfuzz==0.7.6 # Fuzzy string matching
|
||||
sentry-sdk==1.5.12 # Error reporting (optional)
|
||||
tablib[xls,xlsx,yaml] # Support for XLS and XLSX formats
|
||||
weasyprint==55.0 # PDF generation library
|
||||
|
Reference in New Issue
Block a user