Closed
Bug 1490830
Opened 7 years ago
Closed 6 years ago
Please set up Sentry for Firefox Monitor
Categories
(Cloud Services :: Operations: Deployment Requests - DEPRECATED, task)
Cloud Services
Operations: Deployment Requests - DEPRECATED
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: groovecoder, Unassigned)
Details
We would like to have Sentry monitoring for https://monitor.firefox.com and https://blurts-server.stage.mozaws.net/
If possible, we would also like to log client-side browser errors into Sentry using the official Raven.js client:
https://docs.sentry.io/clients/javascript/
For that, the docs say we will need the <key> and <project> to pass to this code:
Raven.config('https://<key>@sentry.io/<project>').install()
Comment 1•7 years ago
|
||
This is still something we should do. If you add ENVs for this, I can create the project and add the key and such to our configuration.
Flags: needinfo?(lcrouch)
Reporter | ||
Comment 2•6 years ago
|
||
I filed https://bugzilla.mozilla.org/show_bug.cgi?id=1503396 in the Sentry component.
Flags: needinfo?(lcrouch)
Comment 3•6 years ago
|
||
This should go to our sentry instance. https://sentry.prod.mozaws.net
Reporter | ||
Comment 4•6 years ago
|
||
I don't have permissions to create a new project in https://sentry.prod.mozaws.net/operations/ for Monitor. Does someone else do that? Or can I get access?
Comment 5•6 years ago
|
||
(In reply to Luke Crouch [:groovecoder] from comment #4)
> I don't have permissions to create a new project in
> https://sentry.prod.mozaws.net/operations/ for Monitor. Does someone else do
> that? Or can I get access?
I will create one.
Reporter | ||
Comment 6•6 years ago
|
||
I got errors to send into https://sentry.prod.mozaws.net/operations/firefox-monitor-prod/ from my local dev box.
I'm sending the NODE_ENV value in "environment" property while capturing errors, so - to be extra pedantic - can we rename the project to just "firefox-monitor" and use the filter(s) to filter events by environment?
Flags: needinfo?(bobm)
Comment 7•6 years ago
|
||
(In reply to Luke Crouch [:groovecoder] from comment #6)
It has been renamed to just "firefox-monitor".
Flags: needinfo?(bobm)
Reporter | ||
Comment 8•6 years ago
|
||
I see events coming from the heroku environment and they are correctly tagged as such.
I'm leaving this open to remind us to verify this in stage & prod too.
Comment 9•6 years ago
|
||
(In reply to Luke Crouch [:groovecoder] from comment #8)
How do you want to handle the configuration for this? I suggest adding a new ENV for the Sentry DSN.
Reporter | ||
Comment 10•6 years ago
|
||
Yup, it's set up via an env var. https://bugzilla.mozilla.org/show_bug.cgi?id=1505610 has the env var for deploy and where to get the key.
We can close this now that we have sentry set up and we just need to deploy v3.0.0 to activate it on stage & then prod.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•