Andrew Liu
Andrew Liu
Ref - https://github.com/getsentry/sentry/pull/79790
Copied from [sentry repo](https://github.com/getsentry/sentry/issues/79568), since the main work to be done is in Relay. The long-term solution / Follow-up for: - https://github.com/getsentry/sentry/pull/79326 - https://github.com/getsentry/sentry/issues/76298 Some context: https://github.com/getsentry/sentry/pull/79326#discussion_r1809123258. TLDR; right now...
Bug: closing the widget closes the flyout https://sentry.slack.com/archives/C04RDSY3ML1/p1747939915308749?thread_ts=1747936139.232849&cid=C04RDSY3ML1 Ref - https://github.com/getsentry/team-replay/issues/584
Based off https://github.com/getsentry/sentry-python/pull/4280/files Reopened from https://github.com/getsentry/sentry-javascript/pull/16475 This PR updates our 5 browser FF integrations to capture flag evaluations on spans. This implementation avoids changes to the `Span` class, saving bundle...
The `featureFlagsIntegration` is an integration to manually buffer feature flags on evaluation, and capture them in event contexts and span attributes. This PR moves it from browser to core, as...
_Originally posted by @billyvg in https://github.com/getsentry/sentry-javascript/pull/16537#discussion_r2140102327_: > can we do this as part of our default event processing pipeline instead of having to define it for each integration?
### Description From [slack](https://sentry.slack.com/archives/C07GR2V2CH4/p1733175800498749?thread_ts=1733175705.162539&cid=C07GR2V2CH4): > Look into whether we need platform-specific code snippets, mostly for react. For all other browser JS platforms we expect users to use launchdarkly-js-client-sdk and @openfeature/web-sdk,...