I’m following all the steps in the Ruby setup guide, however I keep getting the error below:
snackdial_1 | ** [NewRelic] FATAL : Failed to read or parse configuration file at config/newrelic.yml
snackdial_1 | ** [NewRelic] FATAL : Unknown alias: default_settings
The first line in my configuration file is common: &default_settings.
I’m using Ruby 3 and Rails 6 with Docker (docker-compose).
I have the gem 'newrelic_rpm'
in my Gemfile and it is installed through bundler. I’ve ran my config file through a linter and it passed.
Any help or guidance would be much appreciated here, I can’t find much on the web for it.
I have another Rails 5 app and it doesn’t give me this issue.