Skip to content

Commit 2abb151

Browse files
am312estherk15
andauthored
add RC note to setup doc (DataDog#21770)
* add RC note to setup doc * add link * small fix * fix spacing * Apply suggestions from code review --------- Co-authored-by: Esther Kim <esther.kim@datadoghq.com>
1 parent f0438b4 commit 2abb151

File tree

1 file changed

+4
-0
lines changed
  • content/en/tracing/trace_collection/automatic_instrumentation/dd_libraries

1 file changed

+4
-0
lines changed

content/en/tracing/trace_collection/automatic_instrumentation/dd_libraries/java.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ To begin tracing your applications:
5959
**Note:** To download the latest build of a specific **major** version, use the `https://dtdg.co/java-tracer-vX` link instead, where `X` is the desired major version.
6060
For example, use `https://dtdg.co/java-tracer-v1` for the latest version 1 build. Minor version numbers must not be included. Alternatively, see Datadog's [Maven repository][3] for any specific version.
6161

62+
**Note**: Release Candidate versions are made available in GitHub [DataDog/dd-trace-java releases][21]. These have "RC" in the version and are recommended for testing outside of your production environment. You can [subscribe to GitHub release notifications][20] to be informed when new Release Candidates are available for testing.
63+
6264
2. To run your app from an IDE, Maven or Gradle application script, or `java -jar` command, with the Continuous Profiler, deployment tracking, and logs injection (if you are sending logs to Datadog), add the `-javaagent` JVM argument and the following configuration options, as applicable:
6365

6466
```text
@@ -227,3 +229,5 @@ If needed, configure the tracing library to send application performance telemet
227229
[17]: https://app.datadoghq.com/services
228230
[18]: /tracing/trace_collection/automatic_instrumentation/?tab=datadoglibraries#install-and-configure-the-agent
229231
[19]: https://docs.oracle.com/en/java/javase/11/tools/jdeps.html
232+
[20]: https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions
233+
[21]: https://github.com/DataDog/dd-trace-java/releases

0 commit comments

Comments
 (0)