I have tried two ways to upload source map file.sentry-cli or @sentry/webpack-plugin. however , there are all throw a 413 error.
new SentryCliPlugin({
include: path.resolve(__dirname, ‘build/static/js/’),
urlPrefix: ‘~/static/js’,
release: ‘0.1’,
})