Sentry for Bitbucket

by Sentry
for Bitbucket Cloud
  • Supported
Free app
Cloud

Installation

  1. Set up Bitbucket Issues creation inside of Sentry.
  2. 1. Go to the project settings page in Sentry that you’d like to link with Bitbucket.
  3. 2. Click All Integrations, find the Bitbucket integration in the list, and click configure.
  4. 3. Click Enable Plugin.
  5. 4. Fill in the required information and save.
  6. 5. The option to create Bitbucket Issues will be displayed from your Sentry issue pages.
  7. Set up release tracking with Bitbucket Pipelines.
  8. 1. Go to the organizations settings page in Sentry.
  9. 2. Click API Keys, New API Key to create a key with ‘project:releases’ permissions.
  10. 3. Go to Bitbucket and enable Bitbucket Pipelines.
  11. 4. Create a bitbucket-pipelines.yml config at the base level of your repository and add a step that issues a POST request (with the Sentry API key generated in step 2) to Sentry’s release endpoint.