Package: sentryR 1.1.2

sentryR: Send Errors and Messages to Sentry
Unofficial client for 'Sentry' <https://sentry.io>, a self-hosted or cloud-based error-monitoring service. It will inform about errors in real-time, and includes integration with the 'Plumber' package.
Authors:
sentryR_1.1.2.tar.gz
sentryR_1.1.2.zip(r-4.7)sentryR_1.1.2.zip(r-4.6)sentryR_1.1.2.zip(r-4.5)
sentryR_1.1.2.tgz(r-4.6-any)sentryR_1.1.2.tgz(r-4.5-any)
sentryR_1.1.2.tar.gz(r-4.7-any)sentryR_1.1.2.tar.gz(r-4.6-any)
sentryR_1.1.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
sentryR/json (API)
NEWS
| # Install 'sentryR' in R: |
| install.packages('sentryR', repos = c('https://jcpsantiago.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/jcpsantiago/sentryr/issues
error-monitoringsentryshared-lib
Last updated from:a24b49ddf7. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 113 | ||
| source / vignettes | OK | 151 | ||
| linux-release-x86_64 | OK | 113 | ||
| macos-release-arm64 | OK | 153 | ||
| macos-oldrel-arm64 | OK | 139 | ||
| windows-devel | OK | 72 | ||
| windows-release | OK | 76 | ||
| windows-oldrel | OK | 62 | ||
| wasm-release | OK | 99 |
Exports:capturecapture_exceptioncapture_messageconfigure_sentrydefault_error_handleris_sentry_configuredparse_dsnprepare_payloadsentry_error_handlersentry_headerssentry_urlwith_captured_callswrap_error_handler_with_sentry
Dependencies:askpassclicurlgluehttrjsonlitelifecyclemagrittrmimeopensslpillarpkgconfigR6rlangstringistringrsystibbleutf8uuidvctrs
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Convert function call to a stack trace | calls_to_stacktrace |
| Send a message to a Sentry server | capture |
| Report an error or exception object | capture_exception |
| Capture function calls | capture_function_calls |
| Report a message to Sentry | capture_message |
| Configure Sentry | configure_sentry |
| Default error handler for Plumber | default_error_handler |
| Check if Sentry is configured | is_sentry_configured |
| Parse a Sentry DSN into its components | parse_dsn |
| Prepare JSON payload for Sentry | prepare_payload |
| Error handler with Sentry reporting | sentry_error_handler |
| Set the sentry.io call header | sentry_headers |
| Build the sentry.io call URL | sentry_url |
| 'sentryR' package | sentryR |
| Create safe function | with_captured_calls |
| Wrap a plumber error handler such that it reports errors to Sentry | wrap_error_handler_with_sentry |
