Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 600 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 600 Bytes

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