Skip to content

Commit

Permalink
Made a few edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhetoric101 committed Jul 23, 2021
1 parent 7e40d16 commit 8e6aca0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2712,7 +2712,7 @@ The `transactionTracer` element supports the following attributes:
</tbody>
</table>

By default maxStackTrace is set to 0 which disables captures stack traces as part of a transaction trace. If this value is set greater than 0, then stack traces will be captured for transaction traces.
By default `maxStackTrace` is set to 0, which disables stack traces as part of a transaction trace. If this value is set greater than 0, then stack traces will be captured for transaction traces.
</Collapser>

<Collapser
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ version: 8.41.0.0
downloadLink: 'https://download.newrelic.com/dot_net_agent/latest_release'
---

## [8.41.0] - 2021-07-21
### New Features
## New Features
* Feature [#611](https://github.com/newrelic/newrelic-dotnet-agent/issues/611): Capture HTTP request method on transactions in the AspNetCore, Asp35, Wcf3, and Owin wrappers.
* Feature [#580](https://github.com/newrelic/newrelic-dotnet-agent/issues/580): Send initial app name and source in environment data. ([#653](https://github.com/newrelic/newrelic-dotnet-agent/pull/653))
* Adds support for capturing stack traces for each instrumented method in a Transaction Trace.
Expand All @@ -15,10 +14,10 @@ downloadLink: 'https://download.newrelic.com/dot_net_agent/latest_release'
* The following are the default settings for stack traces. These can be changed using the newrelic.config:
* A maximum 80 stack frames are reported per stack trace.

### Fixes
## Fixes
* Fixes issue [#639](https://github.com/newrelic/newrelic-dotnet-agent/issues/639): RabbitMQ instrumentation can delete user headers from messages. Thank you @witoldsz for finding and reporting this bug. ([#648](https://github.com/newrelic/newrelic-dotnet-agent/pull/648))

### Checksums
## Checksums
| File | SHA - 256 Hash |
| ---| ---|
| newrelic-agent-win-8.41.0.0-scriptable-installer.zip | 1D52B36A3975C5CA2A203AD68D5817ECB3A83CF0600B1ECD7869659964532600 |
Expand All @@ -34,11 +33,11 @@ downloadLink: 'https://download.newrelic.com/dot_net_agent/latest_release'
| newrelic-netcore20-agent_8.41.0.0_amd64.tar.gz | 2958DEF3988093F81866F29F8B5584D2A29CD5F6B385901534541EF023AD2992 |


### Support statement
## Support statement

New Relic recommends that you upgrade the agent regularly and at a minimum every 3 months. As of this release, the oldest supported version is [.NET Agent 8.13.798.0](/docs/release-notes/agent-release-notes/net-release-notes/net-agent-8137980).

### Upgrading
## Upgrading

* Follow standard procedures to [update the .NET agent](/docs/agents/net-agent/installation-configuration/update-net-agent).
* If you are upgrading from a particularly old agent, review the list of major changes and procedures to [upgrade legacy .NET agents](/docs/agents/net-agent/troubleshooting/upgrade-legacy-net-agents).

0 comments on commit 8e6aca0

Please sign in to comment.