sentry-vir - v3.0.1
    Preparing search index...

    Type Alias ContextOptions

    Options for creating contexts. Used internally.

    type ContextOptions = {
        wasSentPrematurely: boolean;
    }
    Index

    Properties

    wasSentPrematurely: boolean

    If true, this means the message was sent before Sentry was initialized, which slightly changes how the event is logged in the browser.