File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 171
171
< app-analytics-custom type ="dimension " index ="[[item.index]] " value ="[[item.value]] "> </ app-analytics-custom >
172
172
</ template >
173
173
</ app-analytics >
174
- < app-analytics tracking-id ="UA-18021184-14 " app-name ="ARC " app-id ="[[appId]] " app-version ="[[appVersion]] " data-source ="electron-app ">
174
+ < app-analytics tracking-id ="UA-18021184-14 " app-name ="ARC-electon " app-id ="[[appId]] " app-version ="[[appVersion]] " data-source ="electron-app ">
175
175
< template is ="dom-repeat " items ="[[gaCustomMetrics]] ">
176
176
< app-analytics-custom type ="metric " index ="[[item.index]] " value ="[[item.value]] "> </ app-analytics-custom >
177
177
</ template >
178
178
< template is ="dom-repeat " items ="[[gaCustomDimensions]] ">
179
179
< app-analytics-custom type ="dimension " index ="[[item.index]] " value ="[[item.value]] "> </ app-analytics-custom >
180
180
</ template >
181
181
</ app-analytics >
182
- < app-analytics tracking-id ="UA-71458341-2 " app-name ="ARC " app-id ="[[appId]] " app-version ="[[appVersion]] " data-source ="electron-app ">
182
+ < app-analytics tracking-id ="UA-71458341-2 " app-name ="ARC-electon " app-id ="[[appId]] " app-version ="[[appVersion]] " data-source ="electron-app ">
183
183
< template is ="dom-repeat " items ="[[gaCustomMetrics]] ">
184
184
< app-analytics-custom type ="metric " index ="[[item.index]] " value ="[[item.value]] "> </ app-analytics-custom >
185
185
</ template >
366
366
* If changed setting is `telemetry` then it upodates GA state.
367
367
*/
368
368
_settingChanged : function ( e ) {
369
- if ( e . cancelable ) {
370
- return ; // request for change
371
- }
372
369
// Here we just care about `telemetry`
373
370
if ( e . detail . name !== 'telemetry' ) {
374
371
return ;
You can’t perform that action at this time.
0 commit comments