mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
7d28db8e39
Using `send_error` will always create a new transaction with a random request id, which is different from the real request id of the current web request and being present in log files. Using set_error instead will link the error to the current transaction, adding a lot of extra context information to the error in the AppSignal web app like the correct request_id.