File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -162,14 +162,6 @@ class Glean {
162162 /**
163163 * Initialize Glean. This method should only be called once, subsequent calls will be no-op.
164164 *
165- * # Note
166- *
167- * Before this method is called Glean will not be able to upload pings or record metrics,
168- * all such operations will be no-op.
169- *
170- * This is _not_ the way glean-core deals with this. It will record tasks performed before init
171- * and flush them on init. We have a bug to figure out how to do that for Glean.js, Bug 1687491.
172- *
173165 * @param applicationId The application ID (will be sanitized during initialization).
174166 * @param uploadEnabled Determines whether telemetry is enabled.
175167 * If disabled, all persisted metrics, events and queued pings
You can’t perform that action at this time.
0 commit comments