Remove safe address tracking for GA#1683
Conversation
|
CLA Assistant Lite All Contributors have signed the CLA. |
ESLint Summary View Full Report
[warning] @typescript-eslint/explicit-module-boundary-types
Report generated by eslint-plus-action |
src/utils/googleAnalytics.ts
Outdated
| GoogleAnalytics.set({ | ||
| ReactGA.initialize(trackingID, { | ||
| gaOptions: { | ||
| siteSpeedSampleRate: 100, |
There was a problem hiding this comment.
Should we remove this parameter? I think this is only for testing purposes
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
1 similar comment
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
@tschubotz Talked with Nico and I'll need access to Google analytics to check this one. Can you give me access? |
|
@francovenica just added you to all web projects on https://analytics.google.com |
|
Travis automatic deployment: |
| // prevent logging safeAddress | ||
| let safePage = `${SAFELIST_ADDRESS}/SAFE_ADDRESS` | ||
| if (matchSafeWithAction.params?.safeAction) { | ||
| safePage += `/${matchSafeWithAction.params?.safeAction}` |
There was a problem hiding this comment.
could we use template literals instead?
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
Closes #1642.
SAFE_ADDRESSplaceholder.