POlczak ITTouch

Results 1 issues of POlczak ITTouch

I use the following function to instrument the `github.com/aws/aws-sdk-go-v2/aws` config of DynamoDB: ```golang func InstrumentAWSV2SDK(cfg *aws.Config) { xray.AWSV2Instrumentor(&cfg.APIOptions) } ``` However the resulting segments and subsegments only include the `operation`...