go-agent
go-agent copied to clipboard
New Relic Go Agent
When attempting to compile our code with the 1.23 release candidate, we received the following error: > github.com/newrelic/go-agent/v3/newrelic/sql_driver.go:47:37: predeclared any requires go1.18 or later (file declares //go:build go1.10) I am...
Prepare the go agent for release 3.34.0
## Links ## Details
Fixes Issue #946 by updating the most recent golang versions to test in our CI workflow.
Fixes issue #950 There was an error in the `import` statement in the example file for this integration.
#941 changed the CI matrix to test 1.20.14, 1.21, latest, 1.23rc2. At the current moment, "latest" means 1.22.5. However, in the next few days, 1.23.0 will be released, at which...
After upgrading to v3.34.0, a data race condition is detected in my tests. ## Description After upgrading from Go 1.22 to Go 1.23 and from NR GoAgent 3.32.0 to 3.34.0,...
## Description go-agent panics when message has `,` (or a escaped `"`) as the last character(s) ## Steps to Reproduce The easiest way to reproduce is to use a message...