Using Sentry for serverless functions

Hi all,

I’ve integrated the @sentry/aws-serverless package with my Netlify functions.

It works perfect when I test locally – I can see the route, method, payload, etc.

When I use the package on Netlify production I can’t see these things. As I understand it, my function routes are hashed for security/whatever reason.

Is there a guide out there on how best to set this up for Netlify production so I can more clearly see information about the requests being made on my serverless routes? I just need a nudge in the right direction.

1 Like

Hi @ngehring - I had quite a bit of trouble setting this up so I wrote a package to deal with it a few months ago, it might be useful to you:

@mikegl – Amazing! Thank you for responding. I will check your package out soon.