Skip to content

Commit

Permalink
Merge pull request #239 from tighten/flare
Browse files Browse the repository at this point in the history
Switch from Bugsnag to Flare
  • Loading branch information
mattstauffer authored Aug 8, 2024
2 parents fbe614d + 664ed04 commit f884a12
Show file tree
Hide file tree
Showing 5 changed files with 478 additions and 732 deletions.
5 changes: 4 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,7 @@ VITE_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"

GITHUB_TOKEN=
ZAPIER_WEBHOOK_URL=
BUGSNAG_API_KEY=

FLARE_KEY=


5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"license": "MIT",
"require": {
"php": "^8.2",
"bugsnag/bugsnag-laravel": "^2.27",
"codezero/laravel-localized-routes": "^2.9",
"guzzlehttp/guzzle": "^7.2",
"laravel/framework": "^10.48",
"laravel/tinker": "^2.8",
"phlak/semver": "^4.1",
"silber/page-cache": "^1.0"
"silber/page-cache": "^1.0",
"spatie/laravel-ignition": "^2.0"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.13",
Expand All @@ -24,7 +24,6 @@
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^7.0",
"phpunit/phpunit": "^10.1",
"spatie/laravel-ignition": "^2.3",
"tightenco/duster": "2.7.1"
},
"config": {
Expand Down
Loading

0 comments on commit f884a12

Please sign in to comment.