Eliott Bouhana
Eliott Bouhana
@kakkoyun I mean making sure the new join-point interact correctly with concrete types having a generic component and interfaces declared in the join-point being able to be generic. Concretely simply...
You guessed right, adding this new method on the `signature` type should be the right move here. From there, we also need to add the method signature to the `function`...
👋 Thanks for reporting this. This seems like a symptom of a bigger issue in lambda because this warning suggest that no telemetry data is sent at all even though...
My current theory is that you are using `DD_API_KEY_SECRET_ARN` (sorry if I misspelled) which we cannot transform into an plain text API key on our own and the datadog-lambda-go does...
v2.5.0 is fixing this issue
> After working on https://github.com/DataDog/dd-trace-go/pull/4176, we concluded that it'd be good to migrate from the following libraries to encoding/json/v2 Adding a bit more of context: We don't want to migrate...
👋 Hello, thanks for taking the time to write this issue. The warning comes from our `database/sql` driver registration [code](https://github.com/DataDog/dd-trace-go/blob/main/contrib/database/sql/option.go#L56). This should not have any impact on you if you...