serverless / serverless-plugin-typescript

Serverless plugin for zero-config Typescript support
MIT License
781 stars 222 forks source link

Uploading source maps to sentry during build #286

Open Imran99 opened 1 year ago

Imran99 commented 1 year ago

Hi,

Just wondering if anyone has managed to get source map uploads when using https://github.com/arabold/serverless-sentry-plugin 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.

ndirig commented 8 months ago

Did you ever come up with a solution for this? I'm facing the exact same issue.

Imran99 commented 8 months ago

No unfortunately not