https://github.com/bacebu4/sentry-issues
This extensions allows you to preview, resolve or ignore Sentry issues right inside VSCode.
https://github.com/bacebu4/sentry-issues
sentry vscode vscode-extension
Last synced: 5 months ago
JSON representation
This extensions allows you to preview, resolve or ignore Sentry issues right inside VSCode.
- Host: GitHub
- URL: https://github.com/bacebu4/sentry-issues
- Owner: bacebu4
- Created: 2023-07-17T19:38:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-04T16:15:33.000Z (almost 2 years ago)
- Last Synced: 2025-06-17T22:06:10.194Z (7 months ago)
- Topics: sentry, vscode, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 2.31 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
[](https://marketplace.visualstudio.com/items?itemName=bacebu4.sentry-issues)
[](https://marketplace.visualstudio.com/items?itemName=bacebu4.sentry-issues)
[](https://marketplace.visualstudio.com/items?itemName=bacebu4.sentry-issues)
This extensions allows you to preview, resolve or ignore Sentry issues right inside VSCode.


## Features
- Preview unresolved issues
- Resolve or ignore them
## Commands (7)
| Command | Description |
| -------------------------------- | -------------------------------------------------------------- |
| sentryIssues.logout | Sentry Issues: Remove provided credentials for Sentry instance |
| issueView.refreshEntry | Sentry Issues: Fetch unresolved issues for each project |
| issueView.ignoreIssue | Sentry Issues: Ignore selected issue |
| issueView.resolveIssue | Sentry Issues: Resolve selected issue |
| issueView.openInBrowser | Sentry Issues: Open selected issue in VSCode browser |
| issueView.copyIssueLink | Sentry Issues: Copy issue link to clipboard |
| issueView.openAllIssuesInBrowser | Sentry Issues: Open All Issues in Browser |
## Known Limitations
- Only first 50 unresolved issues per each project are displayed
- Only one instance URL of Sentry is supported
## FAQ
### How to install the extension?
Type `bacebu4.sentry-issues` into Extension search and click `Install` button.