Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 398 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 398 Bytes

Sentry sourcemaps in AWS lambda functions

Install dependencies

yarn

Deploy

SENTRY_DSN="YOUR_SENTRY_DSN" yarn serverless deploy --stage local

Invoke the endpoint

Note: replace it with the endpoint that you got after deployment

curl -v https://xxxxxxxxxx.execute-api.eu-central-1.amazonaws.com/local/random

Check the error reported in Sentry