Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions glean/src/core/glean.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,14 +162,6 @@ class Glean {
/**
* Initialize Glean. This method should only be called once, subsequent calls will be no-op.
*
* # Note
*
* Before this method is called Glean will not be able to upload pings or record metrics,
* all such operations will be no-op.
*
* This is _not_ the way glean-core deals with this. It will record tasks performed before init
* and flush them on init. We have a bug to figure out how to do that for Glean.js, Bug 1687491.
*
* @param applicationId The application ID (will be sanitized during initialization).
* @param uploadEnabled Determines whether telemetry is enabled.
* If disabled, all persisted metrics, events and queued pings
Expand Down