spec/support/project_fixture/config/appsignal.yml in appsignal-1.4.0.alpha.2 vs spec/support/project_fixture/config/appsignal.yml in appsignal-1.4.0.beta.1

- old
+ new

@@ -14,10 +14,19 @@ <<: *defaults endpoint: "http://localhost:3000" debug: true active: true -old_api_key: +old_config: api_key: "def" active: true + ignore_exceptions: + - StandardError + +old_config_mixed_with_new_config: + push_api_key: "ghi" + api_key: "def" + active: true + ignore_errors: + - NoMethodError ignore_exceptions: - StandardError