Ivana Kellyer

Results 74 comments of Ivana Kellyer

Since this hasn't had any activity for a while and it's kind of low on our priority list, I've closed the issue. If someone feels like tackling it themselves feel...

Hey @felixbrucker, I don't know how exactly the GH code linking works since this happens outside of the SDK in [Sentry](https://github.com/getsentry/sentry) itself, but I can imagine based on this thread...

We ended up going with [this PR](https://github.com/getsentry/sentry-python/pull/2152), so will close this, but thank you @ohe for opening it!

@nadasaiyed Could you please try with a newer SDK version? We've recently released 1.33.0 which includes a number of improvements to our AWS Lambda integration.

> @sentrivana can we take another look at this issue? Putting this in To Do so that it gets picked up soon.

Hi all, we ended up doing this slightly differently in this issue and the associated PRs: https://github.com/getsentry/sentry-python/issues/2017 I'll close this.

Hey @n1ngu, thanks for bringing this up. In general we try to support even legacy versions of libraries/frameworks/Python itself for as long as it makes sense (you've probably noticed we...

Hey folks, we've just released SDK version [1.41.0](https://github.com/getsentry/sentry-python/releases/tag/1.41.0) which includes support for setting socket options directly via an `init` option without the need for a custom transport, so the workaround...

Hey folks, as stated [in the docs](https://docs.sentry.io/platforms/python/integrations/gcp-functions/), we currently only support 3.7 for Google Cloud Functions. We have support for newer runtimes in our backlog and will track the progress...

Hey @rushilsrivastava, I'll [update the docs](https://github.com/getsentry/sentry-docs/pull/8486) with possible workarounds. As for why the limitation exists, the integration as it's written now needs [`worker_v1`](https://github.com/getsentry/sentry-python/blob/44b0244156e1f332a8f173f337713dab99462609/sentry_sdk/integrations/gcp.py#L135), as long as that doesn't exist (as...