capture_message | R Documentation |
Report a message to Sentry
capture_message(message, ..., level = "info")
message |
message text |
... |
optional additional named parameters |
level |
the level of the message. Default: "info" |
nothing; sends message to Sentry
## Not run:
capture_message("this is an important message", logger = "my.logger")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.