-
Paul Slaughter authored
- We also update `web_transaction` to read from `ApplicationContext`. - We tried using `around_action` and `ApplicationContext.with` in the GraphqlController, but the `web_transaction` methods were called **after** the `ApplicationController` set the context, but **before** the `GraphqlController` could kick in.
196adbe4