mikenotfound
Results
1
comments of
mikenotfound
I think you might need the `AwsLambdaIntegration` too. This is what I have... ```python # 3rd-party import sentry_sdk from sentry_sdk.integrations.aws_lambda import AwsLambdaIntegration from sentry_sdk.integrations.django import DjangoIntegration # ---------------------------------------------------------------------------- # Error...