Nothing
Code
with_ospan_async("test_span_deprecated", {
42
}, tracer = promises_otel_tracer())
Condition
Warning:
`with_ospan_async()` was deprecated in promises 1.5.0.
i Please use `with_otel_span()` instead.
Output
[1] 42
Code
with_ospan_promise_domain({
42
})
Condition
Warning:
`with_ospan_promise_domain()` was deprecated in promises 1.5.0.
i Please use `with_otel_promise_domain()` instead.
Output
[1] 42
Code
local({
local_ospan_promise_domain()
42
})
Condition
Warning:
`local_ospan_promise_domain()` was deprecated in promises 1.5.0.
i Please use `local_otel_promise_domain()` instead.
Output
[1] 42
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.