You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, our GleanWrapper uses Glean types in the arguments. This means that if we ever want to swap out Glean for another telemetry tool, it would not be easy. We would have to modify all code leveraging the GleanWrapper to pass in new argument types.
Investigate and implement a solution for fully abstracting away our telemetry tool from the code recording telemetry events.
The text was updated successfully, but these errors were encountered:
data-sync-user
changed the title
Improve GleanWrapper implementation to compeltely abstract Glean from the wrapper's implementation
[Telemetry Audit] Improve GleanWrapper implementation to compeltely abstract Glean from the wrapper's implementation
Jan 30, 2025
Currently, our GleanWrapper uses Glean types in the arguments. This means that if we ever want to swap out Glean for another telemetry tool, it would not be easy. We would have to modify all code leveraging the GleanWrapper to pass in new argument types.
Investigate and implement a solution for fully abstracting away our telemetry tool from the code recording telemetry events.
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: