is_sentry_configured {sentryR} | R Documentation |
Check if Sentry is configured
Description
Check if Sentry is configured
Usage
is_sentry_configured()
Value
boolean
Examples
## Not run:
configure_sentry("https://12345abcddbc45e49773bb1ca8d9c533@sentry.io/1234567")
is_sentry_configured() # TRUE
## End(Not run)
[Package sentryR version 1.1.2 Index]