Skip to content

Commit 44de8ab

Browse files
committed
More wording
1 parent a84f24d commit 44de8ab

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/platforms/python/integrations/feature-flags/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ title: Feature Flags
33
description: "Learn about using Feature Flags with Sentry."
44
---
55

6-
Sentry has integrations for a variety of feature flagging providers. See the sidebar for supported options.
6+
A feature flagging integration allows you to manually track feature flag evaluations through an API. These evaluations are collected in memory, and in the event an error occurs, sent to Sentry for review and analysis.
7+
8+
Sentry has added support for a variety of providers. Click through the nested sidebar listings to learn more.

docs/platforms/python/integrations/feature-flags/self-serve.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
2-
title: Self-Serve Feature Flags
2+
title: Self-Serve
33
description: "Learn how to attach custom feature flag data to Sentry error events."
44
---
55

66
<PlatformContent includePath="feature-flags/prerelease-alert" />
77

8-
The Feature Flags integration allows you to manually track feature flag evaluations through an API. These evaluations are held in memory, and in the event an error occurs, sent to Sentry for review and analysis.
9-
**At the moment, we only support boolean flag evaluations.**
8+
The Feature Flags integration allows you to manually track feature flag evaluations through an API. These evaluations are held in memory, and in the event an error occurs, sent to Sentry for review and analysis. Specifically, the self-serve integration enables users to integrate with proprietary (or otherwise unsupported) feature flagging solutions. **At the moment, we only support boolean flag evaluations.**
109

1110
## Install
1211

0 commit comments

Comments
 (0)