File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ import QuantityMetricType from "@mozilla/glean/private/metrics/quantity";
1515import StringMetricType from "@mozilla/glean/private/metrics/string" ;
1616import TextMetricType from "@mozilla/glean/private/metrics/text" ;
1717import TimespanMetricType from "@mozilla/glean/private/metrics/timespan" ;
18+ import RateMetricType from "@mozilla/glean/private/metrics/rate" ;
1819import UUIDMetricType from "@mozilla/glean/private/metrics/uuid" ;
1920import URLMetricType from "@mozilla/glean/private/metrics/url" ;
2021// Plugins
@@ -33,6 +34,7 @@ console.log(
3334 JSON . stringify ( StringMetricType ) ,
3435 JSON . stringify ( TextMetricType ) ,
3536 JSON . stringify ( TimespanMetricType ) ,
37+ JSON . stringify ( RateMetricType ) ,
3638 JSON . stringify ( UUIDMetricType ) ,
3739 JSON . stringify ( URLMetricType ) ,
3840 JSON . stringify ( PingEncryptionPlugin ) ,
You can’t perform that action at this time.
0 commit comments