Metalstorm
Metalstorm
Would love to see this as well
Starts getting really spammy, error comes up on every keypress (attempt to validate/autocomplete/etc?) filling up the screen. I my muscle memory now presses escape (to close them all) every few...
@dhhagan ```python from raven.base import Client from raven.transport.eventlet import EventletHTTPTransport from raven.contrib.flask import Sentry client = Client(dsn='http://...', transport=EventletHTTPTransport) sentry = Sentry(app, client=client) ```
I'm getting this aswell
I no longer maintain this repo @Edwin-Kiarie I do not know if this works anymore.
I was getting roughly the same error when I was passing in a log that was completely empty. This was because the offical Docker image I was using [here](https://github.com/nginxinc/docker-nginx/blob/f8fad321cf58d5cbcafa3d9fa15314b8a77b5e65/mainline/alpine/Dockerfile), links...
Just got hit by this, wasted 15 minutes.
This madness caused us a 6-hour P1 recently.
@gaborbernat Can you think of any work arounds for this? Or at least some pointers where to look?
Here's an updated reproducible flow (no need to run it as a Gitlab runner, tox.ini and requirements.txt are still the same) Base image: ```Dockerfile1 FROM python:3.11-bullseye WORKDIR / # Virtualenv...