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
Refactor the TelemetryClient class such that it is a global instance that can be accessed from anywhere in the codebase. This will allows us to capture metrics from free functions and make writing new services a lot easier.
The text was updated successfully, but these errors were encountered:
Refactor the
TelemetryClient
class such that it is a global instance that can be accessed from anywhere in the codebase. This will allows us to capture metrics from free functions and make writing new services a lot easier.The text was updated successfully, but these errors were encountered: