Skip to content

Commit aa427b6

Browse files
committed
Add documentation for the upcoming Sentry integration
1 parent bd2e7d6 commit aa427b6

2 files changed

Lines changed: 40 additions & 0 deletions

File tree

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
title: Sentry Integration
3+
description: Integrate Flagsmith with Sentry
4+
sidebar_label: Sentry
5+
hide_title: true
6+
---
7+
8+
![Sentry logo](/img/integrations/sentry-logo.svg)
9+
10+
Integrate Flagsmith with Sentry to enable feature flag [Change Tracking](https://docs.sentry.io/product/issues/issue-details/feature-flags/#change-tracking).
11+
12+
:::tip
13+
14+
Along with _Change Tracking_, Sentry also offers [Evaluation Tracking](https://docs.sentry.io/product/issues/issue-details/feature-flags/#evaluation-tracking).
15+
Integrating with _Evaluation Tracking_ is currently only possible via our [OpenFeature provider](/clients/openfeature.md).
16+
17+
:::
18+
19+
20+
## Integration Setup
21+
22+
1. **In Sentry**
23+
1. Visit the [feature flags settings page](https://sentry.io/orgredirect/organizations/:orgslug/settings/feature-flags/change-tracking/) in a new tab.
24+
1. Click the "Add New Provider" button.
25+
1. Select "Generic" in the dropdown that says "Select a provider".
26+
1. Copy the provided Sentry webhook URL — we'll use that soon.
27+
1. **Do not close this page!** We're not done yet.
28+
1. **In Flagsmith**
29+
1. Go to Integrations > Sentry > Add Integration.
30+
1. Choose the Environment from which Sentry will receive feature flag change events.
31+
1. Paste the URL copied above into "Sentry webhook URL".
32+
1. Copy the secret from "Webhook secret".
33+
1. Click "Save". ✅
34+
1. **Back to Sentry**
35+
1. Paste the secret copied above.
36+
1. Click "Add Provider". ✅
37+
38+
Flag change events will now be sent to Sentry, and should be displayed in issue details.
39+
For more information, visit Sentry's [Issue Details page documentation](https://docs.sentry.io/product/issues/issue-details/#feature-flags).
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)