microsoft / ApplicationInsights-Announcements

Subscribe to this repo to be notified about major changes in Application Insights.
38 stars 13 forks source link

JSON telemetry document field names will be case sensitive #4

Open briancr-ms opened 9 years ago

briancr-ms commented 9 years ago

We are changing our data collection to accept JSON documents that are case sensitive. It has been possible to send incorrect case and it was handled in our processing. JSON specifies that field names are case sensitive.

Here’s the definition of what we mean:

Making this change provides the following benefits:

After this change, if applications POST data with incorrect casing of field names, the data will be rejected with a status code 400.

The .NET Services SDK implements the correct casing and we’re reviewing the current versions of the other Microsoft SDKs.