mirror of
https://github.com/inventree/InvenTree.git
synced 2026-08-31 01:08:03 +00:00
Update sentry.io integration (#12729)
This commit is contained in:
@@ -483,10 +483,14 @@ The InvenTree server can be integrated with the [sentry.io](https://sentry.io) m
|
||||
{{ configsetting("INVENTREE_SENTRY_ENABLED") }} Enable sentry.io integration |
|
||||
{{ configsetting("INVENTREE_SENTRY_DSN", default="Defaults to InvenTree developer key") }} Sentry DSN (data source name) key |
|
||||
{{ configsetting("INVENTREE_SENTRY_SAMPLE_RATE") }} How often to send data samples (seconds) |
|
||||
{{ configsetting("INVENTREE_SENTRY_SEND_PII") }} Include personally-identifiable information (e.g. user id/email, IP address, request data) in reported events |
|
||||
|
||||
!!! info "Default DSN"
|
||||
If enabled with the default DSN, server errors will be logged to a sentry.io account monitored by the InvenTree developers.
|
||||
|
||||
!!! warning "Personally-Identifiable Information"
|
||||
`INVENTREE_SENTRY_SEND_PII` is `False` by default. Enabling it attaches the reporting user's id/email, IP address, and request data to every event sent to Sentry - consider your organization's data-handling policy before enabling this, particularly if using the default DSN, which sends data to a sentry.io account outside your control.
|
||||
|
||||
## Customization Options
|
||||
|
||||
The logo and custom messages can be changed/set:
|
||||
|
||||
Reference in New Issue
Block a user