You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importsentry_sdkfromsentry_sdk.integrations.aws_lambdaimportAwsLambdaIntegrationsentry_sdk.init(
dsn="__PUBLIC_DSN__",
integrations=[AwsLambdaIntegration()],
traces_sample_rate=1.0, # adjust the sample rate in production as needed
)
defmy_function(event, context):
# ...
The text was updated successfully, but these errors were encountered:
Maybe we can use this AwsLambdaIntegration plugin:
https://sentry.io/for/python-aws-lambda/
The text was updated successfully, but these errors were encountered: