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
Mostly telemetry modules use the TelemetryContext.InternalContext.SdkVersion to identify which module / sdk version generated a given telemetry item. In the AI.SF case, we are actually mainly updating telemetry generted by other modules through the TelemetryInitializer, this means the sdk version is already set.
We have a few options:
Append some string to the existing string to add additional infomration.
Add a custom field indicating the data is coming from AI.SF
Evaluate the new and upcoming Health and Heartbeat feature to see if telemetry can be added using that.
For telemetry generated / updated by AI.SF nuget, we need to have a way to mark it so that usage numbers can be ascertained.
The text was updated successfully, but these errors were encountered: