Closed
Bug 1841075
Opened 2 years ago
Closed 2 years ago
PingRateLimit, like all types in RLB's Configuration, should be re-exported
Categories
(Data Platform and Tools :: Glean: SDK, defect, P1)
Data Platform and Tools
Glean: SDK
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: chutten, Assigned: perry.mcmanis)
References
Details
Attachments
(1 file)
In bug 1647630 I added glean_core::PingRateLimit
to the Configuration
. But I didn't expose it on RLB (the glean
crate). Meaning that, to use RLB properly, we kinda/sorta need to once again have both glean
and glean_core
dependencies for FOG (and anyone else using RLB) : |
I think we're just a pub use
away from making this much nicer.
This bug is about re-exporting PingRateLimit
on RLB so embedders aren't forced to also depend on glean_core
and filing a follow-up bug in Toolkit::Telemetry
for getting rid of the glean_core
import in FOG.
Assignee | ||
Updated•2 years ago
|
Assignee: nobody → pmcmanis
Assignee | ||
Updated•2 years ago
|
Priority: -- → P1
Comment 1•2 years ago
|
||
Assignee | ||
Updated•2 years ago
|
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•