We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Today properties collection of telemetry types is not thread safe: https://github.com/Microsoft/ApplicationInsights-dotnet/blob/publicSchemaUpdate/src/Core/Managed/Shared/Extensibility/Implementation/External/RequestData_types.cs#L74
Need to make sure that actual interface object uses thread safe properties collection (https://github.com/Microsoft/ApplicationInsights-dotnet/blob/master/src/Core/Managed/Shared/DataContracts/RequestTelemetry.cs#L155
The text was updated successfully, but these errors were encountered:
Upgrade base SDK and bump version to 2.10.0 (#288)
0ab0207
No branches or pull requests
Today properties collection of telemetry types is not thread safe: https://github.com/Microsoft/ApplicationInsights-dotnet/blob/publicSchemaUpdate/src/Core/Managed/Shared/Extensibility/Implementation/External/RequestData_types.cs#L74
Need to make sure that actual interface object uses thread safe properties collection (https://github.com/Microsoft/ApplicationInsights-dotnet/blob/master/src/Core/Managed/Shared/DataContracts/RequestTelemetry.cs#L155
The text was updated successfully, but these errors were encountered: