You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
0 commit comments