Versions in this module Expand all Collapse all v0 v0.3.2 Apr 3, 2023 Changes in this version + func ContinueFromGrpcMetadata(md metadata.MD) sentry.SpanOption + func ReportAlways(error) bool + func ReportOnCodes(cc ...codes.Code) reporter + func StreamClientInterceptor(opts ...Option) grpc.StreamClientInterceptor + func StreamServerInterceptor(opts ...Option) grpc.StreamServerInterceptor + func UnaryClientInterceptor(opts ...Option) grpc.UnaryClientInterceptor + func UnaryServerInterceptor(opts ...Option) grpc.UnaryServerInterceptor + type Option interface + Apply func(*options) + func WithRepanicOption(b bool) Option + func WithReportOn(r reporter) Option + func WithTimeout(t time.Duration) Option + func WithWaitForDelivery(b bool) Option