Closed
Bug 1551997
Opened 7 years ago
Closed 6 years ago
raven is deprecated. The new hotness is python-sentry
Categories
(developer.mozilla.org Graveyard :: Code Cleanup, defect, P3)
developer.mozilla.org Graveyard
Code Cleanup
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: peterbe, Unassigned)
References
Details
(Keywords: in-triage, Whiteboard: [specification][type:bug][points=2])
As you can see on https://github.com/getsentry/raven-python
"Raven is the legacy Python client for Sentry (getsentry.com) — replaced by sentry-python"
sentry-python is, to my knowledge, backwards compatible with raven but it fixes various tricky threading bugs.
| Reporter | ||
Comment 1•7 years ago
|
||
Apart from the fact that we add raven.contrib.django.raven_compat to INSTALLED_APPS the only other place where we use raven is here: https://github.com/mozilla/kuma/blob/f35cf3d8923a70dfd86aae638b2a954379dff822/kuma/health/views.py#L14
| Reporter | ||
Updated•7 years ago
|
Comment 2•6 years ago
|
||
MDN Web Docs' bug reporting has now moved to GitHub. From now on, please file content bugs at https://github.com/mdn/sprints/issues/ and platform bugs at https://github.com/mdn/kuma/issues/.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
Updated•6 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•