Remove note about 1.x releases (#13849)

This commit is contained in:
Jay DeLuca 2025-05-14 00:51:45 -04:00 committed by GitHub
parent 34b524170a
commit 40975d934b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 7 deletions

View File

@ -39,13 +39,6 @@ This package includes the instrumentation agent as well as
instrumentations for all supported libraries and all available data exporters.
The package provides a completely automatic, out-of-the-box experience.
*Note: There are 2.x releases and 1.x releases. The 2.0 release included significant breaking
changes, the details of which can be found in the [release notes](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v2.0.0).
It is recommended to use the latest 2.x release which will have the latest features and improvements.
1.x will receive security patches for a limited time and will not include other bug fixes and
enhancements.*
Enable the instrumentation agent using the `-javaagent` flag to the JVM.
```