Skip to content
This repository has been archived by the owner on Aug 30, 2019. It is now read-only.

Commit

Permalink
update url
Browse files Browse the repository at this point in the history
  • Loading branch information
dquimper committed Sep 18, 2012
1 parent ba4d4d0 commit 95c8bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airbrake.rb
Expand Up @@ -13,7 +13,7 @@ def initialize(username, auth_token, project_ids = [], protocol = "https")
def fetch
project_ids.collect do |project_id|
self.class.get(
"#{protocol}://#{username}.airbrakeapp.com/errors.xml",
"#{protocol}://#{username}.airbrake.io/errors.xml",
{
:query => {
:auth_token => auth_token,
Expand Down

0 comments on commit 95c8bae

Please sign in to comment.