sentry-ruby
sentry-ruby copied to clipboard
Span nesting for controller action incorrect
The span nesting is still not 100% correct since the db spans here should be under the controller. This is because we just subscribe to the rails notifier signals and only get them once stuff finishes and the current span is not updated as code executes.
