Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Specify sdk name
  • Loading branch information
aliu39 authored Feb 13, 2025
commit 5040d6e8b6cae49e2fc083c35c774cd7adcf2f4b
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This integration only works inside a browser environment. It is only available f

</Alert>

The [Statsig](https://www.statsig.com/) integration tracks feature flag evaluations produced by the Statsig 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 Statsig's `checkGate` method**. Learn more about [feature gates](https://docs.statsig.com/feature-flags/working-with/).
The [Statsig](https://www.statsig.com/) integration tracks feature flag evaluations produced by the Statsig JavaScript Client 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 Statsig's `checkGate` method**. Learn more about [feature gates](https://docs.statsig.com/feature-flags/working-with/).

This integration is available in Sentry SDK **versions 9.0.0 and higher**, or **versions 8.55.0 and higher for v8.**

Expand Down