Nothing
the <- new.env(parent = emptyenv())
the$span_id_size <- NULL
the$trace_id_size <- NULL
span_id_size <- function() {
the[["span_id_size"]] %||%
(assign("span_id_size", ccall(otel_span_id_size), envir = the))
}
trace_id_size <- function() {
the[["trace_id_size"]] %||%
(assign("trace_id_size", ccall(otel_trace_id_size), envir = the))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.