1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

#9340: Add default Sentry DSN

This commit is contained in:
jeremystretch
2022-05-12 09:35:13 -04:00
parent 991950650b
commit 4cefe26f80
3 changed files with 33 additions and 5 deletions

View File

@ -426,7 +426,7 @@ Set to True to enable automatic error reporting via [Sentry](https://sentry.io/)
## SENTRY_TAGS
An optional dictionary of tags to apply to Sentry error reports. `SENTRY_ENABLED` must be True for this parameter to take effect. For example:
An optional dictionary of tag names and values to apply to Sentry error reports. `SENTRY_ENABLED` must be True for this parameter to take effect. For example:
```
SENTRY_TAGS = {
@ -435,6 +435,9 @@ SENTRY_TAGS = {
}
```
!!! warning "Reserved tag prefixes"
Avoid using any tag names which begin with `netbox.`, as this prefix is reserved by the NetBox application.
---
## SESSION_COOKIE_NAME