Skip to content

Commit

Permalink
Merge pull request #279 from tighten/jlb/flare
Browse files Browse the repository at this point in the history
Swap to Flare from Bugsnag
  • Loading branch information
jakebathman authored Aug 10, 2024
2 parents 51b083e + fc79a5e commit b029c29
Show file tree
Hide file tree
Showing 5 changed files with 329 additions and 594 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ GITHUB_API_RATE_LIMIT_TOKEN=

SLACK_WEBHOOK_URL=

BUGSNAG_API_KEY=
FLARE_KEY=

NOVA_LICENSE_KEY=
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@
"php": "^8.2",
"ext-gd": "*",
"ext-json": "*",
"bugsnag/bugsnag-laravel": "^2.26",
"davaxi/sparkline": "^2.2",
"erusev/parsedown": "^1.7",
"graham-campbell/github": "^12.4",
"guzzlehttp/guzzle": "^7.2",
"http-interop/http-factory-guzzle": "^1.2",
"inertiajs/inertia-laravel": "^0.6.9",
"laravel/framework": "^10.39",
"laravel/tinker": "^2.8",
"nathanheffley/laravel-slack-blocks": "^2.3",
"laravel/nova": "^4.27",
"laravel/socialite": "^5.11",
"laravel/tinker": "^2.8",
"laravel/ui": "^4.2",
"nathanheffley/laravel-slack-blocks": "^2.3",
"spatie/data-transfer-object": "^3.9",
"spatie/laravel-ignition": "^2.0",
"tightenco/ziggy": "^1.6"
},
"require-dev": {
Expand All @@ -43,7 +43,6 @@
"pestphp/pest": "^2.33",
"pestphp/pest-plugin-laravel": "^2.2",
"phpunit/phpunit": "^10.1",
"spatie/laravel-ignition": "^2.0",
"spatie/laravel-ray": "^1.32",
"tightenco/duster": "^2.0"
},
Expand Down
Loading

0 comments on commit b029c29

Please sign in to comment.