aboutsummaryrefslogtreecommitdiff
path: root/.venv/lib/python3.12/site-packages/sentry_sdk/integrations/grpc/aio/__init__.py
blob: 5b9e3b99495673a081f5f6d9cdf5907e70a8ff9d (about) (plain)
1
2
3
4
5
6
7
from .server import ServerInterceptor
from .client import ClientInterceptor

__all__ = [
    "ClientInterceptor",
    "ServerInterceptor",
]