Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.48 KB

File metadata and controls

42 lines (33 loc) · 1.48 KB
title Flagsmith
description Learn how to use Sentry with Flagsmith.
notSupported
javascript.aws-lambda
javascript.azure-functions
javascript.bun
javascript.capacitor
javascript.cloudflare
javascript.connect
javascript.cordova
javascript.deno
javascript.electron
javascript.express
javascript.fastify
javascript.gcp-functions
javascript.hapi
javascript.hono
javascript.koa
javascript.nestjs
javascript.node
javascript.wasm
javascript.tanstackstart-react

This integration only works inside a browser environment. It is only available from a package-based install (e.g. npm or yarn).

Flagsmith relies on the OpenFeature integration to track feature flag evaluations produced by the OpenFeature 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.43.0 or higher.

Import name: Sentry.openFeatureIntegration and Sentry.OpenFeatureIntegrationHook

Visit the Sentry website and confirm that your error event has recorded the feature flag "test-flag" and its value "false".