Skip to content
This repository has been archived by the owner on Feb 7, 2020. It is now read-only.

Commit

Permalink
Merge pull request #135 in CII/kochiku from rob.rotate-sentry to master
Browse files Browse the repository at this point in the history
* commit '5b46650fdf5e52be7aadd61e30a2ff74c9acd94a':
  Remove Newrelic license_key
  Move Newrelic to the development group
  New Sentry client key
  • Loading branch information
robolson committed Oct 29, 2015
2 parents 1b01c9f + 5b46650 commit 704e4ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ gem 'rails-observers'
gem 'actionpack-action_caching'

gem 'sentry-raven'
gem 'newrelic_rpm'

gem 'carrierwave'
gem 'fog'
Expand Down Expand Up @@ -58,6 +57,7 @@ group :development do
gem 'capistrano-bundler', '~> 1.1', require: false
gem 'quiet_assets'
gem 'capistrano-rvm', '~> 0.1', require: false
gem 'newrelic_rpm'
gem 'thin'
gem 'rails-erd'
gem 'rubocop', require: false
Expand Down
2 changes: 1 addition & 1 deletion config/initializers/raven.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'raven'

Raven.configure do |config|
config.dsn = 'https://65a45930722149d595387e48a7fe8c07:78565cafb3984d5982ec2208722a7392@sentry.sso.global.square/32'
config.dsn = 'https://71745853006943e9b2531b030b0a9448:82c93520b5344a9ca31ab3130de7b9b3@sentry.global.square/32'
config.environments = ['staging', 'production']
config.ssl_verification = true
end
2 changes: 1 addition & 1 deletion config/newrelic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ common: &default_settings
# You must specify the license key associated with your New Relic
# account. This key binds your Agent's data to your account in the
# New Relic service.
license_key: '7f12323880479c8640129229cb277c01176692fe'
license_key: ''

# Agent Enabled (Ruby/Rails Only)
# Use this setting to force the agent to run or not run.
Expand Down

0 comments on commit 704e4ee

Please sign in to comment.