Ben Radosevich
Ben Radosevich
Extension version 2.15.30 appears to have resolved the go to symbol, go to definition, and go to implementations issues for me, too. This is a huge improvement in the experience...
We're also interesting in built-in tunneling capabilities for our .net app. We're using some wasm+js interop to run C# in the browser, hence the need for the tunnel to enable...
In our case, we're specifically avoiding using the ASP.NET sdk because we don't otherwise need the functionality contained there, so we want to avoid the additional size and dependencies. So...
Sorry, for clarity, my request is for a built-in means of telling a .NET client to send Sentry events to a tunnel endpoint. Something like this: ``` SentrySdk.Init(o => {...
I appreciate the reply. We have a C# application that we run in the browser via WASM, so our use case is the same in that we want to send...
@pavel-b-novikov I submitted a PR for .net 10 support [here](https://github.com/reinforced/Reinforced.Typings/pull/299) if you have some time to review it.