
Last chance! 50% off unlimited learning
Sale ends in
Configure Sentry
configure_sentry(
dsn,
app_name = NULL,
app_version = NULL,
environment = NULL,
...
)
populates the .sentry_env environment with character strings
the DSN of a Sentry project.
name of your application (optional). Default: NULL
version of your application (optional). Default: NULL
the environment name, such as production or staging (optional). Default: NULL
named lists as extra parameters for the Sentry payload
if (FALSE) {
configure_sentry("https://12345abcddbc45e49773bb1ca8d9c533@sentry.io/1234567")
sentry_env$host # sentry.io
}
Run the code above in your browser using DataLab