feat: Add Sentry support

This commit is contained in:
Jesse Wierzbinski 2024-07-24 18:10:29 +02:00
parent 0679971cc0
commit 5061735da7
No known key found for this signature in database
8 changed files with 57 additions and 0 deletions

View file

@ -389,6 +389,18 @@ log_ip = false
# Log all filtered objects
log_filters = true
[logging.sentry]
# Whether to enable https://sentry.io error logging
enabled = false
# Sentry DSN for error logging
dsn = ""
debug = false
sample_rate = 1.0
traces_sample_rate = 1.0
max_breadcrumbs = 100
# environment = "production"
[logging.storage]
# Path to logfile for requests
requests = "logs/requests.log"