mirror of
https://github.com/versia-pub/server.git
synced 2026-03-12 21:39:15 +01:00
feat: ✨ Add Sentry support
This commit is contained in:
parent
0679971cc0
commit
5061735da7
8 changed files with 57 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue