We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sentry Saas (sentry.io)
@sentry/browser
9.13.0
No response
Sentry.init({ dsn:..., replaysSessionSampleRate: 1.0, replaysOnErrorSampleRate: 1.0, integrations: [ Sentry.replayIntegration({ _experiments:{ recordCrossOriginIframes: true } }), ], })
The cross-origin iframes are recorded correctly by the SDK.
When using the setup described above there are 3 resulting replays in Sentry:
When adding the replay integration only to the main page the cross-origin iframes are not recorded by Sentry.
Originally reported in this internal ticket.
The text was updated successfully, but these errors were encountered:
The implementation from #14916 looks correct, but the change already states:
While it's not perfect (sometimes produces an unplayable replay), it might unblock other users looking to experiment with this feature.
We only forward this flag to rrweb, so we don't really control the resulting behaviour of it.
@rodolfoBee might also be worth for the user to look into https://github.com/rrweb-io/rrweb/issues?q=is%3Aissue%20state%3Aopen%20recordCrossOriginIframes for more details.
Regarding not found replays, could you check this on the product side @billyvg?
Sorry, something went wrong.
No branches or pull requests
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/browser
SDK Version
9.13.0
Framework Version
No response
Link to Sentry event
No response
Reproduction Example/SDK Setup
Sentry.init({
dsn:...,
replaysSessionSampleRate: 1.0,
replaysOnErrorSampleRate: 1.0,
integrations: [
Sentry.replayIntegration({
_experiments:{
recordCrossOriginIframes: true
}
}),
],
})
Steps to Reproduce
Expected Result
The cross-origin iframes are recorded correctly by the SDK.
Actual Result
When using the setup described above there are 3 resulting replays in Sentry:
When adding the replay integration only to the main page the cross-origin iframes are not recorded by Sentry.
Originally reported in this internal ticket.
The text was updated successfully, but these errors were encountered: