Skip to content

Commit

Permalink
Update version-tracking.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
homelessbirds committed Nov 2, 2023
1 parent 1aa47d6 commit 745c5e9
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions src/content/docs/errors-inbox/version-tracking.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,16 @@ For browser applications, the event field is `application.version`.

To capture data from our version tracking, you must configure fields for relevant entities:

* For OpenTelemetry entities, configure `service.version`.
* [For OpenTelemetry entities, configure `service.version`](/docs/more-integrations/open-source-telemetry-integrations/opentelemetry/best-practices/opentelemetry-best-practices-resources/).
* For APM entities, configure environment variables for APM entities.
* Go
* Java
* .NET
* Node.js
* PHP
* Python
* Ruby
* For mobile entities, configure `appVersion`.
* For browser entities, use `application.version`.
* [Go](/docs/apm/agents/go-agent/api-guides/guide-using-go-agent-api/#error-fingerprinting)
* [Java](/docs/apm/agents/java-agent/api-guides/java-agent-api-register-error-group-callback-to-set-fingerprint/)
* [.NET](https://docs.newrelic.com/docs/apm/agents/net-agent/net-agent-api/seterrorgroupcallback-net-agent-api/)
* [Node.js](docs/apm/agents/nodejs-agent/api-guides/guide-using-nodejs-agent-api/#errors)
* [Python](/docs/apm/agents/python-agent/python-agent-api/seterrrorgroupcallback-python-agent-api/)
* [Ruby](/docs/apm/agents/ruby-agent/api-guides/sending-handled-errors-new-relic/#error-fingerprinting)
* [For mobile entities, configure `appVersion`](/docs/mobile-monitoring/new-relic-mobile/mobile-sdk/set-application-version/).
* [For browser entities, use `application.version`](/docs/browser/new-relic-browser/browser-apis/setApplicationVersion/).

## Filter by version
Once you have instrumented version tracking, your error groups will automatically capture data from each release. You can filter by each version.
Expand Down

0 comments on commit 745c5e9

Please sign in to comment.