Show / Hide Table of Contents

    Class Contexts

    Represents Sentry's structured Context

    Inheritance
    Object
    ConcurrentDictionary<String, Object>
    Contexts
    Implements
    IDictionary<String, Object>
    ICollection<KeyValuePair<String, Object>>
    IReadOnlyDictionary<String, Object>
    IReadOnlyCollection<KeyValuePair<String, Object>>
    IEnumerable<KeyValuePair<String, Object>>
    IDictionary
    ICollection
    IEnumerable
    Inherited Members
    System.Collections.Concurrent.ConcurrentDictionary<System.String, System.Object>.System.Collections.IDictionary.get_Item(System.Object)
    System.Collections.Concurrent.ConcurrentDictionary<System.String, System.Object>.System.Collections.IDictionary.set_Item(System.Object, System.Object)
    ConcurrentDictionary<String, Object>.AddOrUpdate(String, Object, Func<String, Object, Object>)
    ConcurrentDictionary<String, Object>.AddOrUpdate(String, Func<String, Object>, Func<String, Object, Object>)
    ConcurrentDictionary<String, Object>.Clear()
    ConcurrentDictionary<String, Object>.ContainsKey(String)
    ConcurrentDictionary<String, Object>.GetEnumerator()
    ConcurrentDictionary<String, Object>.GetOrAdd(String, Object)
    ConcurrentDictionary<String, Object>.GetOrAdd(String, Func<String, Object>)
    System.Collections.Concurrent.ConcurrentDictionary<System.String, System.Object>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, System.Object>>.Add(System.Collections.Generic.KeyValuePair<System.String, System.Object>)
    System.Collections.Concurrent.ConcurrentDictionary<System.String, System.Object>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, System.Object>>.Contains(System.Collections.Generic.KeyValuePair<System.String, System.Object>)
    System.Collections.Concurrent.ConcurrentDictionary<System.String, System.Object>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, System.Object>>.CopyTo(System.Collections.Generic.KeyValuePair<System.String, System.Object>[], System.Int32)
    System.Collections.Concurrent.ConcurrentDictionary<System.String, System.Object>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, System.Object>>.Remove(System.Collections.Generic.KeyValuePair<System.String, System.Object>)
    System.Collections.Concurrent.ConcurrentDictionary<System.String, System.Object>.System.Collections.Generic.IDictionary<System.String, System.Object>.Add(System.String, System.Object)
    System.Collections.Concurrent.ConcurrentDictionary<System.String, System.Object>.System.Collections.Generic.IDictionary<System.String, System.Object>.Remove(System.String)
    ConcurrentDictionary<String, Object>.ICollection.CopyTo(Array, Int32)
    ConcurrentDictionary<String, Object>.IDictionary.Add(Object, Object)
    ConcurrentDictionary<String, Object>.IDictionary.Contains(Object)
    ConcurrentDictionary<String, Object>.IDictionary.GetEnumerator()
    ConcurrentDictionary<String, Object>.IDictionary.Remove(Object)
    ConcurrentDictionary<String, Object>.IEnumerable.GetEnumerator()
    ConcurrentDictionary<String, Object>.ToArray()
    ConcurrentDictionary<String, Object>.TryAdd(String, Object)
    ConcurrentDictionary<String, Object>.TryGetValue(String, Object)
    ConcurrentDictionary<String, Object>.TryRemove(String, Object)
    ConcurrentDictionary<String, Object>.TryUpdate(String, Object, Object)
    ConcurrentDictionary<String, Object>.Count
    ConcurrentDictionary<String, Object>.IsEmpty
    ConcurrentDictionary<String, Object>.Item[String]
    ConcurrentDictionary<String, Object>.Keys
    System.Collections.Concurrent.ConcurrentDictionary<System.String, System.Object>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, System.Object>>.IsReadOnly
    System.Collections.Concurrent.ConcurrentDictionary<System.String, System.Object>.System.Collections.Generic.IReadOnlyDictionary<System.String, System.Object>.Keys
    System.Collections.Concurrent.ConcurrentDictionary<System.String, System.Object>.System.Collections.Generic.IReadOnlyDictionary<System.String, System.Object>.Values
    ConcurrentDictionary<String, Object>.ICollection.IsSynchronized
    ConcurrentDictionary<String, Object>.ICollection.SyncRoot
    ConcurrentDictionary<String, Object>.IDictionary.IsFixedSize
    ConcurrentDictionary<String, Object>.IDictionary.IsReadOnly
    ConcurrentDictionary<String, Object>.IDictionary.Item[Object]
    ConcurrentDictionary<String, Object>.IDictionary.Keys
    ConcurrentDictionary<String, Object>.IDictionary.Values
    ConcurrentDictionary<String, Object>.Values
    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
    [DataContract]
    public class Contexts : ConcurrentDictionary<string, object>, IDictionary<string, object>, ICollection<KeyValuePair<string, object>>, IReadOnlyDictionary<string, object>, IReadOnlyCollection<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IDictionary, ICollection, IEnumerable

    Properties

    | Improve this Doc View Source

    App

    Describes the application.

    Declaration
    public App App { get; }
    Property Value
    Type Description
    App
    | Improve this Doc View Source

    Browser

    Describes the browser.

    Declaration
    public Browser Browser { get; }
    Property Value
    Type Description
    Browser
    | Improve this Doc View Source

    Device

    Describes the device.

    Declaration
    public Device Device { get; }
    Property Value
    Type Description
    Device
    | Improve this Doc View Source

    Gpu

    This describes a GPU of the device..

    Declaration
    public Gpu Gpu { get; }
    Property Value
    Type Description
    Gpu
    | Improve this Doc View Source

    OperatingSystem

    Defines the operating system.

    Declaration
    public OperatingSystem OperatingSystem { get; }
    Property Value
    Type Description
    OperatingSystem
    Remarks

    In web contexts, this is the operating system of the browser (normally pulled from the User-Agent string).

    | Improve this Doc View Source

    Runtime

    This describes a runtime in more detail.

    Declaration
    public Runtime Runtime { get; }
    Property Value
    Type Description
    Runtime

    Implements

    System.Collections.Generic.IDictionary<TKey,TValue>
    System.Collections.Generic.ICollection<T>
    System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>
    System.Collections.Generic.IReadOnlyCollection<T>
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IDictionary
    System.Collections.ICollection
    System.Collections.IEnumerable

    See Also

    https://docs.sentry.io/clientdev/interfaces/contexts/
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX