abpframework / abp

Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
https://abp.io
GNU Lesser General Public License v3.0
12.78k stars 3.41k forks source link

Use examples of using APM, Crash and user monitoring tools with Abp.io? #13323

Open sturlath opened 2 years ago

sturlath commented 2 years ago

I personally wanted to use https://raygun.com (I have used it before and like it) but had some problems setting it up with abp.io so my question is

Are there examples of ANY such tools being used with abp.io?

There are many tools out there

But I can´t find any information on how to integrate (any of) them to abp.io.

Just implementing Raygun for Blazor has a problem already because I need _Host and global exceptions and I had similar issues with the API and the IdentityService/PublicWeb

p.s If you like to upvote the a better documentation between RayGun and apb.io please up vote it here

berkansasmaz commented 2 years ago

We use Elastic APM on our websites, I can recommend it.

If you are already using the ELK stack, you can easily configure Elastic APM.