Skip to content

Commit 3250f09

Browse files
authored
Merge pull request ucfopen#1085 from dmols/udoit-sentry
Added Sentry Error Tracking
2 parents 81853ef + 58c2c01 commit 3250f09

File tree

5 files changed

+381
-29
lines changed

5 files changed

+381
-29
lines changed

.env.example

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
###> symfony/framework-bundle ###
1717
APP_ENV=prod
1818
APP_SECRET=eb2f09f8a21b0b7c57b9fc36eee250eb
19+
20+
# Add your sentry DSN if you want error tracking
21+
SENTRY_DSN=""
22+
1923
#TRUSTED_PROXIES=127.0.0.0/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16
2024
#TRUSTED_HOSTS='^(localhost|example\.com)$'
2125
###< symfony/framework-bundle ###

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"phpdocumentor/reflection-docblock": "^5.2",
2626
"phpstan/phpdoc-parser": "^0.5.3",
2727
"sensio/framework-extra-bundle": "^6.2",
28+
"sentry/sentry-symfony": "^5.3",
2829
"sunra/php-simple-html-dom-parser": "1.5.2",
2930
"symfony/apache-pack": "^1.0",
3031
"symfony/asset": "^6.4",

0 commit comments

Comments
 (0)