Ivana Kellyer
Ivana Kellyer
### Problem Statement Python 3.13 is scheduled for release in [October 2024](https://peps.python.org/pep-0719/#schedule). The first RC will be out in July, the second one in September. ### Solution Brainstorm Prepare for...
### Problem Statement [Starlite was renamed to Litestar.](https://litestar.dev/about/organization.html#litestar-and-starlite) Since we already have a Starlite integration, adding support for Litestar should in the ideal case just be a matter of checking...
## Pre-merge checklist *If you work at Sentry, you're able to merge your own PR without review, but please don't unless there's a good reason.* - [ ] Checked Vercel...
## Pre-merge checklist *If you work at Sentry, you're able to merge your own PR without review, but please don't unless there's a good reason.* - [x] Checked Vercel preview...
Removing experimental OTel autoinstrumentation since we want to focus on getting basic OTel support right. Once we're confident that our instrumentation works correctly with OTel, we can focus on adding...
WIP * make `start_span`, `start_transaction` create OTel spans in the background via `start_as_current_span` * add top level `start_inactive_span` that uses `start_span` in the background * allow to interact with the...
* test Django test suite against `5.1b1` * fix any issues that come up, like this one: ``` AttributeError: does not have the attribute 'get_converter' ``` Closes https://github.com/getsentry/sentry-python/issues/3208
Version pinning can create issues for folks. We should be as lenient as possible. We'll be testing our POTel setup with latest OTel packages. Before we switch to POTel and...
### Problem Statement We want to start off without taking in any OTel integrations. Right now, if any OTel instrumentation package is installed and `otel_powered_performance` is on, we will use...
https://github.com/getsentry/team-sdks/issues/88