Benjamin Wohlwend
Benjamin Wohlwend
Hi I use comfoconnect via the home assistant integration. Looking at history graphs in home assistant, I realized that the values for all monitored sensors jumps to `0` regularly, about...
With version U1.2.6 of the ComfoConnect LAN C bridge, the bridge started sending `0` for every monitored sensor once, before sending the correct values. To filter these values, we keep...
The advanced example in the docs doesn't work as advertised. The view-specific logger `'myapp1.views.super_important_view'` doesn't actually catch anything, because `sys._getframe(1).f_globals['__name__']` as used in `jogger.__init__` only returns the module and does...
Hi, `models.py` in taggit_templatetags has a model `AModel`, which ends up polluting the database on `django-admin syncdb`. Is there any reason for this? Django apps work perfectly well with an...
exception tracking is still missing, as I haven't figured out yet why the exception doesn't bubble up to our middleware ## What does this pull request do? ## Related issues...
## What does this pull request do? It adds an instrumentation module for Django management commands. Other than all other instrumentation modules, we override `call_if_sampling`, not `call`. The reason for...
## What does this pull request do? ## Related issues closes #ISSUE
## What does this pull request do? ## Related issues closes #ISSUE
elasticsearch-async has been deprecated and its functionality brought into elasticsearch-py proper. Tests for this module have already been removed in #949
## What does this pull request do? To make the current transaction/span available, we wrap the actual callable with one of our own that sets the transaction/span in the execution...