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:
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
Original file line number Diff line number Diff line change 1212
1313This 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
You can’t perform that action at this time.
0 commit comments