- Add option to patch stdlib logging to send events (thanks, @Natim!)
- Use new-style, aiohttp 2.3+ middleware definition, to get rid of the warning aiohttp emits about this
- Install a modified
sys.excepthook
which closes the Sentry transport - Check if a protocol exists before trying to access the scheme
- Format the codebase with Black
- Bump requirements to raven 6.10
- Fix stucture of how
REMOTE_ADDR
is passed, to get rid of this error on Sentry:Discarded invalid parameter 'env'
- Un-bump requirements to raven 6.9, as 6.10 has not been released yet 🙈
- Allow adding custom extra data to be passed with exception info (thanks, @playpauseandstop!)
- Pass HTTP scheme with events by default (thanks for this too, @playpauseandstop!)
- Fix an error when no transport is available (thanks, @o3o3o!)
- Bump requirements to raven 6.10
- Bump requirements to raven 6.7 and raven-aiohttp 0.7.x
- Bump requirements to raven 6.x and raven-aiohttp 0.5.x
- Initial release