-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix panic when no parent segment is found with AWS SDK v2 (#316)
To avoid triggering a panic when a parent segment is not present, we must call next middlewares instead of returning nil in the AWS SDK v2 middleware for X-Ray tracing. Fixes #315.
- Loading branch information
1 parent
53bbd9a
commit 3800104
Showing
2 changed files
with
96 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters