Releases: getsentry/sentry-python
Releases · getsentry/sentry-python
0.4.1
- Fix bug that would only show filenames in stacktraces but not the parent
directories.
0.4.0
- Changed how integrations are initialized. Integrations are now
configured and enabled per-client.
0.3.11
- Fix issue with certain deployment tools and the AWS Lambda integration.
0.3.10
- Set transactions for Django like in Raven. Which transaction behavior is used
can be configured.
- Fix a bug which would omit frame local variables from stacktraces in Celery.
- New option:
attach_stacktrace
0.3.9
- Bugfixes for AWS Lambda integration: Using Zappa did not catch any exceptions.
0.3.8
- Nicer log level for internal errors.
0.3.7
- Remove
repos
configuration option. There was never a way to make use of
this feature.
- Fix a bug in
last_event_id
.
- Add Django SQL queries to breadcrumbs.
- Django integration won't set user attributes if they were already set.
- Report correct SDK version to Sentry.