2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 04:55:44 +00:00

Add option for sentry.io integration

This commit is contained in:
Oliver Walters
2020-05-02 20:58:29 +10:00
parent 873c03376a
commit b1d33ef3bc
2 changed files with 29 additions and 1 deletions

View File

@ -65,4 +65,11 @@ log_queries: False
# Backup options
# Set the backup_dir parameter to store backup files in a specific location
# If unspecified, the local user's temp directory will be used
#backup_dir: '/home/inventree/backup/'
#backup_dir: '/home/inventree/backup/'
# Sentry.io integration
# If you have a sentry.io account, it can be used to log server errors
# Ensure sentry_sdk is installed by running 'pip install sentry-sdk'
sentry:
enabled: False
# dsn: add-your-sentry-dsn-here