Upload source map files failed and throw a 413 error even though the size of the file is 4MB

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’,
})