jcpsantiago / sentryR

Unofficial R client for Sentry
https://jcpsantiago.github.io/sentryR/
Other
38 stars 14 forks source link

Send handled errors to sentry, not only unhandled exceptions #5

Closed jcpsantiago closed 4 years ago

jcpsantiago commented 4 years ago

Add a function capture to send errors to sentry, at any point in the code flow, not only unhandled exceptions form plumber as today.

jcpsantiago commented 4 years ago

The new capture function allows this.