mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 11:28:18 +00:00
Using around_action means `add_early_hint_header` is in the stack for every request, and gets included in the backtrace of any errors.
We can manage with an after_action instead, which avoids adding to the stack depth (and avoids people blaming me for unrelated application errors 😉)