getsentry / sentry

Developer-first error tracking and performance monitoring
https://sentry.io
Other
39.18k stars 4.2k forks source link

Internal error when trying to add AWS Integration #51594

Open dalnoki opened 1 year ago

dalnoki commented 1 year ago

Environment

SaaS (https://sentry.io/)

Steps to Reproduce

  1. Go to Organisation Settings -> Integrations -> AWS Lambda
  2. Click Add Installation

The issue in Sentry can be found here: https://sentry.sentry.io/issues/4271176351/events/cf1f1685a186437c93a30613ddd54b5e/?project=1

Expected Result

Integration is installed

Actual Result

Internal server error appears in a new window:

Screenshot 2023-06-26 at 14 35 10

Product Area

Settings - Integrations

Link

No response

DSN

No response

Version

No response

getsantry[bot] commented 1 year ago

Assigning to @getsentry/support for routing ⏲️

getsantry[bot] commented 1 year ago

Routing to @getsentry/product-owners-settings-integrations for triage ⏲️

hermanlintvelt commented 1 year ago

Thanks for logging this. Its quite important for us to try out this AWS Lambda integration in Sentry.

scefali commented 1 year ago

@hermanlintvelt We've identified the error and are working on a fix

hermanlintvelt commented 1 year ago

@scefali thanks! Just ping me if you want me to try it out ;-)

estahn commented 1 year ago

@hermanlintvelt I reported this issue initially and it appears to be resolved. Now I'm questioning if there is any additional value in using this over the django/python/pip module?

Is that somehow hooking into other parts of the stack and provide more information as the request traverses the stack, e.g. API Gateway?

scefali commented 1 year ago

@hermanlintvelt I think this is fixed, can you try again?

hermanlintvelt commented 1 year ago

@scefali yes, this is fixed, thanks. The value it adds is that I could connect now a number of lambdas that are not yet integrated with the sentry sdk. We'll have to first make code changes to use the other approaches.