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
fix: Add crossorigin attribute to script HTML tags
The Problem:
When an error occurs in a script that is not served by the
default server spawned by karma, the stack trace gets lost and
only the message "Script Error" is captured and reported back.
This makes it hard to pin-point where the error originated from.
The Solution:
Add "crossorigin" attribute to generated script tags.
Solution is inspired by this article:
https://blog.getsentry.com/2016/05/17/what-is-script-error.html
Other:
Update middleware unit test
0 commit comments