newrelic-dotnet-agent icon indicating copy to clipboard operation
newrelic-dotnet-agent copied to clipboard

The New Relic .NET language agent.

Results 163 newrelic-dotnet-agent issues
Sort by recently updated
recently updated
newest added
trafficstars

Reworks the SQS container test app to use a background service to receive messages, rather than directly receiving them from an API endpoint. The solution is (mildly) convoluted, but works...

Bumps the nuget group with 3 updates in the /build directory: NewRelic.Agent.Api, Octokit and NuGet.Protocol. Updates `NewRelic.Agent.Api` from 10.25.1 to 10.26.0 Updates `Octokit` from 12.0.0 to 13.0.1 Updates `NuGet.Protocol` from...

dependencies
.NET

Bumps the github-actions group with 4 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact), [actions/download-artifact](https://github.com/actions/download-artifact), [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) and [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action). Updates `actions/upload-artifact` from 4.3.3 to 4.3.4 Release notes Sourced from actions/upload-artifact's releases. v4.3.4 What's Changed Update @​actions/artifact version,...

dependencies
github_actions

:robot: I have created a release *beep* *boop* --- ## [10.27.0](https://github.com/newrelic/newrelic-dotnet-agent/compare/v10.26.0...v10.27.0) (2024-07-09) ### New features * Add support for disabling LLM monitoring at the account level. ([#2592](https://github.com/newrelic/newrelic-dotnet-agent/issues/2592)) ([c31451a](https://github.com/newrelic/newrelic-dotnet-agent/commit/c31451a962404115d3cbe924347681919627c9e9)) --- This...

autorelease: pending

Bumps the nuget group in /build with 3 updates: [NewRelic.Agent.Api](https://github.com/newrelic/newrelic-dotnet-agent), [Octokit](https://github.com/octokit/octokit.net) and [NuGet.Protocol](https://github.com/NuGet/NuGet.Client). Updates `NewRelic.Agent.Api` from 10.25.1 to 10.26.0 Release notes Sourced from NewRelic.Agent.Api's releases. v10.26.0 10.26.0 (2024-06-26) Notice The...

dependencies
.NET

### Describe the story, please be clear on scope of the story. Create a whitepaper for .NET Lambda using the agent layers. Suggested content: - Layers via CLI and Serverless...

When an exception is thrown in a gRPC server's request, it is not automatically collected and sent to Errors Inbox. **Description** When an exception is thrown in a gRPC server's...

community
feature request

### Describe the story, please be clear on scope of the story. Currently, `ConnectionManager` uses a primitive synchronization object to control access to the connect / disconnect / reconnect /...

Some of our Lambda integration tests have function handlers that return a `Stream` rather than the usual response object. (see `ApplicationLoadBalancerRequestHandlerReturnsStream` and other methods in `LambdaSelfExecutingAssembly\Program.cs`). The integration tests pass...

### Feature Description Currently, with MEL, only log scopes are included in the context data (using `logger.BeginScope(...)`). The log attributes that are passed as arguments to the standard `logger.Log*` methods...

community