Ivana Kellyer

Results 74 comments of Ivana Kellyer

Thanks @hugoalvarado, I'll put this in our backlog -- but please note that it'll likely be quite long until we get around to doing this. Pull requests are more than...

Hey @DragoonAethis, thanks for the suggestion. `sys.monitoring` does indeed look interesting for 3.12+. cc @Zylphrex

Hey @stryker-sk, the test app that Anton linked is up and working and we're able to send requests to endpoints and get a response as well as have the app...

Hey @SoerenWeber, I don't think this is related to https://github.com/getsentry/sentry-python/pull/2598 since if the type was wrong, I'd expect no check-ins at all. But the issue here appears to be intermittent.

Thanks for following up @IevgeniiB -- I don't any additional suggestions from the SDK side of things, but our crons folks are taking a look.

Thanks for following up @SoerenWeber, glad that upgrading has fixed the issue for you! We might be dealing with two different issues but in any case worth a try --...

@mathiasose Thanks for helping us debug, this is much appreciated! The failure rates look bad indeed -- how many of those are expected failures and how many are the buggy...

Thanks @mathiasose. I see two follow-ups for us here: making it easier to enable the alternative connection options (just having a single option, something like `enable_keepalive`, instead of having to...

Awesome @mathiasose, thanks for following up. Starting with [1.43.0](https://github.com/getsentry/sentry-python/releases/tag/1.43.0) you can swap the `socket_options` for a simple `keep_alive=True`. It applies the same socket settings in the background. If you find...

Hey @doko42, thanks for reporting. We've already identified and fixed some flaky metrics tests recently but apparently not all -- we'll take a look.