We should probably NOT instrument code at all if it's being used as a
- Web Worker AND
- External Resource
https://twitter.com/scriptype/status/863190656738631681
We can check for the existence of window, but, that happens at a higher level than instrumentation, which just deals with strings.
We should probably NOT instrument code at all if it's being used as a
https://twitter.com/scriptype/status/863190656738631681
We can check for the existence of
window, but, that happens at a higher level than instrumentation, which just deals with strings.