Skip to content

Commit

Permalink
Merge pull request #119 from palazzem/rails-docs
Browse files Browse the repository at this point in the history
[docs] minor update for Rails
  • Loading branch information
Emanuele Palazzetti committed Apr 24, 2017
2 parents 608af7e + 2c9a0a4 commit 492e236
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ To enable the Rails auto instrumentation, create an initializer file in your ``c
}

If you're using Rails 3 or higher, your application will be listed as ``my-rails-app`` in your service list.
To integrate Rails instrumentation with third-party libraries such as Grape, please check the available settings below.

#### Configure the tracer with initializers

Expand All @@ -64,6 +65,7 @@ of the Datadog tracer, you can override the following defaults:
enabled: true,
auto_instrument: false,
auto_instrument_redis: false,
auto_instrument_grape: false,
default_service: 'rails-app',
default_controller_service: 'rails-controller',
default_cache_service: 'rails-cache',
Expand Down

0 comments on commit 492e236

Please sign in to comment.