Skip to content

Commit 66c133c

Browse files
feat: bug sniff docs (#15516)
<!-- Use this checklist to make sure your PR is ready for merge. You may delete any sections you don't need. --> ## DESCRIBE YOUR PR *Tell us what you're changing and why. If your PR **resolves an issue**, please link it so it closes automatically.* ## IS YOUR CHANGE URGENT? Help us prioritize incoming PRs by letting us know when the change needs to go live. - [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE --> - [ ] Other deadline: <!-- ENTER DATE HERE --> - [x] None: Not urgent, can wait up to 1 week+ ## SLA - Teamwork makes the dream work, so please add a reviewer to your PRs. - Please give the docs team up to 1 week to review your PR unless you've added an urgent due date to it. Thanks in advance for your help! ## PRE-MERGE CHECKLIST *Make sure you've checked the following before merging your changes:* - [x] Checked Vercel preview for correctness, including links - [ ] PR was reviewed and approved by any necessary SMEs (subject matter experts) - [ ] PR was reviewed and approved by a member of the [Sentry docs team](https://github.com/orgs/getsentry/teams/docs) ## LEGAL BOILERPLATE <!-- Sentry employees and contractors can delete or ignore this section. --> Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is gonna need some rights from me in order to utilize my contributions in this here PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms. ## EXTRA RESOURCES - [Sentry Docs contributor guide](https://docs.sentry.io/contributing/)
1 parent 347efcc commit 66c133c

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

docs/organization/integrations/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ For more details, see the [full Integration Platform documentation](/organizatio
5555
| [Asana (Legacy)](/organization/integrations/issue-tracking/asana/) | X | | | |
5656
| [Azure DevOps (Work Items)](/organization/integrations/source-code-mgmt/azure-devops/) | X | X | X | |
5757
| [Bitbucket (Issues)](/organization/integrations/source-code-mgmt/bitbucket/) | X | | | |
58+
| [Bug Sniff](/organization/integrations/issue-tracking/bugsniff/) | | X | X | |
5859
| [ClickUp](/organization/integrations/issue-tracking/clickup/) | X | | | |
5960
| [Factory](/organization/integrations/issue-tracking/factory/) | X | | | |
6061
| [GitHub (Issues)](/organization/integrations/source-code-mgmt/github/) | X | | | |
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: Bug Sniff
3+
sidebar_order: 1
4+
5+
description: "Learn about Sentry's Bug Sniff integration."
6+
---
7+
8+
The Bug Sniff integration streamlines error management by automatically creating Trello cards for errors. It synchronizes error statuses and resolutions between Sentry and Trello, removing the need for manual handoffs.
9+
10+
This integration is maintained and supported by Bug Sniff; for more details reach out to [email protected].
11+
12+
## Install and Configure
13+
14+
<Alert>
15+
16+
Sentry owner, manager, or admin permissions are required to install this integration.
17+
18+
</Alert>
19+
20+
1. Navigate to **Settings > Integrations > Bug Sniff**
21+
22+
2. Follow the full [Bug Sniff installation instructions](https://bugsniff.com/docs.html).

docs/organization/integrations/issue-tracking/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ description: "Learn more about Sentry's issue tracking integrations."
77
- [Asana (Legacy)](/organization/integrations/issue-tracking/asana/)
88
- [Azure DevOps (Work Items)](/organization/integrations/source-code-mgmt/azure-devops/)
99
- [Bitbucket (Issues)](/organization/integrations/source-code-mgmt/bitbucket/)
10+
- [Bug Sniff](/organization/integrations/issue-tracking/bugsniff/)
1011
- [ClickUp](/organization/integrations/issue-tracking/clickup/)
1112
- [Factory](/organization/integrations/issue-tracking/factory/)
1213
- [GitHub (Issues)](/organization/integrations/source-code-mgmt/github/)

0 commit comments

Comments
 (0)