IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Getting started with Rails
editGetting started with Rails
editSetup
editAdd the gem to your Gemfile
:
gem 'elastic-apm'
Create a file config/elastic_apm.yml
:
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.