Skip to content

Commit 3bdd3ed

Browse files
committed
Update 3.3.0-BETA everywhere
1 parent 71bb367 commit 3bdd3ed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/azure-monitor/app/java-in-process-agent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ Download the [applicationinsights-agent-3.3.0.jar](https://github.com/microsoft/
3333

3434
> [!WARNING]
3535
>
36-
> If you're upgrading from 3.2.x to 3.3.0-BETA:
36+
> If you're upgrading from 3.2.x to 3.3.0:
3737
>
38-
> - Starting from 3.3.0-BETA, `LoggingLevel` is not captured by default as part of Traces' custom dimension since that data is already captured in the `SeverityLevel` field. For details on how to re-enable this if needed, please see the [config options](./java-standalone-config.md#logginglevel)
38+
> - Starting from 3.3.0, `LoggingLevel` is not captured by default as part of Traces' custom dimension since that data is already captured in the `SeverityLevel` field. For details on how to re-enable this if needed, please see the [config options](./java-standalone-config.md#logginglevel)
3939
>
4040
> If you're upgrading from 3.1.x:
4141
>

articles/azure-monitor/app/java-standalone-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ These are the valid `level` values that you can specify in the `applicationinsig
319319
320320
### LoggingLevel
321321

322-
Starting from version 3.3.0-BETA, `LoggingLevel` is not captured by default as part of Traces' custom dimension since that data is aleady captured in the `SeverityLevel` field.
322+
Starting from version 3.3.0, `LoggingLevel` is not captured by default as part of Traces' custom dimension since that data is aleady captured in the `SeverityLevel` field.
323323

324324
If needed, you can re-enable the previous behavior:
325325

0 commit comments

Comments
 (0)