@minecraft/diagnostics
    Preparing search index...

    Interface SentryOptionsBeta

    Describes options for configuring Sentry for this scripting module.

    interface SentryOptions {
        dsn: string;
    }
    Index

    Properties

    Properties

    dsn: string

    The fully qualified DSN for a Sentry project. See Sentry documentation for more information: https://docs.sentry.io/concepts/key-terms/dsn-explainer/