Modules@robinpath/sentry
@robinpath/sentry
0.1.0PublicSentry module for RobinPath.
@robinpath/sentry
Sentry module for RobinPath.
Why use this module?
The sentry module lets you:
- listProjects
- getProject
- listIssues
- getIssue
- updateIssue
All functions are callable directly from RobinPath scripts with a simple, consistent API.
Installation
npm install @robinpath/sentry
Quick Start
1. Set up credentials
sentry.setCredentials "your-credentials"
2. listProjects
sentry.listProjects
Available Functions
| Function | Description |
|---|---|
sentry.setCredentials | Configure sentry credentials. |
sentry.listProjects | listProjects |
sentry.getProject | getProject |
sentry.listIssues | listIssues |
sentry.getIssue | getIssue |
sentry.updateIssue | updateIssue |
sentry.deleteIssue | deleteIssue |
sentry.listIssueEvents | listIssueEvents |
sentry.getLatestEvent | getLatestEvent |
sentry.listReleases | listReleases |
sentry.createRelease | createRelease |
sentry.listAlertRules | listAlertRules |
sentry.createAlertRule | createAlertRule |
sentry.resolveIssue | resolveIssue |
sentry.ignoreIssue | ignoreIssue |
sentry.assignIssue | assignIssue |
sentry.listTeams | listTeams |
sentry.getOrganization | getOrganization |
sentry.listProjectKeys | listProjectKeys |
Examples
listProjects
sentry.listProjects
getProject
sentry.getProject
listIssues
sentry.listIssues
Integration with RobinPath
import { RobinPath } from "@wiredwp/robinpath";
import Module from "@robinpath/sentry";
const rp = new RobinPath();
rp.registerModule(Module.name, Module.functions);
rp.registerModuleMeta(Module.name, Module.functionMetadata);
const result = await rp.executeScript(`
sentry.setCredentials "your-credentials"
sentry.listProjects
`);
Full API Reference
See MODULE.md for complete documentation including all parameters, return types, error handling, and advanced examples.
Related Modules
@robinpath/docker— Docker module for complementary functionality@robinpath/git— Git module for complementary functionality@robinpath/github— GitHub module for complementary functionality@robinpath/gitlab— GitLab module for complementary functionality@robinpath/vercel— Vercel module for complementary functionality
License
MIT
Versions (1)
| Version | Tag | Published |
|---|---|---|
| 0.1.0 | latest | yesterday |
Related Modules
devops
0
@robinpath/bitbucket
v0.1.1robinpath
Bitbucket module for RobinPath.
0 downloads
...
devops
0
@robinpath/box
v0.1.1robinpath
Box module for RobinPath.
0 downloads
...
devops
0
@robinpath/cache
v0.1.1robinpath
In-memory key-value cache with optional TTL expiration for temporary data storage
0 downloads
...
devops
0
@robinpath/cloudflare
v0.1.1robinpath
Cloudflare module for RobinPath.
0 downloads
...
Install
$ robinpath install @robinpath/sentry Version0.1.0
LicenseMIT
Unpacked Size4.6 KB
Versions1
Weekly Downloads0
Total Downloads0
Stars0
Last Publishyesterday
Createdyesterday

