Skip to content

elaguerta-nr/traces-backend-newrelic

 
 

Repository files navigation

traces-backend-newrelic

This is a New Relic backend implementation of the Traces gem.

test

Quick start

Add the gem to your project's Gemfile. This will also install newrelic_rpm, the New Relic Ruby agent.

gem 'traces-backend-newrelic'

and run bundle install to activate the new gem.

When starting your application, set the TRACES_BACKEND environment variable to traces/backend/newrelic.

TRACES_BACKEND=traces/backend/newrelic bundle exec rails s

Testing

TRACES_BACKEND=traces/backend/newrelic rspec

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%