Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Commit

Permalink
Revert to my own honeybadger client for now
Browse files Browse the repository at this point in the history
  • Loading branch information
joakimk committed Nov 26, 2015
1 parent dd5746d commit 83835b0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
4 changes: 0 additions & 4 deletions config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ config :logger, :console,
format: "$time $metadata[$level] $message\n",
metadata: [:request_id]

# Report errors from logger, e.g. background jobs
config :honeybadger,
use_logger: true

# Import environment specific config. This must remain at the bottom
# of this file so it overrides the configuration defined above.
import_config "#{Mix.env}.exs"
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ defmodule ContentTranslator.Mixfile do
{:ibrowse, github: "cmullaparthi/ibrowse", tag: "v4.1.2", override: true},
{:httpotion, "~> 2.0.0"},

{:honeybadger, "~> 0.3"},
{:honeybadger, github: "joakimk/honeybadger"},
{:exredis, "0.1.3"},
{:toniq, "~> 1.0"},
]
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"exredis": {:hex, :exredis, "0.1.3"},
"fs": {:hex, :fs, "0.9.2"},
"hackney": {:hex, :hackney, "1.4.6"},
"honeybadger": {:hex, :honeybadger, "0.3.0"},
"honeybadger": {:git, "https://github.com/joakimk/honeybadger.git", "b0ccf835aa36cf92623410ce413db486c0dcbf76", []},
"httpoison": {:hex, :httpoison, "0.8.0"},
"httpotion": {:hex, :httpotion, "2.0.0"},
"ibrowse": {:git, "https://github.com/cmullaparthi/ibrowse.git", "ea3305d21f37eced4fac290f64b068e56df7de80", [tag: "v4.1.2"]},
Expand Down
1 change: 0 additions & 1 deletion web/router.ex
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
defmodule ContentTranslator.Router do
use ContentTranslator.Web, :router
use Honeybadger.Plug

pipeline :browser do
plug :accepts, ~w(html)
Expand Down

0 comments on commit 83835b0

Please sign in to comment.