aws / aws-xray-sdk-go

AWS X-Ray SDK for the Go programming language.
Apache License 2.0
276 stars 117 forks source link

Add check on existing segment #376

Open mathn00b opened 2 years ago

mathn00b commented 2 years ago
Снимок экрана 2022-08-17 в 17 25 25

Get panic when don't init new segment in grpc handler

Description of changes:

With this fix we won't get panic if forget to begin new segment in grpc handler

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