There are no breaking API changes and upgrading is straightforward, by updating the library to the latest 2.1 release.
IAction.ReportError(string errorName, int errorCode, string reason)
UseIAction.ReportError(string errorName, int errorCode)
withoutstring reason
argument, asreason
is unhandled in Dynatrace.
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.AbstractOpenKitBuilder.EnableVerbose()
UseAbstractOpenKitBuilder.WithLogLevel(LogLevel.DEBUG)
instead.AbstractOpenKitBuilder.WithModelID(string modelId)
UseAbstractOpenKitBuilder.WithModelId(string modelId)
instead.
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.