docs/getting-started-rails.asciidoc in elastic-apm-0.7.1 vs docs/getting-started-rails.asciidoc in elastic-apm-0.7.2

- old
+ new

@@ -9,6 +9,14 @@ [source,ruby] ---- gem 'elastic-apm' ---- +Create a file `config/elastic_apm.yml`: + +[source,yaml] +---- +server_url: http://localhost:8100 +secret_token: '' +---- + This automatically sets up error logging and performance tracking but of course there are knobs to turn if you'd like to. See <<configuration>>.