Vìncent Le Goff

Results 95 comments of Vìncent Le Goff

Related to you questions and points i think everything has been implemented in https://github.com/standard-webhooks/standard-webhooks/pull/192/files am i right? I think we might be able to close this issue. Could you confirm?

@achille-roussel could you please look at this?

@mcollina do you know how we would handle this? Original license is https://github.com/garycourt/uri-js/blob/a1acf730b4bba3f1097c9f52e7d9d3aba8cdcaae/package.json#L56 Should we update the license to specify all the commits from `uri-js` are `BSD-2-Clause` and now `MIT`...

I'll try to find an implementation to avoid breaking changes in the initial behavior.

@petedannemann could you please review? 🙏

@jasoniangreen based on the timeline of this issue and no comment so far i assume we can close it. Can you confirm?

@epoberezkin could you check this PR?

We're having the same issue. using `gopkg.in/DataDog/dd-trace-go.v1 v1.74.7` without otel

@darccio seems like your example is not importing the `tracer` see the example provided: ```console go: github.com/justworkshr/communications/cmd imports github.com/DataDog/dd-trace-go/v2/ddtrace/tracer imports github.com/DataDog/datadog-agent/pkg/trace/stats imports github.com/DataDog/datadog-agent/pkg/trace/transform imports github.com/DataDog/datadog-agent/pkg/trace/sampler tested by github.com/DataDog/datadog-agent/pkg/trace/sampler.test imports go.opentelemetry.io/collector/processor/processortest...

interestingly the example you shared works on my machine but a project using it doesn't. go env ``` AR='ar' CC='clang' CGO_CFLAGS='-O2 -g' CGO_CPPFLAGS='' CGO_CXXFLAGS='-O2 -g' CGO_ENABLED='1' CGO_FFLAGS='-O2 -g' CGO_LDFLAGS='-O2 -g'...