Show / Hide Table of Contents

    Namespace Sentry.Protocol

    Classes

    App

    Describes the application.

    BaseScope

    The Scoped part of the protocol

    Breadcrumb

    Series of application events

    Browser

    Carries information about the browser or user agent for web-related errors. This can either be the browser this event ocurred in, or the user agent of a web request that triggered the event.

    Constants

    Contexts

    Represents Sentry's structured Context

    Device

    Describes the device that caused the event. This is most appropriate for mobile applications.

    Gpu

    Graphics device unit

    LogEntry

    Sentry Message interface

    Mechanism

    Sentry Exception Mechanism

    OperatingSystem

    Represents Sentry's context for OS

    Package

    Represents a package used to compose the SDK

    Request

    Sentry HTTP interface

    Runtime

    This describes a runtime in more detail.

    SdkVersion

    Information about the SDK to be sent with the SentryEvent

    SentryException

    Sentry Exception interface

    SentryStackFrame

    A frame of a stacktrace

    SentryStackTrace

    Sentry Stacktrace interface

    SentryThread

    A thread running at the time of an event

    SentryValues<T>

    Helps serialization of Sentry protocol types which include a values property

    User

    An interface which describes the authenticated User for a request.

    Structs

    SentryId

    The identifier of an event in Sentry

    Interfaces

    IScopeOptions

    Options used by BaseScope

    Enums

    BreadcrumbLevel

    The level of the Breadcrumb

    DeviceOrientation

    Defines the orientation of a device.

    SentryLevel

    The level of the event sent to Sentry

    Back to top Generated by DocFX