Open
Bug 2054197
Opened 6 days ago
Updated 3 days ago
Support pings in glean-sym
Categories
(Data Platform and Tools :: Glean: SDK, enhancement, P2)
Data Platform and Tools
Glean: SDK
Tracking
(Not tracked)
NEW
People
(Reporter: bdk, Unassigned)
References
(Blocks 1 open bug)
Details
glean-sym doesn't appear to support pings yet. When I added components/support/errors/pings.yaml to the glean_build::Builder, I saw the following error:
error[E0433]: failed to resolve: could not find `PingType` in `glean_sym`
--> /home/ben/application-services/target/debug/build/error-support-c3c96afad61d8d8d/out/glean_metrics.rs:74:54
|
74 | ::glean_sym::__export::Lazy::new(|| ::glean_sym::PingType::new("rust-component-errors", true, false, true, true, true, vec![], vec![], true, vec...
| ^^^^^^^^ could not find `PingType` in `glean_sym`
error[E0412]: cannot find type `PingType` in crate `glean_sym`
--> /home/ben/application-services/target/debug/build/error-support-c3c96afad61d8d8d/out/glean_metrics.rs:73:76
|
73 | pub static rust_component_errors: ::glean_sym::__export::Lazy<::glean_sym::PingType> =
| ^^^^^^^^ not found in `glean_sym`
Updated•3 days ago
|
Priority: -- → P2
You need to log in
before you can comment on or make changes to this bug.
Description
•