Is there any way to access the cloudwatch log URL when leveraging the AWS Lambda instance of @sentry/serverless?
Sentry does a great job generating this URL and I'm curious if there's a simple way to pull it out of the context so that I can store it on certain database records that aren't erring (to make linking logs to records easier).
If not, can someone direct me to where in the node module this URL is generated and I can try to create my own method?