-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
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
Wrap stack entry points for error reporting #7353
Comments
See b/35002808 tracking CORS changes. |
Cc: @ampproject/cloudflare |
cramforce
added a commit
to cramforce/amphtml
that referenced
this issue
Feb 5, 2017
…and then catching the `error` event. Part of ampproject#7353
cramforce
added a commit
to cramforce/amphtml
that referenced
this issue
Feb 6, 2017
cramforce
added a commit
to cramforce/amphtml
that referenced
this issue
Feb 6, 2017
These contain zero information and so we only care about the count, but not about getting every single one. See ampproject#7353 for context.
cramforce
added a commit
that referenced
this issue
Feb 6, 2017
These contain zero information and so we only care about the count, but not about getting every single one. See #7353 for context.
cramforce
added a commit
that referenced
this issue
Feb 6, 2017
…and then catching the `error` event. Part of #7353
@cramforce will this require cache level CORS changes |
cramforce
added a commit
to cramforce/amphtml
that referenced
this issue
Feb 6, 2017
@dknecht yeah, 2 things
|
cramforce
added a commit
to cramforce/amphtml
that referenced
this issue
Feb 7, 2017
cramforce
added a commit
that referenced
this issue
Feb 7, 2017
torch2424
pushed a commit
to torch2424/amphtml
that referenced
this issue
Feb 14, 2017
These contain zero information and so we only care about the count, but not about getting every single one. See ampproject#7353 for context.
torch2424
pushed a commit
to torch2424/amphtml
that referenced
this issue
Feb 14, 2017
…oject#7358) …and then catching the `error` event. Part of ampproject#7353
torch2424
pushed a commit
to torch2424/amphtml
that referenced
this issue
Feb 14, 2017
Change on Google's JS delivery side rolled out. |
Calling this done |
mrjoro
pushed a commit
to mrjoro/amphtml
that referenced
this issue
Apr 28, 2017
These contain zero information and so we only care about the count, but not about getting every single one. See ampproject#7353 for context.
mrjoro
pushed a commit
to mrjoro/amphtml
that referenced
this issue
Apr 28, 2017
…oject#7358) …and then catching the `error` event. Part of ampproject#7353
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Due to https://blog.sentry.io/2016/05/17/what-is-script-error.html we get bad error reports in many cases.
While we will do the CORS based workaround, but that does not work in Safari.
For Safari we would need to do stack entry point instrumentation to be able to use try-catch. In particular for Promises this would, however, be really slow.
The text was updated successfully, but these errors were encountered: