aws / aws-xray-sdk-dotnet

The official AWS X-Ray SDK for .NET.
Apache License 2.0
114 stars 64 forks source link

Add locking mechanism for Subsegments in Entity.AddException method #307

Closed luizfds closed 2 weeks ago

luizfds commented 2 months ago

Issue #306:

Description of changes: Implement a locking mechanism for Subsegments in Entity.AddException method to ensure thread safety and prevent race conditions during exception handling.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.