[Sentry] Workers bundle post-processing

I want to configure sorcemaps to work with Sentry.
Sentry needs to inject
DebugID
into the minified bundle and into the sourcemap file https://docs.sentry.io/platforms/javascript/sourcemaps/uploading/cli/

It means I need some kind of build post-processing before deploying my worker.

How can I achieve that?
Upload your source maps using Sentry CLI.
Was this page helpful?