Description
How do you use Sentry?
Sentry Saas (sentry.io)
Version
1.35.0
Steps to Reproduce
Hi, in latest sentry-sdk release a new Client interceptor was added for grpc.aio
client. The problems is that metadata
is transformed into a list and it breaks all subsequent interceptors which expect metadata
to be grpc.aio.Metadata
object (https://github.com/grpc/grpc/blob/master/src/python/grpcio/grpc/aio/_interceptor.py#L93C14-L93C14)
Expected Result
Maybe metadata needs to be preserved as type grpc.aio.Metadata
Actual Result
Metadata
Metadata
Assignees
Type
Projects
Status
No status