Learn R Programming

sentryR (version 1.1.2)

is_sentry_configured: Check if Sentry is configured

Description

Check if Sentry is configured

Usage

is_sentry_configured()

Arguments

Value

boolean

Examples

Run this code
if (FALSE) {
configure_sentry("https://12345abcddbc45e49773bb1ca8d9c533@sentry.io/1234567")
is_sentry_configured() # TRUE
}

Run the code above in your browser using DataLab