Skip to content

Commit

Permalink
Merge pull request #545 from nr-swilloughby/tweak_3_18_relnotes_again
Browse files Browse the repository at this point in the history
updated changelog CodeStream note
  • Loading branch information
iamemilio authored Aug 1, 2022
2 parents 167f21b + 1a0ab33 commit dfb5698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 3.18.0
### Added
* Code-Level Metrics are now available for instrumented transactions. This is off by default but once enabled via `ConfigCodeLevelMetricsEnabled(true)` transactions will include information about the location in the source code where `StartTransaction` was invoked.
* This feature enables CodeStream integration to allow developers to see telemetry data related to specific lines of code.
* Adds information about where in your source code transaction traces originated.
* See the Go Agent documentation for details on [configuring](https://docs.newrelic.com/docs/apm/agents/go-agent/configuration/go-agent-code-level-metrics-config) Code-Level Metrics and how to [instrument](https://docs.newrelic.com/docs/apm/agents/go-agent/instrumentation/go-agent-code-level-metrics-instrument) your code using them.
* New V2 logs in context plugin is available for Logrus, packed with all the features you didn't know you wanted:
* Automatic Log Forwarding
Expand Down

0 comments on commit dfb5698

Please sign in to comment.