Show / Hide Table of Contents

    Class Constants

    Inheritance
    Object
    Constants
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Sentry.Protocol
    Assembly: Sentry.Protocol.dll
    Syntax
    public static class Constants

    Fields

    | Improve this Doc View Source

    DefaultMaxBreadcrumbs

    Declaration
    public const int DefaultMaxBreadcrumbs = 100
    Field Value
    Type Description
    Int32
    | Improve this Doc View Source

    DisableSdkDsnValue

    Declaration
    public const string DisableSdkDsnValue = ""
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    Platform

    Platform key that defines an events is coming from any .NET implementation

    Declaration
    public const string Platform = "csharp"
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    ProtocolVersion

    Declaration
    public const int ProtocolVersion = 7
    Field Value
    Type Description
    Int32
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX