Skip to content

Commit 5190982

Browse files
authored
Update change log for 3.4.15 (#3211)
1 parent 2dc22f4 commit 5190982

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# CHANGELOG
22

3+
## Version 3.4.15 GA
4+
5+
### Enhancements:
6+
7+
* Apply `exception.type` and `exception.message` attributes
8+
([#3148](https://github.com/microsoft/ApplicationInsights-Java/pull/3148))
9+
* Allow `"connectionString"` in `APPLICATIONINSIGHTS_CONFIGURATION_CONTENT`
10+
except for app services integrated solution
11+
([#3191](https://github.com/microsoft/ApplicationInsights-Java/pull/3191))
12+
* Update to OpenTelemetry Java Instrumentation 1.28.0
13+
([#3199](https://github.com/microsoft/ApplicationInsights-Java/pull/3199))
14+
* Add config to disable logging instrumentation
15+
(https://github.com/microsoft/ApplicationInsights-Java/pull/3208)
16+
17+
### Bug fixes:
18+
19+
* Fix log exporter self-diagnostics
20+
([#3140](https://github.com/microsoft/ApplicationInsights-Java/pull/3140))
21+
* Fix name of env var to match documentation
22+
`APPLICATIONINSIGHTS_SAMPLING_REQUESTS_PER_SECOND`
23+
([#3161](https://github.com/microsoft/ApplicationInsights-Java/pull/3161))
24+
325
## Version 3.4.14 GA
426

527
### Enhancements:

0 commit comments

Comments
 (0)