File tree Expand file tree Collapse file tree 2 files changed +0
-28
lines changed Expand file tree Collapse file tree 2 files changed +0
-28
lines changed Original file line number Diff line number Diff line change @@ -2906,10 +2906,6 @@ BrowserGlue.prototype = {
2906
2906
) ;
2907
2907
Services . fog . setMetricsFeatureConfig ( JSON . stringify ( cfg ) ) ;
2908
2908
} ) ;
2909
-
2910
- if ( ! AppConstants . RELEASE_OR_BETA ) {
2911
- Glean . fogValidation . someObject . set ( { name : "fog-init" , set : true } ) ;
2912
- }
2913
2909
} ,
2914
2910
} ,
2915
2911
Original file line number Diff line number Diff line change @@ -168,27 +168,3 @@ fog.ipc:
168
168
- chutten@mozilla.com
169
169
- glean-team@mozilla.com
170
170
expires : never
171
-
172
- fog.validation :
173
- some_object :
174
- type : object
175
- send_in_pings :
176
- - metrics
177
- description : |
178
- Static data recorded to verify the new object metric type end-to-end.
179
- bugs :
180
- - https://bugzilla.mozilla.org/show_bug.cgi?id=1883879
181
- data_reviews :
182
- - https://bugzilla.mozilla.org/show_bug.cgi?id=1883879#2
183
- data_sensitivity :
184
- - technical
185
- notification_emails :
186
- - jrediger@mozilla.com
187
- expires : 126
188
- structure :
189
- type : object
190
- properties :
191
- name :
192
- type : string
193
- set :
194
- type : boolean
You can’t perform that action at this time.
0 commit comments