Harry Collard
Harry Collard
I'll see if I can find some time to do it. Is there any way to do zero allocation binding too? I'd like to be able to use static code...
I'm not sure on what the decision process is on adding new versions of drivers but this appears to compile on my machine.
I will take a look at it when I get the chance - I think there is some use of reflection in the codebase which needs to be runtime traced...
``` $ pyright --version pyright 1.1.332 $ pyright tracing.py tracing.py tracing.py:16:51 - error: "SentryPropagator" is not exported from module "sentry_sdk.integrations.opentelemetry" Import from "sentry_sdk.integrations.opentelemetry.propagator" instead (reportPrivateImportUsage) tracing.py:16:69 - error: "SentrySpanProcessor" is...
I'm not exactly sure why pyright might not be reproducing it on your side (can't see anything specific about local dependencies that may be different). Here is an example of...