Skip to content

Commit b1305be

Browse files
authored
ref(flags): mention is_enabled method for Unleash eval tracking (#12794)
1 parent 9cd7e5f commit b1305be

File tree

2 files changed

+2
-2
lines changed
  • docs/platforms

2 files changed

+2
-2
lines changed

docs/platforms/javascript/common/configuration/integrations/unleash.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This integration only works inside a browser environment. It is only available f
2929

3030
</Alert>
3131

32-
The [Unleash](https://www.getunleash.io/) integration tracks feature flag evaluations produced by the Unleash SDK. These evaluations are held in memory, and in the event an error occurs, sent to Sentry for review and analysis. **At the moment, we only support boolean flag evaluations.** This integration is available in Sentry SDK **versions 8.51.0 or higher.**
32+
The [Unleash](https://www.getunleash.io/) integration tracks feature flag evaluations produced by the Unleash SDK. These evaluations are held in memory, and in the event an error occurs, sent to Sentry for review and analysis. **At the moment, we only support boolean flag evaluations from Unleash's isEnabled method.** This integration is available in Sentry SDK **versions 8.51.0 or higher.**
3333

3434
_Import names: `Sentry.unleashIntegration`_
3535

docs/platforms/python/integrations/unleash/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "Learn how to use Sentry with Unleash."
55

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

8-
The [Unleash](https://www.getunleash.io/) integration tracks feature flag evaluations produced by the Unleash SDK. These evaluations are held in memory and sent to Sentry for review and analysis if an error occurs. **At the moment, we only support boolean flag evaluations.**
8+
The [Unleash](https://www.getunleash.io/) integration tracks feature flag evaluations produced by the Unleash SDK. These evaluations are held in memory and sent to Sentry for review and analysis if an error occurs. **At the moment, we only support boolean flag evaluations from Unleash's is_enabled method.**
99

1010
## Install
1111

0 commit comments

Comments
 (0)