Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface ClientAddonSentry

    Sentry SSO configuration.

    interface ClientAddonSentry {
        org_slug?: string;
        base_url?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    Properties

    org_slug?: string

    Generated slug for your Sentry organization. Found in your Sentry URL. e.g. https://sentry.acme.com/acme-org/ would be acme-org.

    base_url?: string

    URL prefix only if running Sentry Community Edition, otherwise leave should be blank.