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.5)sentryR_1.1.2.zip(r-4.4)sentryR_1.1.2.zip(r-4.3)
sentryR_1.1.2.tgz(r-4.5-any)sentryR_1.1.2.tgz(r-4.4-any)sentryR_1.1.2.tgz(r-4.3-any)
sentryR_1.1.2.tar.gz(r-4.5-noble)sentryR_1.1.2.tar.gz(r-4.4-noble)
sentryR_1.1.2.tgz(r-4.4-emscripten)sentryR_1.1.2.tgz(r-4.3-emscripten)
sentryR.pdf |sentryR.html✨
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 9 months agofrom:a24b49ddf7. Checks:9 OK. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Mar 11 2025 |
R-4.5-win | OK | Mar 11 2025 |
R-4.5-mac | OK | Mar 11 2025 |
R-4.5-linux | OK | Mar 11 2025 |
R-4.4-win | OK | Mar 11 2025 |
R-4.4-mac | OK | Mar 11 2025 |
R-4.4-linux | OK | Mar 11 2025 |
R-4.3-win | OK | Mar 11 2025 |
R-4.3-mac | OK | Mar 11 2025 |
Exports:capturecapture_exceptioncapture_messageconfigure_sentrydefault_error_handleris_sentry_configuredparse_dsnprepare_payloadsentry_error_handlersentry_headerssentry_urlwith_captured_callswrap_error_handler_with_sentry
Dependencies:askpassclicurlfansigluehttrjsonlitelifecyclemagrittrmimeopensslpillarpkgconfigR6rlangstringistringrsystibbleutf8uuidvctrs
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 |