There are no breaking API changes and upgrading is straightforward, by updating the library to the latest 2.0 release.
IWebRequestTracer.SetResponseCode(int responseCode)
andIWebRequestTracer.Stop()
UseIWebRequestTracer.Stop(int responseCode)
instead as replacement.DynatraceOpenKitBuilder.WithApplicationName(string applicationName)
The application name is configured in Dynatrace Web UI.
There are no breaking API changes and upgrading is straightforward, by updating the library to the latest 1.4 release.
DynatraceOpenKitBuilder(string endPointUrl, string applicationId, string deviceId)
UseDynatraceOpenKitBuilder(string endPointUrl, string applicationId, long deviceId)
instead.AppMonOpenKitBuilder(string endpointUrl, string applicationName, string deviceId)
UseAppMonOpenKitBuilder(string endpointUrl, string applicationName, long deviceId)
instead.