Is there a way to enabling source maps for Sentry.io, but stop the source maps from being sent to the clients when they load our webpage.
Currently, I have set the “sourceMap” flag to “true” in the “redwood.toml” file, which generates the source maps successfully. The Sentry CLI confirms that it can locate and upload the source maps.
However, when using this flag, the source maps are also uploaded to our server (hosted on render.com). I’m looking for a solution that allows me to include the source maps for Sentry but excludes them from being uploaded to Render.
Any assistance would be greatly appreciated.