0
0

More than 1 year has passed since last update.

sentry issueの棚卸し

Posted at

sentry cliをインストール

curl -sL https://sentry.io/get-cli/ | SENTRY_CLI_VERSION="2.20.6" sh

sentry-cli --help


構成と認証

sentry-cli login

This helps you signing in your sentry-cli with an authentication token.
If you do not yet have a token ready we can bring up a browser for you
to create a token now.

Sentry server: sentry.io
Open browser now? [y/n] y
Enter your token: 
Valid token for user xxx@yyy

Stored token in /Users/xxyy/.sentryclirc


Screen Shot 2023-09-02 at 12.15.23.png

issueの棚卸し

sentry-cli issues list --org ${ORG_NAME} -p ${PROJECT_NAME}

+------------+--------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------+-----------------------------+------------+-------+
| Issue ID   | Short ID                       | Title                                                                                                                                         | Last seen                   | Status     | Level |
+------------+--------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------+-----------------------------+------------+-------+


  • event数とuser数取得できないのか。。。
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0