Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for tracking feature flags #2559

Open
sandstrom opened this issue Feb 12, 2025 · 0 comments
Open

Support for tracking feature flags #2559

sandstrom opened this issue Feb 12, 2025 · 0 comments
Assignees

Comments

@sandstrom
Copy link

sandstrom commented Feb 12, 2025

Describe the idea

Support for Sentry's feature flags in Ruby SDK.

Background: getsentry/sentry#73542 (reply in thread)

Why do you think it's beneficial to most of the users

Enabling a feature flag integration provides deep insights into the state of your application prior to an error. A list of flags and their evaluation results are displayed on each error event in the order of evaluation. Integrating Sentry with your feature flag provider enables Sentry to correlate feature flag changes with new error events and mark certain changes as suspicious.

-- https://docs.sentry.io/product/issues/issue-details/feature-flags/

Possible implementation

https://develop.sentry.dev/sdk/expected-features/#feature-flags

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

2 participants