You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
re: replays not found, I'm not exactly sure what's going on there, though I did see that the user has dropped replay events in their org, which might be the problem?
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: