Releases: getsentry/sentry-python
Releases · getsentry/sentry-python
0.5.2
29 Oct 20:06
Compare
Sorry, something went wrong.
No results found
Fix bug where events sent through the RQ integration were sometimes lost.
Remove a deprecation warning about usage of logger.warn
.
Fix bug where large frame local variables would lead to the event being rejected by Sentry.
0.5.1
24 Oct 07:39
Compare
Sorry, something went wrong.
No results found
Integration for Redis Queue (RQ)
0.5.0
23 Oct 09:40
Compare
Sorry, something went wrong.
No results found
Fix a bug that would omit several debug logs during SDK initialization.
Fix issue that sent a event key ""
Sentry wouldn't understand.
Breaking change: The level
and event_level
options in the logging integration now work separately from each other.
Fix a bug in the Sanic integration that would report the exception behind any HTTP error code.
Fix a bug that would spam breadcrumbs in the Celery integration. Ignore logger celery.worker.job
.
Additional attributes on log records are now put into extra
.
Integration for Pyramid.
sys.argv
is put into extra automatically.
0.4.3
19 Oct 09:42
Compare
Sorry, something went wrong.
No results found
Fix a bug that would leak WSGI responses.
0.4.2
17 Oct 20:01
Compare
Sorry, something went wrong.
No results found
Fix a bug in the Sanic integration that would leak data between requests.
Fix a bug that would hide all debug logging happening inside of the built-in transport.
Fix a bug that would report errors for typos in Django's shell.
0.4.1
11 Oct 19:11
Compare
Sorry, something went wrong.
No results found
Fix bug that would only show filenames in stacktraces but not the parent
directories.
0.4.0
09 Oct 16:11
Compare
Sorry, something went wrong.
No results found
Changed how integrations are initialized. Integrations are now
configured and enabled per-client.
0.3.11
08 Oct 14:33
Compare
Sorry, something went wrong.
No results found
Fix issue with certain deployment tools and the AWS Lambda integration.
0.3.10
08 Oct 13:43
Compare
Sorry, something went wrong.
No results found
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
03 Oct 15:57
Compare
Sorry, something went wrong.
No results found
Bugfixes for AWS Lambda integration: Using Zappa did not catch any exceptions.