arabold/serverless-sentry-plugin

Uploading source maps to sentry when using serverless-plugin-typescript

Imran99 opened this issue · 1 comments

Hi,

Just wondering if anyone has managed to get source map uploads to sentry working when using ts, and serverless-plugin-typescript to build and deploy ts lambdas. Serverless plugin typescript temporarily creates its outputs in a .build directory but I think this may be deleted after the packaing phase completes in sls and before the sentry plugin runs.