Nothing
message <- format_error_message()
test_that("Error report is being sent to the correct API", {
res <- report_error(message)
content <- httr::content(res)
expect_true(content$error$code %in% (c("400", "403")))
})
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.