File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -818,10 +818,10 @@ jobs:
818
818
pattern : profiling-node-binaries-${{ github.sha }}-*
819
819
path : ${{ github.workspace }}/packages/profiling-node/lib/
820
820
merge-multiple : true
821
+ # End rebuild profiling
821
822
822
- - name : Build Profiling tarball
823
+ - name : Build tarballs
823
824
run : yarn build:tarball
824
- # End rebuild profiling
825
825
826
826
- name : Stores tarballs in cache
827
827
uses : actions/cache/save@v4
Original file line number Diff line number Diff line change 12
12
13
13
This package allows you to send your OpenTelemetry trace data to Sentry via OpenTelemetry SpanProcessors.
14
14
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 .
17
17
18
18
## Installation
19
19
You can’t perform that action at this time.
0 commit comments