You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, as of yesterday a new error was presented on this module.
We had to remove it in order for odoo to work.
Odoo makes a change in a promise and adds guardedCatch function to it, which uses in mostly all the application.
Yesterday something updated on the new rellic module and the agent was generating html and js which conflicted with this function as it replaces the Promise function generated on new Promise() with a function they create, but it does not replace the behaviour from async functions.
Odoo sometimes triggers new Promise, and sometimes uses async functions with guardedCatch, so when using with async function it does not work when new relic is installed
Steps to reproduce:
start odoo and click on any applications (for example sales) with an active new relic account set and this module installed.
Seen behaviour:
Application crashes with the error guardedCatch is not a function
Expected behaviour:
No errors should be triggered
For all those who are having this issue, just uninstall newrelic from odoo and regenerate the assets till this is fixed .
The text was updated successfully, but these errors were encountered:
Hello, as of yesterday a new error was presented on this module.
We had to remove it in order for odoo to work.
Odoo makes a change in a promise and adds guardedCatch function to it, which uses in mostly all the application.
Yesterday something updated on the new rellic module and the agent was generating html and js which conflicted with this function as it replaces the Promise function generated on new Promise() with a function they create, but it does not replace the behaviour from async functions.
Odoo sometimes triggers new Promise, and sometimes uses async functions with guardedCatch, so when using with async function it does not work when new relic is installed
Steps to reproduce:
start odoo and click on any applications (for example sales) with an active new relic account set and this module installed.
Seen behaviour:
Application crashes with the error guardedCatch is not a function
Expected behaviour:
No errors should be triggered
For all those who are having this issue, just uninstall newrelic from odoo and regenerate the assets till this is fixed .
The text was updated successfully, but these errors were encountered: