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
Is your feature request related to a problem? Please describe.
We have recently migrated to agent V3. We are continuing to use SDK 2.6.2 as we have some custom events. Previously we were populating the version number via the SDK and the ContextInitializer, now this has no effect
@Bean
fun versionContextInitializer() = ContextInitializer { it.component.setVersion(version) }
Describe the solution you would like
Ideally a way to populate the version number
Describe alternatives you have considered
We are currently adding a customDimension via applicationinsights.json as below, but ideally we would like to populate the "real" application_Version field
Is your feature request related to a problem? Please describe.
We have recently migrated to agent V3. We are continuing to use SDK 2.6.2 as we have some custom events. Previously we were populating the version number via the SDK and the ContextInitializer, now this has no effect
Describe the solution you would like
Ideally a way to populate the version number
Describe alternatives you have considered
We are currently adding a customDimension via
applicationinsights.json
as below, but ideally we would like to populate the "real"application_Version
fieldThe text was updated successfully, but these errors were encountered: