rfcs
rfcs copied to clipboard
rfc(feature): Record Feature Flags on Error
Adds feature flag tracking support to the SDK. Feature flags are collected as they are evaluated, appended to a local, in-memory data structure, and finally submitted on an error event as a context member.
Related to:
- https://github.com/getsentry/sentry/issues/59428