Skip to content

Commit f0d6bd6

Browse files
author
Beatriz Rizental
authored
Merge pull request #259 from mozilla/brizental-patch-1
Remove outdated comment from Glean.initialize
2 parents 5cd3daa + fb0bf25 commit f0d6bd6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

glean/src/core/glean.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)