Skip to content
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

Find other candidates for wrapping automatically #77

Closed
elmosgot opened this issue Sep 10, 2014 · 1 comment
Closed

Find other candidates for wrapping automatically #77

elmosgot opened this issue Sep 10, 2014 · 1 comment

Comments

@elmosgot
Copy link

I found probably a way to find them all point 3 in your blog.

https://bugsnag.com/blog/js-stacktraces/

  1. Other async entry points. We've hooked into setTimeout, setInterval and requestAnimationFrame. I think there are a few other candidates for wrapping automatically, but I can't think of a reliable way to find them all.

I tried in reading the global available objects on window by looking at the source of firebug. They have autocomplete also for all available objects.

https://github.com/firebug/firebug/blob/master/extension/content/firebug/console/autoCompleter.js#L1873

@ConradIrwin
Copy link

Re the pull request, I'm not too worried about the other uses of addEventListener (as I think we have very good coverage there) I was more concerned about things that don't fall into that pattern.

Do you know of anything?

kattrali pushed a commit that referenced this issue Apr 22, 2021
Don't start delivery until the app is ready
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants