Nothing
test_that("tracer_provider_http", {
tracer_provider <- tracer_provider_http_new()
tracer <- tracer_provider$get_tracer("mytracer")
tracer$flush()
expect_true(TRUE)
})
test_that("HTTP tracer provider defaults", {
expect_snapshot({
tracer_provider_http_options()
})
})
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.