To set up AppSignal on Shelly Cloud, you first have to add both the dotenv-rails
and the appsignal
gem to your Gemfile
. Make sure that the dotenv-rails
gem is the very first gem in your Gemfile
as it will set up important environment variables as soon as it is required.
# Gemfile
source 'https://rubygems.org'
gem 'dotenv-rails'