prepare_payload | R Documentation |
Prepare JSON payload for Sentry
prepare_payload(...)
... |
named parameters |
a JSON character string
## Not run:
prepare_payload() # return only the core parameters
prepare_payload(tags = list(foo = 123, bar = "meh")) # add tags
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.