arkency/rails_event_store

View on GitHub
contrib/ruby_event_store-newrelic/lib/ruby_event_store/newrelic.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

require_relative "newrelic/version"

module RubyEventStore
  module Newrelic
    class Error < StandardError
    end
    # Your code goes here...
  end
end