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
Add an optional telemetry component to the library.
One idea is to allow users to set a telemetry callback class that implements an interface. This interface will be invoked with the telemetry data at certain points of the flow, and the user will handle the telemetry appropriately.
We can also provide an example implementation using some kind of library.
Add an optional telemetry component to the library.
One idea is to allow users to set a telemetry callback class that implements an interface. This interface will be invoked with the telemetry data at certain points of the flow, and the user will handle the telemetry appropriately.
We can also provide an example implementation using some kind of library.
The interface could be something like:
The text was updated successfully, but these errors were encountered: