Open zs-dima opened 3 years ago
@zs-dima but you can, right? what's the issue?
we don't log any gRPC exceptions automatically, but this won't prevent you from capturing them manually using the Sentry static class like Sentry.captureException(...)
I think the question is why Sentry does not use gRPC as a transport method (as opposed to HTTP).
I see, Sentry server currently does not support gRPC.
I'll transfer this issue to https://github.com/getsentry/sentry and let them handle it in there either as a feature request or wontfix.
@marandaneto It is gRPC transport for the .Net Core already: https://github.com/getsentry/sentry-dotnet/tree/main/samples/Sentry.Samples.AspNetCore.Grpc looks Sentry server does support gRPC
@zs-dima this is just a sample on how to instrument a gPRC server, not the transport that sends event over to Sentry
@marandaneto gRPC Server do not require any Sentry library difference, quite strange to have extra sample for this case.
This issue has gone three weeks without activity. In another week, I will close it.
But! If you comment or otherwise update it, I will reset the clock, and if you label it Status: Accepted
, I will leave it alone ... forever!
"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀
Comment
Could be nice to log exceptions to Sentry with gRPC, as gRPC fastest and lightweight way to communicate that quite important for mobile devices with limited internet bandwidth .