-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ConnectionErrors and ReadTimeouts #213
Comments
Thanks for the report. Now and then our backend has problems that we're still working on, but I hadn't seen any signs of such a consistent and high error rate. Has it been like that since the beginning, and is it still like that now? I've added some more retrying to the SDK in #214 and released, please can you upgrade logfire and see if that helps? |
The error rate has been very consistent since I configured Logfire, but I had to turn it off yesterday because I was running out of issue quota on sentry. I've reenabled now and I'll let you know if it happens again. PS: I think you need to add
|
woops, that's not meant to be imported eagerly, thanks for pointing it out. I've released a fix for that. |
Great, I've redeployed the new version and everything looks good! I also haven't seen any timeout issues, so I think my issue is resolved so I'm closing it. Thank you for fixing this so quickly! |
Description
I have installed logfire in my Django app that I have running on my Raspberry Pi. From what I can tell the logs are all showing up correctly in Logfire, but I'm constantly seeing exceptions in Sentry.
Raw stack trace for the exception that's most common:
Let me know if I can share anything else to help debug this!
Python, Logfire & OS Versions, related packages (not required)
The text was updated successfully, but these errors were encountered: