- `view_function` is now wrapped. This is more robust that copy / paste monkeypatch of `Chalice._get_view_function_response` - bump `chalice` version
0.3.2
Use the same event processor as `LambdaIntegration`. This way, if someone adds both integrations, there won't be duplicate information sent to Sentry
0.3.1
bump versions of `sentry_sdk` and `chalice`
0.3.0
There's now support for events like `app.on_sqs_event()`
0.2.0
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.