Method: GraphQL::Tracing::ActiveSupportNotificationsTracing.trace
- Defined in:
- lib/graphql/tracing/active_support_notifications_tracing.rb
permalink .trace(key, metadata, &blk) ⇒ Object
[View source] [View on GitHub]
16 17 18 |
# File 'lib/graphql/tracing/active_support_notifications_tracing.rb', line 16 def self.trace(key, , &blk) NOTIFICATIONS_ENGINE.trace(key, , &blk) end |