Method: Sentry::Hub::Layer#initialize

Defined in:
lib/sentry/hub.rb

#initialize(client, scope) ⇒ Layer

Returns a new instance of Layer.



398
399
400
401
# File 'lib/sentry/hub.rb', line 398

def initialize(client, scope)
  @client = client
  @scope = scope
end