We have to bin scripts currently in the monorepo:
- remix:
sentry-upload-sourcemaps
- profiling-node:
sentry-prune-profiler-binaries
To avoid possible namespace collisions, we should instead of this make these available on the root namespace with some argument. e.g. npx @sentry/remix --upload-sourcemaps.
We have to
binscripts currently in the monorepo:sentry-upload-sourcemapssentry-prune-profiler-binariesTo avoid possible namespace collisions, we should instead of this make these available on the root namespace with some argument. e.g.
npx @sentry/remix --upload-sourcemaps.