npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@hesed/sentry

v0.2.1

Published

CLI for Sentry error tracking API interaction

Readme

sentry

CLI for Sentry error tracking API interaction

Version Downloads/week

Install

sdkck plugins install @hesed/sentry

Usage

$ npm install -g @hesed/sentry
$ sentry COMMAND
running command...
$ sentry (--version)
@hesed/sentry/0.2.1 linux-x64 node-v22.22.0
$ sentry --help [COMMAND]
USAGE
  $ sentry COMMAND
...

Commands

sentry sentry auth add

Add Sentry authentication

USAGE
  $ sentry sentry auth add -o <value> -t <value> [--json] [-u <value>]

FLAGS
  -o, --organization=<value>  (required) Sentry organization slug:
  -t, --token=<value>         (required) Auth Token:
  -u, --url=<value>           [default: https://sentry.io/api/0] Sentry base URL:

GLOBAL FLAGS
  --json  Format output as json.

DESCRIPTION
  Add Sentry authentication

EXAMPLES
  $ sentry sentry auth add

See code: src/commands/sentry/auth/add.ts

sentry sentry auth test

Test authentication and connection

USAGE
  $ sentry sentry auth test [--json]

GLOBAL FLAGS
  --json  Format output as json.

DESCRIPTION
  Test authentication and connection

EXAMPLES
  $ sentry sentry auth test

See code: src/commands/sentry/auth/test.ts

sentry sentry auth update

Update existing authentication

USAGE
  $ sentry sentry auth update -o <value> -t <value> -u <value> [--json]

FLAGS
  -o, --organization=<value>  (required) Sentry organization slug
  -t, --token=<value>         (required) Auth Token
  -u, --url=<value>           (required) Sentry base URL

GLOBAL FLAGS
  --json  Format output as json.

DESCRIPTION
  Update existing authentication

EXAMPLES
  $ sentry sentry auth update

See code: src/commands/sentry/auth/update.ts

sentry sentry event get PROJECTSLUG EVENTID

Retrieve a Sentry event for a project

USAGE
  $ sentry sentry event get PROJECTSLUG EVENTID [--toon]

ARGUMENTS
  PROJECTSLUG  Project slug
  EVENTID      Event ID

FLAGS
  --toon  Format output as toon

DESCRIPTION
  Retrieve a Sentry event for a project

EXAMPLES
  $ sentry sentry event get my-project abc123def456

See code: src/commands/sentry/event/get.ts

sentry sentry event source-maps PROJECTSLUG EVENTID

Debug source maps for a Sentry event

USAGE
  $ sentry sentry event source-maps PROJECTSLUG EVENTID [--exception-idx <value>] [--frame-idx <value>] [--toon]

ARGUMENTS
  PROJECTSLUG  Project slug
  EVENTID      Event ID

FLAGS
  --exception-idx=<value>  Exception index
  --frame-idx=<value>      Frame index
  --toon                   Format output as toon

DESCRIPTION
  Debug source maps for a Sentry event

EXAMPLES
  $ sentry sentry event source-maps my-project abc123def456

See code: src/commands/sentry/event/source-maps.ts

sentry sentry issue event ISSUEID EVENTID

Retrieve a specific event from a Sentry issue

USAGE
  $ sentry sentry issue event ISSUEID EVENTID [--toon]

ARGUMENTS
  ISSUEID  Issue ID
  EVENTID  Event ID (latest, oldest, recommended, or event ID)

FLAGS
  --toon  Format output as toon

DESCRIPTION
  Retrieve a specific event from a Sentry issue

EXAMPLES
  $ sentry sentry issue event 123456789 latest

  $ sentry sentry issue event 123456789 abc123def456

See code: src/commands/sentry/issue/event.ts

sentry sentry issue events ISSUEID

List a Sentry issue's events

USAGE
  $ sentry sentry issue events ISSUEID [--cursor <value>] [--end <value>] [--environment <value>...] [--full] [--start
    <value>] [--stats-period <value>] [--toon]

ARGUMENTS
  ISSUEID  Issue ID

FLAGS
  --cursor=<value>          Pagination cursor
  --end=<value>             End date (ISO-8601)
  --environment=<value>...  Filter by environment
  --full                    Include full event body
  --start=<value>           Start date (ISO-8601)
  --stats-period=<value>    Time period (e.g. 24h, 7d)
  --toon                    Format output as toon

DESCRIPTION
  List a Sentry issue's events

EXAMPLES
  $ sentry sentry issue events 123456789

See code: src/commands/sentry/issue/events.ts

sentry sentry issue get ISSUEID

Retrieve a Sentry issue

USAGE
  $ sentry sentry issue get ISSUEID [--toon]

ARGUMENTS
  ISSUEID  Issue ID

FLAGS
  --toon  Format output as toon

DESCRIPTION
  Retrieve a Sentry issue

EXAMPLES
  $ sentry sentry issue get 123456789

See code: src/commands/sentry/issue/get.ts

sentry sentry issue hashes ISSUEID

List a Sentry issue's hashes

USAGE
  $ sentry sentry issue hashes ISSUEID [--cursor <value>] [--toon]

ARGUMENTS
  ISSUEID  Issue ID

FLAGS
  --cursor=<value>  Pagination cursor
  --toon            Format output as toon

DESCRIPTION
  List a Sentry issue's hashes

EXAMPLES
  $ sentry sentry issue hashes 123456789

See code: src/commands/sentry/issue/hashes.ts

sentry sentry issue tag ISSUEID TAGKEY

Retrieve tag details for a Sentry issue

USAGE
  $ sentry sentry issue tag ISSUEID TAGKEY [--environment <value>...] [--toon]

ARGUMENTS
  ISSUEID  Issue ID
  TAGKEY   Tag key (e.g. browser, url, user)

FLAGS
  --environment=<value>...  Filter by environment
  --toon                    Format output as toon

DESCRIPTION
  Retrieve tag details for a Sentry issue

EXAMPLES
  $ sentry sentry issue tag 123456789 browser

See code: src/commands/sentry/issue/tag.ts

sentry sentry issue tag-values ISSUEID TAGKEY

List a tag's values for a Sentry issue

USAGE
  $ sentry sentry issue tag-values ISSUEID TAGKEY [--cursor <value>] [--environment <value>...] [--toon]

ARGUMENTS
  ISSUEID  Issue ID
  TAGKEY   Tag key (e.g. browser, url, user)

FLAGS
  --cursor=<value>          Pagination cursor
  --environment=<value>...  Filter by environment
  --toon                    Format output as toon

DESCRIPTION
  List a tag's values for a Sentry issue

EXAMPLES
  $ sentry sentry issue tag-values 123456789 browser

See code: src/commands/sentry/issue/tag-values.ts

sentry sentry issue update ISSUEID

Update a Sentry issue

USAGE
  $ sentry sentry issue update ISSUEID [--assigned-to <value>] [--has-seen] [--is-bookmarked] [--is-public]
    [--is-subscribed] [--status resolved|resolvedInNextRelease|unresolved|ignored] [--toon]

ARGUMENTS
  ISSUEID  Issue ID

FLAGS
  --assigned-to=<value>  Assign to user (actor ID or username)
  --[no-]has-seen        Mark issue as seen/unseen
  --[no-]is-bookmarked   Bookmark or unbookmark issue
  --[no-]is-public       Make issue public or private
  --[no-]is-subscribed   Subscribe or unsubscribe from issue
  --status=<option>      Issue status (resolved, resolvedInNextRelease, unresolved, ignored)
                         <options: resolved|resolvedInNextRelease|unresolved|ignored>
  --toon                 Format output as toon

DESCRIPTION
  Update a Sentry issue

EXAMPLES
  $ sentry sentry issue update 123456789 --status resolved

  $ sentry sentry issue update 123456789 --assigned-to [email protected]

See code: src/commands/sentry/issue/update.ts

sentry sentry org issues

List a Sentry organization's issues

USAGE
  $ sentry sentry org issues [--cursor <value>] [--end <value>] [--environment <value>...] [--limit <value>] [--project
    <value>...] [--query <value>] [--sort <value>] [--start <value>] [--stats-period <value>] [--toon]

FLAGS
  --cursor=<value>          Pagination cursor
  --end=<value>             End date (ISO-8601)
  --environment=<value>...  Filter by environment
  --limit=<value>           Maximum number of results
  --project=<value>...      Filter by project ID
  --query=<value>           Search query (e.g. "is:unresolved")
  --sort=<value>            Sort order
  --start=<value>           Start date (ISO-8601)
  --stats-period=<value>    Time period (e.g. 24h, 7d)
  --toon                    Format output as toon

DESCRIPTION
  List a Sentry organization's issues

EXAMPLES
  $ sentry sentry org issues

  $ sentry sentry org issues --query "is:unresolved" --limit 50

See code: src/commands/sentry/org/issues.ts

sentry sentry project events PROJECTSLUG

List a Sentry project's error events

USAGE
  $ sentry sentry project events PROJECTSLUG [--cursor <value>] [--end <value>] [--full] [--start <value>] [--stats-period
    <value>] [--toon]

ARGUMENTS
  PROJECTSLUG  Project slug

FLAGS
  --cursor=<value>        Pagination cursor
  --end=<value>           End date (ISO-8601)
  --full                  Include full event body
  --start=<value>         Start date (ISO-8601)
  --stats-period=<value>  Time period (e.g. 24h, 7d)
  --toon                  Format output as toon

DESCRIPTION
  List a Sentry project's error events

EXAMPLES
  $ sentry sentry project events my-project

See code: src/commands/sentry/project/events.ts

sentry sentry project issues PROJECTSLUG

List a Sentry project's issues

USAGE
  $ sentry sentry project issues PROJECTSLUG [--cursor <value>] [--query <value>] [--short-id-lookup] [--stats-period
    <value>] [--toon]

ARGUMENTS
  PROJECTSLUG  Project slug

FLAGS
  --cursor=<value>        Pagination cursor
  --query=<value>         Search query (e.g. "is:unresolved")
  --short-id-lookup       Enable short ID lookup
  --stats-period=<value>  Time period (e.g. 24h, 7d)
  --toon                  Format output as toon

DESCRIPTION
  List a Sentry project's issues

EXAMPLES
  $ sentry sentry project issues my-project

  $ sentry sentry project issues my-project --query "is:unresolved"

See code: src/commands/sentry/project/issues.ts