Tanna McClure
Tanna McClure
Lets explore setting up [gem signing](https://guides.rubygems.org/security/#building-gems) or investigate some alternatives.
Changes made to GHE has broken our prerelease automation. We should look into ways we could fix this.
Investigate ways to improve the customer experience when using the thread instrumentation. Some ideas so far to look into: - limiting when we instrument threads and when we skip
The ruby agent does not truncate custom event attributes currently, but attributes that are longer than expected will be dropped by the collector. To align with the current spec, we...
If a datastore segment time passes the configured threshold, an attribute `code.stacktrace` should be added to the datastore segment. [Spec PR](https://source.datanerd.us/agents/agent-specs/pull/651)
To update the agent to be in line with the current spec, we should add the attribute `thread.id` to all span events. [Spec PR](https://source.datanerd.us/agents/agent-specs/pull/639)
Once this spec has been updated and merged, we should implement changes to align with spec on how the agent should handle json logs for the log instrumentation. This spec...
Set up multiverse testing for the bedrock instrumentation https://github.com/newrelic/newrelic-ruby-agent/issues/2366
Test 4 scenarios end to end for dynamoDB instrumentation
Instrument dynamoDB aws sdk and add arn as span attribute For: AWS_DYNAMO_DB_TABLE (see branch `add_awsseahorse_instrumentation` for related work)