-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Sentry exposes a simple Deploy API, where we could send the commit + version number. This helps to categorize issues and see if they are fixed by a release.
From their doc:
# Create a new deploy
curl https://sentry.io/api/0/organizations/$ORGANIZATION_SLUG/releases/$RELEASE_VERSION/deploys/ \
-X POST \
-H 'Authorization: Bearer {TOKEN}' \
-H 'Content-Type: application/json' \
-d '
{
"environment": "production",
"name": "my-deploy"
}
'Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request