Skip to content

Commit 8973ec2

Browse files
committed
🔧 chore: update bitbucket setup docs
1 parent 88da19d commit 8973ec2

File tree

4 files changed

+34
-12
lines changed

4 files changed

+34
-12
lines changed

develop-docs/integrations/bitbucket.mdx

Lines changed: 0 additions & 12 deletions
This file was deleted.
11 KB
Loading
34.6 KB
Loading
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: Bitbucket Integration
3+
sidebar_title: Bitbucket
4+
---
5+
6+
## Prerequisites
7+
8+
#### Create a Bitbucket "product"
9+
10+
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+
![Add Product](./add-product.png)
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+
![Create Repository](./create-repo.png)
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

Comments
 (0)