Update sentry.io integration (#12729)

This commit is contained in:
Oliver
2026-08-28 16:36:28 +10:00
committed by GitHub
parent 494fc58e7c
commit 0ee2ee9ec2
5 changed files with 114 additions and 3 deletions
+4
View File
@@ -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: