We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c5cf6e commit 6b7eee8Copy full SHA for 6b7eee8
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# CHANGELOG
2
3
## Version 1.0.10
4
+- `track()` method of 'com.microsoft.applicationinsights.TelemetryClient' is now modified. No longer performing pre-sanitization
5
+- All Sanitization will now occur in `com.microsoft.applicationinsights.telemetry.JsonTelemetryDataSerializer` class.
6
+- Method `sanitize` of interface `com.microsoft.applicationinsights.telemetry.Telemetry` is now obsolete.
7
+- The auto generated schema classes now have writer method with limits according to endpoint.
8
- Fixed issue #403 (Exceeding property length invalidates custom event)
9
- Fixed issue #401 (Custom key and property sanitized)
10
- Fixed Request Telemetry Sending bug with new schema.
0 commit comments