Closed
Bug 892004
Opened 11 years ago
Closed 11 years ago
We should use errormill for all exceptions in middleware_app
Categories
(Socorro Graveyard :: Middleware, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Future
People
(Reporter: peterbe, Assigned: peterbe)
References
Details
(Whiteboard: [qa-])
This will make it easier to debug why we get 500 errors into socorro-crashstats
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → peterbe
Target Milestone: --- → 54
Assignee | ||
Comment 1•11 years ago
|
||
Comment 2•11 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/954d955673fb1922655b19b16bac98ab26f79a25
bug 892004 - errormill for all exceptions in middleware_app, r=AdrianGaudebert
Assignee | ||
Updated•11 years ago
|
Target Milestone: 54 → 55
Updated•11 years ago
|
Whiteboard: [qa-]
Assignee | ||
Updated•11 years ago
|
Target Milestone: 55 → 56
Assignee | ||
Updated•11 years ago
|
Target Milestone: 56 → 57
Assignee | ||
Comment 3•11 years ago
|
||
On dev, the middleware is now hooked up to Errormill.
https://errormill.mozilla.org/webtools/socorro-dev/
To do that I edited /etc/socorro/middleware.ini and added the following lines::
[sentry]
+include /etc/socorro/sentry.ini
And in sentry.ini it just contains::
dsn=https://2413..redacted...9d@errormill.mozilla.org/31
Assignee | ||
Updated•11 years ago
|
Target Milestone: 57 → 58
Assignee | ||
Updated•11 years ago
|
Target Milestone: 58 → Future
Assignee | ||
Comment 4•11 years ago
|
||
Just forgot to resolve the bug.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Product: Socorro → Socorro Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•