Skip to content

Commit 3e34e42

Browse files
committed
Review comments
1 parent ebbadde commit 3e34e42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: LaunchDarkly
3-
description: "Attaches recent LD feature flag evaluations to error event context."
3+
description: "Attaches recent LaunchDarkly feature flag evaluations to error event context."
44
notSupported:
55
- javascript.aws-lambda
66
- javascript.azure-functions
@@ -29,7 +29,7 @@ This integration only works inside a browser environment.
2929

3030
_Import name: `Sentry.launchDarklyIntegration` and `Sentry.buildLaunchDarklyFlagUsedHandler`_
3131

32-
The [LaunchDarkly](https://launchdarkly.com/) integration tracks feature flag evaluations produced by the LaunchDarkly SDK. These evaluations are held in memory and, in the event an error occurs, sent to Sentry for review and analysis.
32+
The [LaunchDarkly](https://launchdarkly.com/) integration tracks feature flag evaluations produced by the LaunchDarkly 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.**
3333

3434
```JavaScript
3535
import * as Sentry from '@sentry/browser';

0 commit comments

Comments
 (0)