Skip to content

Commit

Permalink
Remove Bugsnag
Browse files Browse the repository at this point in the history
  • Loading branch information
techenby committed Aug 16, 2024
1 parent 315b64d commit 6983931
Show file tree
Hide file tree
Showing 6 changed files with 424 additions and 607 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ VITE_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
VITE_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"

SLACK_ENDPOINT=
BUGSNAG_API_KEY=
FLARE_API_KEY=

NOVA_STORAGE_DISK=

Expand Down
2 changes: 1 addition & 1 deletion app/Exceptions/InvalidLocale.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class InvalidLocale extends Exception
{
public function report()
{
// Do nothing; we don't need to send this up to Bugsnag
// Do nothing; we don't need to send this up to Flare
}

public function render($request)
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"license": "MIT",
"require": {
"php": "^8.2",
"bugsnag/bugsnag-laravel": "^2.26",
"erusev/parsedown": "^1.7",
"guzzlehttp/guzzle": "^7.2",
"kg-bot/laravel-localization-to-vue": "dev-l10-compatibility",
Expand Down
Loading

0 comments on commit 6983931

Please sign in to comment.