getsentry / sentry-dotnet

Sentry SDK for .NET
https://docs.sentry.io/platforms/dotnet
MIT License
578 stars 206 forks source link

Add ASP.NET Web API support #371

Open bruno-garcia opened 4 years ago

bruno-garcia commented 4 years ago

Support for: Microsoft.AspNet.WebApi

dammitjanet commented 4 years ago

do we have a timescale or a roadmap for this?

bruno-garcia commented 4 years ago

Might be in the few weeks now or few months now as we might we some help.

Can you please describe a bit your use case?

What framework and version you're using. And if any logging library.

If you have any code already, maybe share a gist so we can get some ideas here.

mcarbonneaux commented 3 years ago

https://docs.microsoft.com/en-us/aspnet/web-api/overview/getting-started-with-aspnet-web-api/tutorial-your-first-web-api

web api v2 are standalone web server that serve api (like spring bootstrap).

mattjohnsonpint commented 2 years ago

Looking into this.