Closed
Bug 940560
Opened 11 years ago
Closed 11 years ago
add optional analytics back into the webapp
Categories
(Socorro :: Webapp, task)
Socorro
Webapp
Tracking
(Not tracked)
RESOLVED
FIXED
70
People
(Reporter: lonnen, Unassigned)
References
Details
(Whiteboard: [qa+][config needed])
Attachments
(1 file)
Log file analytics were manually intensive and had a miniscule signal:noise ratio. Attempting to implement page-level analytics in graphite resulted in crash-stats crashing our graphite cluster several times.
We used to use client side web analytics, but removed it when Moz briefly switched providers. Now we're back to using Google Analytics, and I think we should set it up for Socorro again.
Comment 1•11 years ago
|
||
Comment 2•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/59fc7ceb5749250e7bfe835dfa302e66174beed4
fixes bug 940560 - add optional analytics back into the webapp
https://github.com/mozilla/socorro/commit/a52c9f15d7182e90406a89c9cb550382b9fba229
Merge pull request #1700 from peterbe/bug-940560-add-optional-analytics-back-into-the-webapp
fixes bug 940560 - add optional analytics back into the webapp
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 3•11 years ago
|
||
I believe (based on testing -- Web Console + bug dependency -- bug 941703) that this is off right now, but can (and probably should) be tested once that's resolved. Team can verify once that's in, though, too.
OS: Mac OS X → All
Hardware: x86 → All
Whiteboard: [qa+]
Reporter | ||
Comment 5•11 years ago
|
||
The format for this changed. We'll need to add config for local.py from https://bugzilla.mozilla.org/show_bug.cgi?id=941703#c3
# Optional Google Analytics ID
#GOOGLE_ANALYTICS_ID = "UA-35433268-50"
# Root domain. Required iff you're providing an analytics ID.
#GOOGLE_ANALYTICS_DOMAIN = "mozilla.org"
PR:
https://github.com/mozilla/socorro/pull/1742
landed.
Whiteboard: [qa+] → [qa+][config needed]
Target Milestone: 68 → 70
You need to log in
before you can comment on or make changes to this bug.
Description
•