Emilio Garcia
Emilio Garcia
As of the release 3.34.0, the Go agent should support full attribute collection for Zap, Slog, and Logrus. Support for Zerolog is on the way in an upcoming release!
Hi @ARKKYN we had a PR that reported something similar, and I was wondering if you had tried this: https://github.com/newrelic/go-agent/pull/599/files
specifically this part: ``` awsConfig, err := config.LoadDefaultConfig(ctx, func(awsConfig *config.LoadOptions) error { // Instrument all new AWS clients with New Relic nrawssdk.AppendMiddlewares(&awsConfig.APIOptions, nil) return nil }) ```
IF you would like to put forward a pr, we are happy to guide you by leaving comments. Please assign one of us to it, and make sure to take...
@urvesh-educloud Your license Key associated with this account was posted here and is compromised. Please rotate it in New Relic One.
@nikolay We are still having issues with this. Please see the issue tagged above regarding the custom CA. Are there any plans to improve this in upcoming releases?
A bug to track this has been filed internally, thank you for reporting and providing so many reproducers!
This will be in the next release
@XiXiangFiles Would it be possible to add some unit tests to this PR?