Skip to content

Commit a4701ac

Browse files
Update AppSignal gem installation instructions (#424)
* Update AppSignal gem installation instructions Clarify the purpose of the gem addition for AppSignal. * Apply suggestion from @Copilot Co-authored-by: Copilot <[email protected]> * Apply suggestion from @Copilot Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
1 parent 1354d0a commit a4701ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby_on_rails/appsignal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ redirect the multiplexed Logplex logs to AppSignal in any case.
1616
If you want to log errors and metrics, you need to install the AppSignal agent
1717
into your app. See integration instructions for [Ruby/Rails](https://docs.appsignal.com/logging/platforms/integrations/ruby.html).
1818

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

0 commit comments

Comments
 (0)