Skip to content

Commit bd87457

Browse files
authored
docs: Remove alpha message for @sentry/opentelemetry (#13320)
Noticed that we still called this out as alpha, even though it is not.
1 parent 4e6c02c commit bd87457

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -818,10 +818,10 @@ jobs:
818818
pattern: profiling-node-binaries-${{ github.sha }}-*
819819
path: ${{ github.workspace }}/packages/profiling-node/lib/
820820
merge-multiple: true
821+
# End rebuild profiling
821822

822-
- name: Build Profiling tarball
823+
- name: Build tarballs
823824
run: yarn build:tarball
824-
# End rebuild profiling
825825

826826
- name: Stores tarballs in cache
827827
uses: actions/cache/save@v4

packages/opentelemetry/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
This package allows you to send your OpenTelemetry trace data to Sentry via OpenTelemetry SpanProcessors.
1414

15-
This SDK is **considered experimental and in an alpha state**. It may experience breaking changes. Please reach out on
16-
[GitHub](https://github.com/getsentry/sentry-javascript/issues/new/choose) if you have any feedback/concerns.
15+
If you are using `@sentry/node`, OpenTelemetry support is included out of the box. This package is only necessary if you
16+
are setting up OpenTelemetry support for Sentry yourself.
1717

1818
## Installation
1919

0 commit comments

Comments
 (0)