Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ruby_on_rails/appsignal.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ redirect the multiplexed Logplex logs to AppSignal in any case.
If you want to log errors and metrics, you need to install the AppSignal agent
into your app. See integration instructions for [Ruby/Rails](https://docs.appsignal.com/logging/platforms/integrations/ruby.html).

* Add the following gem to your Gemfile:
* Add the following gem to your Gemfile (Our fork adds a configurable sampling rate to reduce logging costs):
```ruby
gem 'appsignal', github: 'renuo/appsignal-ruby'
```

* Add a AppSignal configuration file [`config/initializers/appsignal.rb`](../templates/config/initializers/appsignal.rb)
* Add the new variables to your Heroku environments:

Expand Down
Loading