mozilla / debug-ping-view

Glean Debug Ping Viewer
Mozilla Public License 2.0
4 stars 2 forks source link

Add support for glean min schema (OHTTP) #168

Open Dexterp37 opened 5 months ago

Dexterp37 commented 5 months ago

Glean can now submit pings without a client_info or ping_info section. Currently, this generates an error in the debug ping viewer, as these sections are expected to always be there.

We should add support for the new minimal schema that submits valid pings without these sections.