You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Add deprecation notices to bin scripts (#20570)
If there is only one `bin` script (which is the case for Remix and
Profiling), it's possible to just run `npx @sentry/remix` and it will
run this one script. But to make it more clear what's going to happen,
we're introducing an argument `--upload-sourcemaps`.
**Remix:** The script usage changes so we can rename the `bin` script in
the next major version.
**Profiling:** The script is going to be deleted and deprecation notices
are added.
Related to: #20422
Copy file name to clipboardExpand all lines: packages/profiling-node/scripts/prune-profiler-binaries.js
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,10 @@ Arguments:\n
56
56
process.exit(0);
57
57
}
58
58
59
+
console.warn(
60
+
'[Sentry] Warning: This script will be removed in the next major version. See: https://github.com/getsentry/sentry-javascript/issues/20567',
0 commit comments