Sha256: fe85947c365354e35a80e660b327dad1471a180c0e2d391cdfa3eb12b47190a7
Contents?: true
Size: 448 Bytes
Versions: 22
Compression:
Stored size: 448 Bytes
Contents
#!/usr/bin/env ruby # 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. require 'bundler/setup' require 'newrelic_rpm' NewRelic::Agent::Transaction.wrap(NewRelic::Agent::TransactionState.tl_get, 'ponies', :controller) do end NewRelic::Agent.notice_error 'oops' NewRelic::Agent.instance.send(:transmit_data) puts NewRelic::VERSION::STRING
Version data entries
22 entries across 22 versions & 2 rubygems