server-tools icon indicating copy to clipboard operation
server-tools copied to clipboard

[16.0] [FIX] sentry: Fix wsgi integration following HTTPocalypse

Open paradoxxxzero opened this issue 9 months ago • 2 comments

The current sentry wsgi integration tries to wrap the odoo.http.Application which is the application class and not the wsgi_app object. We should wrap directly the odoo.http.root object, with an attribute proxy to forward session_store and similar attribute to the original application.

paradoxxxzero avatar Mar 10 '25 11:03 paradoxxxzero

Hi @barsi, @versada, @naglis, @fernandahf, @moylop260, some modules you are maintaining are being modified, check this out!

OCA-git-bot avatar Mar 10 '25 11:03 OCA-git-bot

Could you check the sentry logger error, please?

2025-03-10 11:48:03,039 962 ERROR odoo odoo.addons.sentry.tests.test_client: Test exception

moylop260 avatar Mar 25 '25 04:03 moylop260