-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔧 chore(integrations): update bitbucket setup docs (#12493)
- Loading branch information
1 parent
9d5cc59
commit 0d0925c
Showing
4 changed files
with
29 additions
and
12 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
title: Bitbucket Integration | ||
sidebar_title: Bitbucket | ||
--- | ||
|
||
## Prerequisites | ||
|
||
#### Create a Bitbucket "product" | ||
|
||
To use Sentry’s Bitbucket integration you’ll need to create a Bitbucket "product" if you don’t already have one. | ||
|
||
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__. | ||
|
||
![Add Product](./add-product.png) | ||
|
||
#### Create a Bitbucket Repo | ||
|
||
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. | ||
|
||
![Create Repository](./create-repo.png) | ||
|
||
|
||
## Create a Bitbucket App | ||
|
||
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__. | ||
Ensure [developer mode](https://support.atlassian.com/bitbucket-cloud/docs/enable-bitbucket-cloud-development-mode/) is enabled in your Atlassian account. | ||
|
||
|
||
Follow our [documentation on configuring the Bitbucket integration](https://docs.sentry.io/product/integrations/bitbucket/#configure) to use the integration. |