Closed
Bug 1742450
Opened 4 years ago
Closed 4 years ago
Make shutdown a no-op in case Glean is not initialized
Categories
(Data Platform and Tools Graveyard :: Glean.js, defect, P1)
Data Platform and Tools Graveyard
Glean.js
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: brizental, Assigned: brizental)
Details
Attachments
(1 file)
This API tries to acess the pingsDatabase which is only set on initialize. It will probably error with a bad error message if called before init, instead it should just do nothing and maybe log a message saying it didn't do anything.
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → brizental
Priority: P4 → P1
Whiteboard: [telemetry:glean-js:m?]
Comment 1•4 years ago
|
||
Assignee | ||
Updated•4 years ago
|
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Updated•3 years ago
|
Product: Data Platform and Tools → Data Platform and Tools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•