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)

defect

Tracking

(Not tracked)

People

(Reporter: janerik, Unassigned)

References

Details

With the JS API done, we should also implement the C++ bits properly

Priority: -- → P4
Depends on: 1882615
No longer blocks: 1839640
Depends on: 1839640
See Also: → 1963853

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.