Skip to main content
Server path: /sentry-releases | Type: Application | PCID required: Yes

Tools


sentry_releases_create_a_deploy

Create a deploy for a given release. Parameters:

sentry_releases_create_a_new_release_for_an_organization

Create a new release for the given organization. Releases are used by Sentry to improve its error reporting abilities by correlating first seen events with the release that might have introduced the problem. Releases are also necessary for source maps and other debug features that require manual upload for functioning well. Parameters:

sentry_releases_delete_a_replay_instance

Delete a replay. Parameters:

sentry_releases_delete_an_organization_s_release

Permanently remove a release and all of its files. Parameters:

sentry_releases_list_a_release_s_deploys

Returns a list of deploys based on the organization, version, and project. Parameters:

sentry_releases_list_an_organization_release_s_commits

List an organization release’s commits. Parameters:

sentry_releases_list_an_organization_s_releases

Return a list of releases for a given organization. Parameters:

sentry_releases_list_an_organization_s_replays

Return a list of replays belonging to an organization. Parameters:

sentry_releases_list_an_organization_s_selectors

Return a list of selectors for a given organization. Parameters:

sentry_releases_list_clicked_nodes

Retrieve a collection of RRWeb DOM node-ids and the timestamp they were clicked. Parameters:

sentry_releases_list_recording_segments

Return a collection of replay recording segments. Parameters:

sentry_releases_list_users_who_have_viewed_a_replay

Return a list of users who have viewed a replay. Parameters:

sentry_releases_retrieve_a_count_of_replays_for_a_given_issue_or_transaction

Return a count of replays for a list of issue or transaction IDs. The query parameter is required. It is a search query that includes exactly one of issue.id, transaction, or replay_id (string or list of strings). Parameters:

sentry_releases_retrieve_a_replay_instance

Return details on an individual replay. Parameters:

sentry_releases_retrieve_an_organization_s_release

Return details on an individual release. Parameters:

sentry_releases_retrieve_files_changed_in_a_release_s_commits

Retrieve files changed in a release’s commits Parameters:

sentry_releases_retrieve_release_health_session_statistics

Returns a time series of release health session statistics for projects bound to an organization. The interval and date range are subject to certain restrictions and rounding rules. The date range is rounded to align with the interval, and is rounded to at least one hour. The interval can at most be one day and at least one hour currently. It has to cleanly divide one day, for rounding reasons. Because of technical limitations, this endpoint returns at most 10000 data points. For example, if you select a 90 day window grouped by releases, you will see at most floor(10k / (90 + 1)) = 109 releases. To get more results, reduce the statsPeriod. Parameters:

sentry_releases_update_an_organization_s_release

Update a release. This can change some metadata associated with the release (the ref, url, and dates). Parameters: