Open
Bug 1934931
Opened 3 months ago
Updated 27 days ago
Investigate the need for additional application instantiation of custom pings since Glean v63.0.0
Categories
(Data Platform and Tools :: Glean: SDK, defect, P2)
Data Platform and Tools
Glean: SDK
Tracking
(Not tracked)
NEW
People
(Reporter: travis_, Assigned: janerik)
References
Details
With the changes in Glean v63.0.0, custom pings need to be registered/instantiated before Glean is initialized, otherwise you cannot record data on them.
On Android, the GleanTestRule doesn't really allow for this and so it isn't possible to use it with tests involving custom pings or data on those pings.
On Desktop, crashreporter requires touching the generated ping instance prior to init also.
On iOS, we don't have a GleanTestRule, but it still required activating the pings by calling registerPings
We should investigate if we can instantiate these pings within Glean or the ping instances in a way that avoids this extra integration code which could lead to obscure failures that are difficult to debug.
Reporter | ||
Updated•2 months ago
|
Summary: GleanTestRule doesn't allow registering of custom pings before Glean init → Investigate the need for additional application instantiation of custom pings since Glean v63.0.0
Assignee | ||
Updated•27 days ago
|
Assignee: nobody → jrediger
Priority: -- → P2
You need to log in
before you can comment on or make changes to this bug.
Description
•