View source: R/utils_condition_signaling.R
trace_back_json | R Documentation |
Writes a trace back as a json for error logging Useful for remote error logging on deployed shiny apps, such as via Sentry
trace_back_json(
e = NULL,
file = glue::glue("{lubridate::format_ISO8601(Sys.time())}.json"),
tb = rlang::trace_back(bottom = 1)
)
e |
|
file |
|
tb |
|
None
called for side effect of writing to file
Other condition signaling:
gbort()
,
ginfo()
,
gmsg()
,
gwarn()
trace_back_json()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.