Sha256: 008082c0bbc2901a387301ca6350c39a4b117420c9f31bcb53fdc329abf79a51
Contents?: true
Size: 602 Bytes
Versions: 10
Compression:
Stored size: 602 Bytes
Contents
ifdef::env-github[] NOTE: For the best reading experience, please view this documentation at https://www.elastic.co/guide/en/apm/agent/ruby/current/introduction.html[elastic.co] endif::[] [[getting-started-rails]] == Getting started with Rails [float] === Setup Add the gem to your `Gemfile`: [source,ruby] ---- gem 'elastic-apm' ---- Create a file `config/elastic_apm.yml`: [source,yaml] ---- server_url: http://localhost:8200 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>>.
Version data entries
10 entries across 10 versions & 1 rubygems