Sha256: a53bb7060dfcecd718913cfe0cc174a6ab478173e50a968f96327bcd75e7edbc

Contents?: true

Size: 459 Bytes

Versions: 28

Compression:

Stored size: 459 Bytes

Contents

# encoding: utf-8
# This file is distributed under New Relic's license terms.
# See https://github.com/newrelic/rpm/blob/master/LICENSE for complete details.


class NewRelic::Agent::MockScopeListener

  attr_reader :scopes

  def initialize
    @scopes = []
  end

  def notice_push_frame(state, time)
  end

  def notice_pop_frame(state, scope, time)
    @scopes << scope
  end

  def on_finishing_transaction(time)
  end

  def enabled?
    true
  end
end

Version data entries

28 entries across 28 versions & 2 rubygems

Version Path
newrelic_rpm-3.16.0.318 test/new_relic/agent/mock_scope_listener.rb
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/newrelic_rpm-3.15.2.317/test/new_relic/agent/mock_scope_listener.rb
newrelic_rpm-3.15.2.317 test/new_relic/agent/mock_scope_listener.rb
newrelic_rpm-3.15.1.316 test/new_relic/agent/mock_scope_listener.rb
newrelic_rpm-3.15.0.314 test/new_relic/agent/mock_scope_listener.rb
newrelic_rpm-3.14.3.313 test/new_relic/agent/mock_scope_listener.rb
newrelic_rpm-3.14.2.312 test/new_relic/agent/mock_scope_listener.rb
newrelic_rpm-3.14.1.311 test/new_relic/agent/mock_scope_listener.rb
newrelic_rpm-3.14.0.305 test/new_relic/agent/mock_scope_listener.rb
newrelic_rpm-3.13.2.302 test/new_relic/agent/mock_scope_listener.rb
newrelic_rpm-3.13.1.300 test/new_relic/agent/mock_scope_listener.rb
newrelic_rpm-3.13.0.299 test/new_relic/agent/mock_scope_listener.rb
newrelic_rpm-3.12.1.298 test/new_relic/agent/mock_scope_listener.rb
newrelic_rpm-3.12.0.288 test/new_relic/agent/mock_scope_listener.rb
newrelic_rpm-3.11.2.286 test/new_relic/agent/mock_scope_listener.rb
newrelic_rpm-3.11.1.284 test/new_relic/agent/mock_scope_listener.rb
newrelic_rpm-3.11.0.283 test/new_relic/agent/mock_scope_listener.rb
newrelic_rpm-3.10.0.279 test/new_relic/agent/mock_scope_listener.rb
newrelic_rpm-3.9.9.275 test/new_relic/agent/mock_scope_listener.rb
newrelic_rpm-3.9.8.273 test/new_relic/agent/mock_scope_listener.rb