Closed
Bug 1637990
Opened 4 years ago
Closed 4 years ago
Ensure Glean.initialize is not called from iOS extensions.
Categories
(Data Platform and Tools :: Glean: SDK, task, P1)
Data Platform and Tools
Glean: SDK
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: travis_, Assigned: travis_)
References
Details
Attachments
(1 file)
In order to prevent Glean from attempting to collect and send telemetry from embedded iOS extensions, we should block or prevent it from initializing when running in the extension process. We should be able to use a similar technique to this in order to detect when running in the extension process:
https://searchfox.org/mozilla-mobile/rev/d5408842b4214f583bd50cdd679addb5464ce8bf/focus-ios/Shared/AppInfo.swift#14-29
Updated•4 years ago
|
Priority: -- → P2
Whiteboard: [telemetry:glean-rs:m?]
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → tlong
Priority: P2 → P1
Comment 1•4 years ago
|
||
Assignee | ||
Updated•4 years ago
|
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•