Skip to content

Releases: cuenca-mx/sentry-chalice

wrap view_function vs copy / paste

04 Sep 18:37
c0d2efb
Compare
Choose a tag to compare
  • view_function is now wrapped. This is more robust that copy / paste monkeypatch of Chalice._get_view_function_response
  • bump chalice version

ensure LambdaIntegration and ChaliceIntegration don't duplicate

26 Aug 13:24
0cd3163
Compare
Choose a tag to compare

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

26 Aug 13:18
ad8caea
Compare
Choose a tag to compare

bump versions of sentry_sdk and chalice

Add support for events

17 Aug 22:38
e29a592
Compare
Choose a tag to compare

There's now support for events like @app.on_sqs_event()

AwsLambdaIntegration fix

06 Aug 00:25
b0510d8
Compare
Choose a tag to compare

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

30 Jul 22:31
1be9561
Compare
Choose a tag to compare

Update Packages

first production release

30 Jul 16:46
db6bbff
Compare
Choose a tag to compare

Chalice integration for Sentry