Include Sentry for Error Reporting #91
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: servala/servala-portal#91
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Stories
As a portal developer, I want to be informed about bugs and issues with the portal
Implementation Notes
Integrate Sentry as described in https://docs.sentry.io/platforms/python/guides/django/.
Only do it in Django code, no need to integrate the Sentry JavaScript in the frontend.
Implementation idea in settings.py:
Note that we're currently using https://glitchtip.com/ instead of "real" Sentry.