Skip to contents

glitchtipr 0.1.0

  • Initial CRAN release.
  • gt_connect() — parse a GlitchTip/Sentry DSN and return a connection object. Returns an inactive connection when no DSN is configured.
  • gt_capture() — wrap any R expression to capture and report errors to GlitchTip before re-raising them. No-op when connection is inactive.
  • @capture plumber2 tag — one annotation to protect a route handler, with full request context (endpoint, query string, sanitised headers) included in the error report.