Sha256: 6d36c36e26d0039efe63e0c8e4c4ce75eefd3a5f6d5bb1875ab7f785305b7cfe
Contents?: true
Size: 218 Bytes
Versions: 107
Compression:
Stored size: 218 Bytes
Contents
# Copyright (c) 2013 AppNeta, Inc. # All rights reserved. require 'oboe' r = Oboe::UdpReporter.new('127.0.0.1') Oboe::Context.init() e = Oboe::Context.createEvent() e.addInfo("TestKey", "TestValue") r.sendReport(e)
Version data entries
107 entries across 107 versions & 2 rubygems