sentry-python icon indicating copy to clipboard operation
sentry-python copied to clipboard

Make `AnnotatedValue` generic

Open szokeasaurusrex opened this issue 10 months ago • 0 comments

We should make the AnnotatedValue class generic over the value that is being annotated. Doing so would improve type safety in cases like this.

Also, we should consider exposing AnnotatedValue in public API, as it seems useful outside the SDK.

szokeasaurusrex avatar Feb 19 '25 19:02 szokeasaurusrex