You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To use Sentry’s Bitbucket integration you’ll need to create a Bitbucket "product" if you don’t already have one.
11
+
12
+
Go to [Bitbucket's Admin Console](http://admin.atlassian.com/) and click on __Add Product__. and select __Bitbucket__. Name your Bitbucket instance and click __Create__.
13
+
14
+

15
+
16
+
#### Create a Bitbucket Repo
17
+
18
+
Next, you'll need to create a Bitbucket repository. Click on __Create repository__ and fill in the details. You should now see your new repository in the list of repositories.
19
+
20
+

21
+
22
+
23
+
## Create a Bitbucket App
24
+
25
+
To create a Bitbucket
26
+
27
+
To use Sentry’s Bitbucket integration you’ll need to create a Bitbucket app. Navigate to [Bitbucket Apps](https://bitbucket.org/account/user/apps/create) and click __Create__.
28
+
Ensure [developer mode](https://support.atlassian.com/bitbucket-cloud/docs/enable-bitbucket-cloud-development-mode/) is enabled in your Atlassian account.
29
+
30
+
In Sentry navigate to **Settings > Integrations > Bitbucket**. Click "Add Installation".
31
+
32
+
In the resulting modal, select your Bitbucket workspace and then click "Install from URL". Paste in the app descriptor as `{YOUR_DOMAIN}/extensions/bitbucket/descriptor/`
33
+
34
+
Follow our [documentation on configuring the Bitbucket integration](https://docs.sentry.io/product/integrations/bitbucket/#configure) to use the integration.
0 commit comments