Uploading source maps to sentry when using serverless-plugin-typescript
Imran99 opened this issue · 1 comments
Imran99 commented
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.