#' @export
get_call_stack <- function(object, ...) {
UseMethod("get_call_stack")
}
#' @export
get_call_stack.instrumentr_application <- function(object, ...) { # nolint
.Call(C_application_get_call_stack, object)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.