ag-send-all-exceptions-to-sentry Report errors to Sentry, not just print in logs

Push event #2325.1 passed

  • Ran for
AMD64
no language set
Git
The .travis.yml file used for this job is not available
Build Config
{
  "env": {
    "global": [
      "COVERAGE=1"
    ]
  },
  "rvm": [
    2.2
  ],
  "dist": "trusty",
  "sudo": false,
  "cache": [
    "bundler"
  ],
  "addons": {
    "postgresql": 9.3
  },
  "script": [
    "bundle exec rspec"
  ],
  "language": "ruby",
  "services": [
    "memcached",
    "redis",
    "rabbitmq"
  ],
  "before_script": [
    "bundle exec rake db:create --trace"
  ],
  "before_install": [
    "bundle config https://gems.contribsys.com/ $BUNDLE_GEMS__CONTRIBSYS__COM"
  ]
}