K. Bobby Meelu

Results 1 comments of K. Bobby Meelu

Hi, I am also receiving the same issue, with the following initialization code. ``` import sentry_sdk from sentry_sdk.integrations.aws_lambda import AwsLambdaIntegration from helpers import get_environment_variable sentry_sdk.init( dsn=get_environment_variable("SENTRY_DSN"), environment=get_environment_variable("STAGE"), send_default_pii=True, integrations=[AwsLambdaIntegration()], )...