Project Error - Uncaught ReferenceError: Raven not defined

I started getting an error in the Chrome console Uncaught ReferenceError: Raven is not defined. I have no idea what this refers to or where it came from. Error opening project in FireFox. Can someone shed some light on this?

Mistake: Message

    Uncaught ReferenceError: Raven is not defined
        at HTMLDocument.<anonymous> (sidekick.js:1)
        at f (extension-lib.js:1)
        at Object.fireWith [as resolveWith] (extension-lib.js:1)
        at Function.ready (extension-lib.js:1)
        at HTMLDocument.xe (extension-lib.js:1)
    (anonymous) @   sidekick.js:1
    f   @   extension-lib.js:1
    fireWith    @   extension-lib.js:1
    ready   @   extension-lib.js:1
    xe  @   extension-lib.js:1
+6
source share
1 answer

This comes from the HubSpot Sales Chrome extension. If you delete it, the error will disappear.

+8
source

Source: https://habr.com/ru/post/1016869/


All Articles