We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 555fa0c commit 5eb2916Copy full SHA for 5eb2916
glean/src/core/context.ts
@@ -79,6 +79,8 @@ export class Context {
79
LOG_TAG,
80
[
81
"Attempted to access Context.uploadEnabled before it was set. This may cause unexpected behaviour.",
82
+ "Please double check if a boolean value was passed to `Glean.setUploadEnabled`",
83
+ "or to the `uploadEnabled` value on `Glean.initialize`."
84
],
85
LoggingLevel.Error
86
);
0 commit comments