- Fix misconfig in parser for new include-local-variables variable
- Update sentry-sdk version to 2.18.0
- Allow more configuration of the Sentry client
- Migrate project managment to Poetry
- Replace raven (deprecated) by sentry-sdk
I messed up release 2.2.0 and pushed a package on pypi with the wrong version. 2.3.0 is the correct version to use.
Add a script which send message to sentry:
sentry-msg --dsn https://... "my message to send"
- Under very active development.
- Add flag -t or --timeout. After the specified amount of time, sentry-wrapper exits and raises an error to Sentry. This is implemented by raising SIGALARM. If the wrapped application catches the signal, timeout won't work.
Accept extra arguments that are given to the wrapped command, like:
sentry-wrapper entrypoint -- arg1 arg2 arg3
- Initial version.