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
|`applicationinsights-core`| Update the version to `3.4.0` or later ||
23
+
|`applicationinsights-web`| Update the version to `3.4.0` or later, and remove the Application Insights web filter your `web.xml` file. ||
24
+
|`applicationinsights-web-auto`| Replace with `3.4.0` or later of `applicationinsights-web`||
25
+
|`applicationinsights-logging-log4j1_2`| Remove the dependency and remove the Application Insights appender from your log4j configuration. | This is no longer needed since Log4j 1.2 is auto-instrumented in the 3.x Javaagent. ||
26
+
|`applicationinsights-logging-log4j2`| Remove the dependency and remove the Application Insights appender from your log4j configuration. | This is no longer needed since Log4j 2 is auto-instrumented in the 3.x Javaagent. ||
27
+
|`applicationinsights-logging-log4j1_2`| Remove the dependency and remove the Application Insights appender from your logback configuration. | This is no longer needed since Logback is auto-instrumented in the 3.x Javaagent. ||
28
+
|`applicationinsights-spring-boot-starter`| Replace with `3.4.0` or later of `applicationinsights-web`| The cloud role name will no longer default to `spring.application.name`, see the [3.x configuration docs](./java-standalone-config.md#cloud-role-name) for configuring the cloud role name. |
29
+
30
+
## Step 2: Add the 3.x Javaagent
50
31
51
32
Add the 3.x Javaagent to your JVM command-line args, e.g.
52
33
@@ -59,7 +40,7 @@ If you were using the Application Insights 2.x Javaagent, just replace your exis
59
40
Note: if you were using the spring-boot-starter and if you prefer, there is an alternative to using the Javaagent, see
60
41
[3.x Spring Boot](./java-spring-boot.md).
61
42
62
-
####Step 4: Configure your Application Insights connection string
43
+
## Step 3: Configure your Application Insights connection string
63
44
64
45
[Configure the connection string](./java-standalone-config.md#connection-string).
0 commit comments