Updates to support for the New Relic security agent to report API endpoints.
Adds new wrapper function for the nrecho, nrgin, and nrgorilla integrations.
Handler to take New Relic transaction data from context automatically when using nrslog integration (thanks, @adomaskizogian!)
Fixed
Adds missing license file to the nropenai integration.
Changes *bedrockruntime.Client parameters in nrawsbedrock integration to use a more general interface type, allowing the use of custom types which extend the bedrock client type.
Fixes pgx5 pool example
Updated unit tests to check Transaction.Ignore
Updated nrzap unit tests to add background logger sugared test case.
3.32.0
Added
nrecho
,nrgin
, andnrgorilla
integrations.nrslog
integration (thanks, @adomaskizogian!)Fixed
nropenai
integration.*bedrockruntime.Client
parameters innrawsbedrock
integration to use a more general interface type, allowing the use of custom types which extend the bedrock client type.pgx5
pool exampleTransaction.Ignore
nrzap
unit tests to add background logger sugared test case.