Releases: cuenca-mx/sentry-chalice
Releases · cuenca-mx/sentry-chalice
wrap view_function vs copy / paste
ensure LambdaIntegration and ChaliceIntegration don't duplicate
Use the same event processor as LambdaIntegration
. This way, if someone adds both integrations, there won't be duplicate information sent to Sentry
bump versions for dependencies
bump versions of sentry_sdk
and chalice
Add support for events
There's now support for events like @app.on_sqs_event()
AwsLambdaIntegration fix
The prior version of ChaliceIntegration
only works for @app.route()
, but for the event, the code is run directly in a lambda. This change ensures both integrations are included.
Better setting
Update Packages
first production release
Chalice integration for Sentry