DataDog / datadog-lambda-go

The Datadog AWS Lambda package for Go
Apache License 2.0
59 stars 40 forks source link

Support for SetUser #103

Closed xrn closed 1 year ago

xrn commented 2 years ago

dd-trace-go released version 1.37.0 (https://github.com/DataDog/dd-trace-go/releases/tag/v1.37.0) with new feature - tracer.SetUser - I have a question/feature request. Is there a possibility for a lambda using datadog-lambda-go to set dynamically (not by lambda environment variables) during lambda execution User details that will help in better tracing/debuging?