Skip to content

Commit

Permalink
Revert "DO NOT MERGE for testing sentry, /crash and crash on startup"
Browse files Browse the repository at this point in the history
This reverts commit 483d5eb.
  • Loading branch information
skyqrose committed Jun 20, 2024
1 parent e1d91ab commit 33935ca
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 32 deletions.
3 changes: 0 additions & 3 deletions lib/orbit/application.ex
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ defmodule Orbit.Application do

:ok = Logster.attach_phoenix_logger()

# unsupervised
Orbit.CrashServer.start_link([])

Supervisor.start_link(children, strategy: :one_for_one, name: Orbit.Supervisor)
end

Expand Down
21 changes: 0 additions & 21 deletions lib/orbit/crash_server.ex

This file was deleted.

7 changes: 0 additions & 7 deletions lib/orbit_web/controllers/crash_controller.ex

This file was deleted.

1 change: 0 additions & 1 deletion lib/orbit_web/router.ex
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ defmodule OrbitWeb.Router do
# no pipe
get "/_health", HealthController, :index
get "/_health_db", HealthDbController, :index
get "/crash", CrashController, :crash
end

# Enable LiveDashboard in development
Expand Down

0 comments on commit 33935ca

Please sign in to comment.