You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platforms/javascript/common/configuration/integrations/openfeature.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,6 @@ const result = client.getBooleanValue('hello', false);
76
76
Sentry.captureException(Exception("Something went wrong!"))
77
77
```
78
78
79
-
Visit the Sentry website and confirm that your error event has recorded the feature flag "hello" and its value "false". Learn more about the OpenFeature SDK at https://github.com/open-feature/js-sdk/tree/main.
79
+
Visit the Sentry website and confirm that your error event has recorded the feature flag "hello" and its value "false".
0 commit comments