-
Notifications
You must be signed in to change notification settings - Fork 28
Ad blockers causing exception to be thrown #51
Comments
@jknight12882 -- Can you give us a little more information and (if possible) a failing unit test case example? Do you mean that something like: try {
_addScript(script);
} catch (err) {
// We now have an `err` from the actual `_addScript()` call (?)
} |
Can you paste the stack trace / error message? I'm curious as to why it looks like And reading what you've pasted, it looks like the |
Alternately, if the omniture stuff isn't closed source, you could maybe create a jsbin or something repro-ing your issue so we can dive in with more info? |
It's only handled if asynchronous. This is a synchronous error being thrown when trying to insert the dom. I'm using |
Gotcha. Can you give me a full stack trace so I can see where I should be |
Thanks for the info. |
... in the
_addScript
function, namely when the<script />
node is inserted into the DOM. These should be caught and returned in the callbackThe text was updated successfully, but these errors were encountered: