Chat with Sentry and automate it — access project information in Sentry, on demand or on a schedule. One-click connect, then use it across web, WhatsApp, Telegram, Instagram, Messenger and LINE.
Developer Tools
Integrate Sentry to manage your error tracking and monitoring..
From any chat
100+ Sentry actions, run in plain language from the web or any messaging app — WhatsApp, Instagram, Telegram, Messenger or LINE. Just ask; Mira maps it to the right action and runs it on your account.
Retrieves detailed information for a sentry project, given its existing organization and project id or slug.
Invites a new member (or re-invites an existing non-accepted member) to a sentry organization via email, allowing specification of organization and team roles.
Adds or removes a secondary email for an existing sentry user, determined by whether the email already exists for that user.
Adds an existing member of an organization to one of its teams; the member must already belong to the organization, and the team must also belong to that organization.
Grants a sentry team access to a sentry project within the specified sentry organization.
Creates a sentry dashboard with widgets for an organization; `organization id or slug` and specified `project` ids must be valid, and `start`/`end` datetimes (if absolute range)...
Links a sentry user to an external identity provider's user within a sentry organization; the sentry user must be an organization member, an active integration for the provider...
Creates a sentry metric alert rule for an organization, mandating a 'critical' trigger, typically for a single project, where actions may require sentry integrations.
Creates a new monitor (type 'cron job') within a sentry organization to track scheduled tasks, allowing configuration of its name, slug (which must be unique if provided), statu...
Creates a new team in a sentry organization, requiring either a 'slug' (preferred, as 'name' is deprecated) or 'name' to define the team.
Creates a new client key (dsn) for an existing sentry project, with optional custom rate limit configuration.
Creates a sentry project alert rule by defining conditions, actions, and optional filters using specific json structures (detailed in parameter descriptions) to automate respons...
Registers a new webhook subscription for a sentry project to send http post notifications to a specified url for given events, provided the project has the 'servicehooks' featur...
Creates a new deploy record in sentry to track the introduction of a release version into a specific environment.
Creates a new sentry release for an existing organization, associating it with specified projects that must belong to that organization.
Creates a new sentry team (scim group) within an organization where scim is enabled; a url-friendly slug is auto-generated from the `displayname` (e.g., 'my team' becomes 'my-te...
Links an existing sentry issue to an issue in an external service, or updates an existing link, requiring a configured sentry app installation `uuid`.
Creates a new sentry project for an existing organization and team, allowing configuration of its name, slug, platform, and default alert rules.
Creates a new sentry organization member via a scim request for saml integration; this action does not support setting secondary emails.
Permanently removes a specific debug information file (dif), used for symbolicating crash reports, from the specified sentry project and organization.
Unlinks an external issue (e.g., from jira/github), identified by `external issue id`, from the sentry app installation specified by `uuid`.
Unlinks a previously established external team from a sentry team; this action does not delete either the sentry team or the external team.
Deletes the link between an external user (e.g., from an sso provider) and a sentry user within the specified sentry organization.
Removes an organization member from a sentry team, revoking their team-specific permissions, provided the member is currently part of that team.
Deletes a specific metric alert rule within a sentry organization.
Deletes a custom dashboard or tombstones (marks as deleted) a pre-built dashboard within a sentry organization.
Permanently removes a specific saved discover query (a configuration for exploring event data) from a sentry organization.
Permanently deletes a specific integration previously installed for the sentry organization.
Permanently deletes a specific sentry issue, identified by its id, from an organization; this operation is irreversible and idempotent.
Permanently removes a member from a sentry organization, revoking their access to that organization and all its associated projects.
Deletes a sentry cron monitor or, if `environment` is specified, only specific environments within that monitor.
Permanently and irreversibly removes a sentry release, including all its associated files, identified by its version from the specified organization.
Deletes a specific spike protection notification action for a sentry organization, where `action id` must be a valid action associated with the `organization id or slug`.
Schedules a sentry project for asynchronous deletion within a specified organization, hiding it from most public views once the process begins.
Deletes a specific service hook from a sentry project using its organization, project, and hook identifiers.
Permanently removes specified issues from a sentry project; if no issue ids are provided, it removes the oldest 1000 issues.
Permanently deletes a specific client key (dsn) for a project, preventing it from being used to send events to sentry.
Deletes a sentry monitor, or optionally only its specified environments, for a given project.
Permanently deletes a specific sentry session replay (a video-like reproduction of user interactions, including console logs and network activity) from the specified project and...
Permanently deletes a specific issue alert rule from an existing project within an existing sentry organization.
Deletes a specific custom symbol source from a project.
Revokes a team's access to a sentry project; this operation is idempotent.
Permanently deletes a specific file from an existing release, project, and organization; this action is idempotent.
Permanently deletes a specific build artifact (e.g., source map, application bundle) associated with a release.
Schedules a sentry team for asynchronous deletion, which releases the team's slug for reuse upon successful scheduling.
Permanently and irreversibly deletes a specific team from a sentry organization via a scim v2 request, provided scim integration is enabled for the organization.
Permanently removes a sentry user's email address; if multiple emails exist, sentry's api logic (e.g., primary or previously marked) determines which is deleted.
Removes a scim-managed member from a sentry organization that has scim enabled, permanently revoking their access.
Retrieves the 'latest', 'oldest', or 'recommended' event for a sentry issue, optionally filtered by environment(s).
Retrieves a list of active metric alert rules for an existing sentry organization, identified by its id or slug.
Retrieves derived health statuses for release thresholds in a sentry organization for a given time range, optionally filtered by environment, project, or release; `start` and `e...
Retrieves the total count of session replays for a specified sentry organization, filterable by time range, environment, project, and query.
Retrieves detailed information for a specific replay session by id within a sentry organization, optionally filtering time-series data using `statsperiod` or `start`/`end`, and...
Fetches replay selectors (css selectors for session replays) for a sentry organization, filterable by various criteria; use either `statsperiod` or `start`/`end` for time range,...
Retrieves detailed information for a specific environment within a sentry project.
Retrieves the ownership configuration, like codeowners rules or issue owner settings, for a specified sentry project.
Retrieves artifact files (e.g., source maps, debug information files) for a specific release version in a sentry project; requires existing organization, project, and release ve...
Fetches a list of user click interactions for a specific sentry session replay, including the clicked dom element id and timestamp.
Retrieves a specific recording segment for a sentry replay, requiring valid organization, project, replay, and segment identifiers.
Retrieves all activations (triggered instances) for a specific metric alert rule within a sentry organization.
Retrieves details for a specific integration, identified by `integration id`, installed within an existing sentry organization, identified by `organization id or slug`.
Retrieves a sentry organization by its id or slug; use the `detailed` parameter to optionally exclude project and team details for a more concise response.
Retrieves sentry organizations accessible via the current authentication, with scope varying between user (all in region) and api key (linked org only) credentials.
Retrieves a list of deployment environments (e.g., 'production', 'staging') for a sentry organization, optionally filtering by visibility.
Retrieves detailed information for a specific issue within a sentry organization.
Retrieves detailed information for a specific monitor (e.g., a cron job or scheduled task) within an organization.
Retrieves detailed information, including optional health data and statistics, for a specific release version within a sentry organization.
Retrieves time series data for an organization's sentry project release health sessions; note session duration data (e.g., using `avg(session.duration)`) may be incomplete after...
Retrieves summarized event statistics for a sentry organization, aggregated by project, allowing queries for event counts or unique occurrences over a specified time period and...
Retrieves a list of error events for a specified project within a sentry organization, with options for pagination and detail level.
Retrieves event statistics for a specified sentry project, returning data as [timestamp, count] pairs; ensure `since` precedes `until` if both are provided.
Retrieves detailed information for an existing service hook, identified by `hook id`, within a specific sentry project and organization.
Retrieves a list of sentry projects (representing monitored applications or services), useful for discovery or selecting a project for subsequent operations.
Retrieves detailed information for a specific sentry cron monitor, provided the organization, project, and monitor exist.
Retrieves detailed information for a specific issue alert rule within a sentry project.
Retrieves scim group information for a sentry team, if scim is enabled for the organization; the 'members' list in the response is limited to 10,000 entries.
Retrieves a list of sentry app installations for a given organization, which must exist.
Retrieves a list of all active members for a sentry team, excluding users with pending invitations.
Retrieves users who viewed a specific, existing session replay within a sentry project and organization.
Retrieves a list of custom dashboards for a sentry organization, with pagination support.
Lists all members, including those with pending invitations, for a sentry organization.
Retrieves a list of releases for an existing sentry organization, optionally filtering by a query string that matches the start of the release version.
Retrieves a list of version control repositories for a specific sentry organization, which must exist and is identified by its id or slug.
Retrieves a list of all teams that the authenticated user has access to within the specified sentry organization.
Retrieves users who have interacted with or are recognized within a specific sentry project, optionally filtered by a query.
Retrieves a paginated list of scim (system for cross-domain identity management) users for a sentry organization, allowing for filtering, pagination, and attribute exclusion.
Lists teams for an existing sentry organization, optionally including project details and supporting pagination via a cursor.
Links an external team or channel (e.g., slack, github) to an existing sentry team, using a pre-configured integration for the specified provider and its valid sentry integratio...
Updates an existing sentry monitor's properties, requiring `name` and `type` (must be 'cron job'), and optionally `slug`, `status`, `owner`, or `is muted` state for a monitor wi...
Modifies an organization's notification action, specifically for `spike-protection` triggers.
Updates settings for a sentry organization, such as name, slug, member roles, privacy, and integrations; if `avatartype` is 'upload', `avatar` (base64 image) is required.
Updates attributes (e.g., name, distribution) of a specific file within an existing release, identified by organization, version, and file id.
Performs scim patch operations (rfc 7644) to update attributes of a scim-enabled sentry team, provided scim integration is active for the organization.
Deactivates and permanently deletes a sentry organization member by using a scim patch operation to set their 'active' attribute to 'false'.
Adds a new custom symbol source (http, gcs, or s3) to a project for fetching debug symbols; if an `id` is provided, it must be unique for the project and not start with 'sentry:'.
Enables or updates spike protection for specified projects (or all projects using `['$all']`) within an existing sentry organization, to which the projects must belong.
Retrieves detailed information for a specific metric alert rule within a sentry organization.
Retrieves files changed in commits for a specified sentry release; the release must exist and have linked commits.
Retrieves a list of commits for a given repository within a sentry organization.
Retrieve a list of debug information files (dsym files) for a specified sentry project, used for symbolication to display human-readable stack traces.
Showing the first 100 — Sentry has even more actions. Connect it in chat to browse and run the full set.
Chat or automate
Ask once, or set it and forget it. Turn Sentry actions into recurring vMira workflows — scheduled runs that run on their own and deliver straight to your chat on any platform.
Mira access project information and sends the result to your chat.
Mira add organization member via email and posts a digest to Slack or WhatsApp.
Mira chains several Sentry actions into one recurring workflow, delivered wherever you chat.
Try asking
“Access project information in Sentry”
“Add organization member via email in Sentry”
“Add or remove user email by id in Sentry”
“Add team member in organization in Sentry”
“Add team to project in Sentry”
One minute to connect
01
On the web app or in WhatsApp, Telegram, Instagram or Messenger.
02
Tell Mira what you want done — e.g. “Access project information in Sentry.”
03
Mira opens a secure, least-privilege link to Sentry. Approve it once; revoke anytime in settings.
FAQ
Yes. Connect Sentry to vMira and run it from any chat in one click. Mira turns your plain-language request into the right Sentry action and runs it on your account.
100+ Sentry actions — including Access project information, Add organization member via email, Add or remove user email by id. Just ask in plain language once it is connected.
Yes. Beyond one-off asks, build recurring vMira workflows — scheduled runs that chain Sentry actions and deliver the result to your chat automatically.
The web at vmira.ai and inside WhatsApp, Instagram, Telegram, Messenger and LINE — one account, with your history and connected apps following you across every surface.
You can start free. Paid plans (from $4/mo) raise the limits and unlock heavier use, the top models, and more workflow runs. The same account works on the web and every messaging app.
Related
Every AI. Up to 200× the usage. From $4 a month.