Added Sentry error logging on the server side.
This commit is contained in:
parent
cbd84b8345
commit
28c97ef8ba
4 changed files with 1467 additions and 8 deletions
|
@ -7,7 +7,8 @@
|
|||
"erusev/parsedown": "~1.6",
|
||||
"chillerlan/php-qrcode": "^4.3",
|
||||
"symfony/mailer": "^6.0",
|
||||
"matomo/device-detector": "^6.1"
|
||||
"matomo/device-detector": "^6.1",
|
||||
"sentry/sdk": "^3.5"
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
|
@ -27,7 +28,8 @@
|
|||
"preferred-install": "dist",
|
||||
"allow-plugins": {
|
||||
"composer/installers": true,
|
||||
"wikimedia/composer-merge-plugin": false
|
||||
"wikimedia/composer-merge-plugin": false,
|
||||
"php-http/discovery": true
|
||||
}
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue