capture {sentryR} | R Documentation |
Send a message to a Sentry server
Description
Send a message to a Sentry server
Usage
capture(...)
Arguments
... |
named parameters |
Value
sends message to Sentry
Examples
## Not run:
capture(message = "oh hai there!") # send message to sentry
## End(Not run)
[Package sentryR version 1.1.2 Index]