Enhanced visibility

Enhanced visibility gives you a new perspective to explore and investigate errors in your .NET application.

By default, enhanced visibility gives insights into nearly everything that occurs in your app. This includes but is not limited to:

  1. Method execution order.

  2. Method Internal updates.

  3. Exceptions.

  4. Memory usage and GC performance.

We advise setting up sampling on projects with a high number of concurrent connections. Our billing model won't charge based on the throughput of messages; however, having many connections can cause bandwidth and storage usage spikes.

Last updated