Skip to content

Commit

Permalink
Merge pull request #595 from tighten/amn/flare-migration
Browse files Browse the repository at this point in the history
Bugsnag to Flare migration
  • Loading branch information
mattstauffer authored Aug 16, 2024
2 parents 0313a63 + 6cb6fbc commit b4512a2
Show file tree
Hide file tree
Showing 7 changed files with 869 additions and 1,050 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_KEY=

NOVA_STORAGE_DISK=

Expand Down
4 changes: 1 addition & 3 deletions app/Completable.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@

namespace App;

interface Completable
{
}
interface Completable {}
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
3 changes: 1 addition & 2 deletions 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 All @@ -19,6 +18,7 @@
"laravel/ui": "^4.2",
"larswiegers/laravel-translations-checker": "^0.4",
"nathanheffley/laravel-slack-blocks": "^2.3",
"spatie/laravel-ignition": "^2.0",
"spatie/laravel-translatable": "^6.7",
"stechstudio/laravel-ssh-tunnel": "^3.3",
"tightenco/ziggy": "^1.5"
Expand All @@ -33,7 +33,6 @@
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^6.3",
"phpunit/phpunit": "^9.5.10",
"spatie/laravel-ignition": "^2.0",
"tightenco/duster": "^v2.7.5"
},
"config": {
Expand Down
Loading

0 comments on commit b4512a2

Please sign in to comment.