diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bafbab6df6a..31ff87d758d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott -Work in this release was contributed by @Jxxunnn and @kamilogorek. Thank you for your contributions! +Work in this release was contributed by @davidmurdoch, @Jxxunnn, and @kamilogorek. Thank you for your contributions! ## 10.69.0 diff --git a/dev-packages/browser-integration-tests/suites/public-api/captureException/cross-realm-error-cause/subject.js b/dev-packages/browser-integration-tests/suites/public-api/captureException/cross-realm-error-cause/subject.js new file mode 100644 index 000000000000..8735e8b46a1b --- /dev/null +++ b/dev-packages/browser-integration-tests/suites/public-api/captureException/cross-realm-error-cause/subject.js @@ -0,0 +1,15 @@ +const iframe = document.createElement('iframe'); + +iframe.srcdoc = ` +