Skip to content

Commit

Permalink
feat: add application monitoring metrics w/ sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
hippothomas committed Jan 24, 2024
1 parent 05a4f31 commit 297b50f
Show file tree
Hide file tree
Showing 8 changed files with 1,552 additions and 72 deletions.
5 changes: 5 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,8 @@ API_DAILY_LIMIT=500
MONGODB_URL="mongodb://root:[email protected]:27017"
MONGODB_NAME="waistline-api"
###< Custom ###

###> sentry/sentry-symfony ###
# [Optional] Can be set to monitor application metrics
SENTRY_DSN=
###< sentry/sentry-symfony ###
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"doctrine/doctrine-migrations-bundle": "^3.3",
"doctrine/orm": "^2.17",
"mongodb/mongodb": "^1.17",
"sentry/sentry-symfony": "^4.13",
"symfony/apache-pack": "^1.0",
"symfony/console": "7.0.*",
"symfony/dotenv": "7.0.*",
Expand Down
Loading

0 comments on commit 297b50f

Please sign in to comment.