Skip to content

Document features #649

Open
Open
@bruno-garcia

Description

@bruno-garcia

Sentry docs doesn't document the SDK features like:

Incomplete list follows:

Main Sentry SDK (all .NET apps):

Captures automatically:

Other features

  • Submits events on the background
  • Events sent are compressed
  • Deduplicates errors (same exception rethrown is logged once)
  • Flushes events on ProcessExit
  • Accepts filtering exceptions by Exception Type AddExceptionFilterForType<Type>.
  • Includes a debug mode to see the SDK logs
  • Includes list of .NET Framework versions installed
  • Keeps events on disk when device is offline
  • If opt-in SendDefaultPii, reports the username Environment.UserName
  • Includes runtime information like .NET Core, Mono and version

ASP.NET Core

  • Automatically tracks all logs for the request and includes as breadcrumb
  • Customize logic to create the Sentry User
  • Customize things via DI

ASP.NET and ASP.NET Core

  • Includes request data like headers, URL
  • Includes server name and other server data
  • If opt-in, includes the request body sent to the server

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    Status

    Backlog

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions