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

### Is your feature request related to a problem? Please describe. I cannot configure NewRelic, via configuration files, to exclude certain transactions from the error rate. Sometimes the HTTP code,...

community
feature request

### Current Behavior The bug occurs on this line: https://github.com/newrelic/newrelic-dotnet-agent/blob/2ba99ea91ac20f79af40259e485949c6b3b1aac3/src/AwsLambda/AwsLambdaWrapper/IOParser.cs#L131 The if-statement is checking if the SQS message coming into the lambda contains an SNS message inside of it, and...

bug
community

Hello, I was installed my project agent and its working fine. But i had an exception when starting application on docker ``` web_1 | log4net:ERROR You have tried to set...

bug
community
feedback

**Description** We have a .Net 5/6 application that is experiencing an inordinate number of `SocketExceptions`. We use a Web API base template and implement background processing that interacts heavily with...

bug
community

### Feature Description Introduce a new property on our `[Transaction]` attribute to prefer tracking custom instrumented methods on new threads as new transactions when one already exists. This follows up...

enhancement
feature request
feature pack

Suggestion for a feature. Entity Framework 6.x (not sure about EF Core) generates queries in patterns that get grouped together in New Relic. I'll list a couple of common groupings...

community
feature request

Our support team pointed out some apparent inconsistencies in our configuration documentation, regarding the use of these environment variables: `NEWRELIC_INSTALL_PATH` `NEWRELIC_HOME` `CORECLR_NEWRELIC_HOME` Here's the document in question: https://docs.newrelic.com/docs/apm/agents/net-agent/configuration/net-agent-configuration Specifically these...

documentation
GTSE
intern

A place holder to remind creating the release process doc for the Azure Site Extension.

documentation
intern

## Bug Enabling Infinite Tracing when running the agent in an Alpine Linux Docker container causes the following exception: ```text 2020-10-07 12:27:07,093 NewRelic DEBUG: [pid: 1, tid: 19] SpanStreamingService: Error...

bug
help wanted
community

This issue is a follow-on action from #652. Per the agent specs (NR internal-only link: https://source.datanerd.us/agents/agent-specs/blob/main/distributed_tracing/New-Relic-Payload.md), agents should accept inbound an inbound distributed tracing header with the key case as...

chore
technical debt