Skip to content

Commit

Permalink
Clarify when Glean.initialize must be called
Browse files Browse the repository at this point in the history
  • Loading branch information
mdboom committed Oct 19, 2020
1 parent 4a55509 commit a1bc8e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/user/general-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ The following steps are required for applications using the Glean SDK, but not l
> does this as part of its initialization, it is _required_ to always call the `initialize`
> function. Otherwise, Glean won't be able to clean up collected data, disable queuing of pre-init
> tasks, or perform other required operations.
>
> This does not apply to special builds where telemetry is disabled at build time. In that case, it is acceptable to not call `initialize` at all.
{{#include ../tab_header.md}}

Expand Down

0 comments on commit a1bc8e2

Please sign in to comment.