Reconnecting
Restoring connection…
Reconnecting
Restoring connection…
Sentry error monitoring
v0.1.0Governed Sentry issue triage, release, ingest-key, volume-stats, and alert-rule operations against sentry.io or a self-hosted instance. Auth via SENTRY_AUTH_TOKEN on the runner host.
curl
jq
bash
Install
emisar pack install
fetches this pack, re-validates it, and verifies its content hash against the
--hash
below — the exact bytes this page was rendered against, so a tampered copy is
rejected — before copying it into the runner's packs dir. The command reloads a
running daemon itself; no manual restart.
sudo emisar pack install sentry --hash sha256:8a33af4a63e08318ed0aad6afefbd3f5a1c84f9636e7a0de1f6a1ad902ef18ee
Actions 14 total
View on GitHub-
sentry.assign_issue script medium
Assign issue
Assign one Sentry issue to a user or team; the assignee is notified per their settings, and a wrong assignment misroutes the triage.
View source on GitHub -
sentry.disable_project_key script high
Disable project ingest key
Disable one project client key (DSN); every client using it stops reporting immediately and those events are lost, so the project goes dark for that key until it is re-enabled.
View source on GitHub -
sentry.enable_project_key script medium
Enable project ingest key
Re-enable one disabled project client key (DSN); clients using it resume reporting immediately.
View source on GitHub -
sentry.issue_details script low
Show issue details
Show one Sentry issue's status, assignee, first/last seen, event and user counts, and metadata.
View source on GitHub -
sentry.issue_latest_event script medium
Show latest issue event
Show an issue's most recent event with stacktrace, breadcrumbs, and request context. The payload is arbitrary application data — whatever the app put in messages, breadcrumbs, and headers — and Sentry's server-side scrubbing is best-effort, so treat it as sensitive diagnostics.
View source on GitHub -
sentry.issue_tags script low
Show issue tags
Show an issue's tag distribution — which releases, environments, browsers, or servers the error hits most.
View source on GitHub -
sentry.list_alert_rules script low
List issue alert rules
List a project's issue alert rules — conditions, actions, and frequency — to see what pages whom and why.
View source on GitHub -
sentry.list_issues script low
List issues
List one bounded page of a project's Sentry issues — title, culprit, event and user counts, status — filtered by a search query and sorted by date, frequency, first-seen, or affected users.
View source on GitHub -
sentry.list_organizations script low
List organizations
List one bounded page of Sentry organizations the token can read — the org slugs the other actions need.
View source on GitHub -
sentry.list_project_keys script medium
List project ingest keys
List a project's client keys (DSNs) with their active state and rate limits. Sentry's key space is vendor-owned, and the legacy secret-DSN fields are removed before output leaves the runner; the public DSN remains, which is enough for a client to send events.
View source on GitHub -
sentry.list_projects script low
List projects
List one bounded page of an organization's Sentry projects with slugs, platforms, and status.
View source on GitHub -
sentry.list_releases script low
List releases
List one bounded page of an organization's releases with versions, dates, and new-issue counts — for checking whether an error spike lines up with a deploy.
View source on GitHub -
sentry.org_stats script low
Show organization event stats
Show an organization's ingested event volume grouped by category and outcome (accepted, rate limited, filtered, dropped) — for quota debugging and spotting ingest floods.
View source on GitHub -
sentry.set_issue_status script medium
Set issue status
Resolve, unresolve, or ignore one Sentry issue; ignoring silences its alerts (optionally for a bounded number of minutes), and resolving re-alerts as a regression if the error returns.
View source on GitHub