Closed (fixed)
Project:
Raven: Sentry Integration
Version:
7.3.9
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Jun 2026 at 14:08 UTC
Updated:
17 Jul 2026 at 02:30 UTC
Jump to comment: Most recent
Comments
Comment #2
brtamas commentedPossible fix:
https://git.drupalcode.org/project/raven/-/merge_requests/69
Comment #4
mfb@brtamas Please add steps to reproduce to the issue summary (or you could also write a test that fails without the patch). Thanks for the report!
Comment #5
mfbWe might also be able to refactor things such that http_client_middleware.raven no longer depends on raven.request_subscriber. IIRC, this is only to make use of the sanitizeBaggage() method, but perhaps sanitizeBaggage() could be a static method instead?
Comment #7
mfb@brtamas could you check if MR 70 resolves your issue (after rebuilding the container to remove the dependency on raven.request_subscriber)
I don't (yet) know how to reproduce the issue, so I'm unable to test.
Comment #8
mfb@brtamas could you check if MR 70 resolves your issue, after clearing caches/rebuilding the container?
Comment #9
mfbComment #11
mfb🤷 Well hopefully this resolves the issue?