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.