Billy Vong
Billy Vong
@chargome let's promote our experimental flag to production @rbisol can you pass on to the user they can turn on `_experiments.autoFlushOnFeedback` e.g. ```javascript replayIntegration({ _experiments: { autoFlushOnFeedback: true, } });...
@alimony It's unlikely to fix your issue, i believe the actual problem is https://github.com/getsentry/sentry-javascript/issues/13872
@alimony Can you upgrade to 8.34.0 and see if this fixes your issue?
@chargome Looks like this is still happening because https://github.com/getsentry/sentry-javascript/pull/13893 only removed from DSC when replay is stopped by calling `replay.stop()`. There is [still the case](https://github.com/getsentry/sentry-javascript/blob/53cba4d1ac3c66169834039ba07b9a4514710ca0/packages/replay-internal/src/coreHandlers/handleGlobalEvent.ts#L34-L39) where replay should be expired,...
@alimony Can you update the SDK to the latest and see if this improves?
This should be fixed now, please open a new issue if you're still having problems!
Would it make more sense to have them in separate projects?
This may be possible if we allow the session storage key to be configurable - we'll have to discuss with the team
Ah, it's likely that we don't check the block attribute when an `iframe` gets added to the DOM after the snapshot.
@jakst thanks, looks like we are [attempting to attach a `load` event listener](https://github.com/rrweb-io/rrweb/blob/master/packages/rrweb-snapshot/src/snapshot.ts#L1111-L1115) to the iframe even if it is blocked (I believe this is semi-intentional since we want the...