8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74409dd commit 69275b9Copy full SHA for 69275b9
CHANGES.md
@@ -4,6 +4,10 @@
4
* Fix issue that sent a event key `""` Sentry wouldn't understand.
5
* **Breaking change:** The `level` and `event_level` options in the logging integration now work separately from each other.
6
* Fix a bug in the Sanic integration that would report the exception behind any HTTP error code.
7
+* Fix a bug that would spam breadcrumbs in the Celery integration. Ignore logger `celery.worker.job`.
8
+* Additional attributes on log records are now put into `extra`.
9
+* Integration for Pyramid.
10
+* `sys.argv` is put into extra automatically.
11
12
## 0.4.3
13
0 commit comments