Skip to content

Commit 0d0925c

Browse files
authored
🔧 chore(integrations): update bitbucket setup docs (#12493)
1 parent 9d5cc59 commit 0d0925c

File tree

4 files changed

+29
-12
lines changed

4 files changed

+29
-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: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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 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__.
26+
Ensure [developer mode](https://support.atlassian.com/bitbucket-cloud/docs/enable-bitbucket-cloud-development-mode/) is enabled in your Atlassian account.
27+
28+
29+
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)