Open
Bug 1881023
Opened 2 years ago
Updated 2 months ago
Implement object metric in m-c (C++)
Categories
(Data Platform and Tools :: Glean: SDK, defect, P4)
Data Platform and Tools
Glean: SDK
Tracking
(Not tracked)
NEW
People
(Reporter: janerik, Unassigned)
References
Details
With the JS API done, we should also implement the C++ bits properly
Reporter | ||
Updated•1 years ago
|
Priority: -- → P4
Reporter | ||
Updated•1 year ago
|
Comment 1•2 months ago
|
||
As of bug 1963853 there's now a liiiiiitle bit of support for object
metrics in C++. It's not ideal (we should probably prefer some solution that does object -> object conversion instead of serializing to a JSON string for Set
), and it's not complete (there should be a TestGetValue()
that returns a Result<Maybe<T>, nsCString>
instead of JSON string again)... but there's something where previously there was nothing.
You need to log in
before you can comment on or make changes to this bug.
Description
•