Documentation ¶
Index ¶
- func StreamClientSentryInterceptor(hub *sentry.Hub) grpc.StreamClientInterceptor
- func StreamServerSentryInterceptor(hub *sentry.Hub) grpc.StreamServerInterceptor
- func UnaryClientSentryInterceptor(hub *sentry.Hub) grpc.UnaryClientInterceptor
- func UnaryServerSentryInterceptor(hub *sentry.Hub) grpc.UnaryServerInterceptor
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StreamClientSentryInterceptor ¶
func StreamClientSentryInterceptor(hub *sentry.Hub) grpc.StreamClientInterceptor
Возвращает нового унарного перехватчика, который ловит ошибки и отправляет их в Sentry.
func StreamServerSentryInterceptor ¶
func StreamServerSentryInterceptor(hub *sentry.Hub) grpc.StreamServerInterceptor
Возвращает нового потокового перехватчика, который ловит ошибки и отправляет их в Sentry.
func UnaryClientSentryInterceptor ¶
func UnaryClientSentryInterceptor(hub *sentry.Hub) grpc.UnaryClientInterceptor
Возвращает нового унарного перехватчика, который ловит ошибки и отправляет их в Sentry.
func UnaryServerSentryInterceptor ¶
func UnaryServerSentryInterceptor(hub *sentry.Hub) grpc.UnaryServerInterceptor
Возвращает нового унарного перехватчика, который ловит ошибки и отправляет их в Sentry.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.