serverless-sentry-plugin
serverless-sentry-plugin copied to clipboard
disable uploading source maps for deploying single function
Because https://github.com/serverless/serverless/issues/11179 is taking longer to address it's safer to disable this functionality to avoid UX degradation. It's very annoying to see sls deploy function failure, much better to have function code actually deployed, but with warning.
@arabold hey, did you have a chance to review this?