Skip to content

Application Insights Java SDK 2.1.1

Choose a tag to compare

@dhaval24 dhaval24 released this 17 May 23:31
bdf2aac

Welcome to Application Insights Java SDK 2.1.1! With this version we announce ApplicationInsights-Spring-Boot-Starter-1.0.0-BETA. This starter is currently in BETA. In order to use SpringBoot starter please refer to https://github.com/Microsoft/ApplicationInsights-Java/blob/master/azure-application-insights-spring-boot-starter/README.md

Enhancement and API changes:

  • Introducing support for SpringBoot via Application-Insights-SpringBoot-Starter #646. This is currently in beta.
  • We have made some fields in core SDK public for supporting SpringBoot starter.
  • Introduced public constructor in InProcessTelemetryChannel.java class.
  • Introduced a public method getActiveWithoutInitializingConfig() in TelemetryConfiguration.java class.