opbeat_python
opbeat_python copied to clipboard
Python agent for Opbeat.
The `boto` OpBeat integration incorrectly makes some assumptions about the structure of URLs and fails when those assumptions don't hold. To replicate: 1. Enable `storages` support for the Boto3 backend....
Hi, I have problem with opbeat reaching the intake server when running opbeat with Django. With Flask I don't have that problem, both running on the same server/environment. Proxy is...
Missing Django 1.11 and Python 3.6 at least. https://opbeat.com/docs/articles/get-started-with-django/#supported-django-and-python-versions Not sure if you still support as far back as Django 1.4? I tried to look into this repo, but this...
Reached its EOL in September 2017: https://www.python.org/dev/peps/pep-0398/#x-end-of-life
Django 1.8.2, Opbeat 2.1.1 I have disabled Opbeat by setting `OPBEAT["APP_ID"] = None`. When I run `./manage.py test`, I get the following lines printed out at the end of each...
When displaying `POST` data in Opbeat for errors, it should also sanitize. Mostly designed and tested with Django (`1.11`), but should work on others
Should fix #110
I'm already using sentry for error logging, so what interests me about opbeat is the performance monitoring aspects. Would it be acceptable to add a config option (similar to `logging=False`)...