.NET Core Support?
Any plans for getting this to support .NET Core? I've already started the process but don't want to run too far down this rabbit hole if someone has already done it/mostly completed it.
No yet, pull requests are welcome :D
Been poking at this, one of the biggest problems I've run into is that walking the stack frames is not supported yet: https://github.com/dotnet/corefx/issues/1797.
This is pretty much a show-stopper on solid error reporting as far as I can tell, can't just give the entire stacktrace string.
Any update on this? I think dotnet core now supports the stackframes
You could check out https://github.com/rollbar/Rollbar.NET which supports dotnet core. It is the official .NET client from Rollbar.
@richardversluis Thanks for pointing this out. I'll update the README to direct future users to this official project