feat(sentry): Ajoute l'intégration de Sentry pour le suivi des erreurs.

This commit is contained in:
Serreau Jovann
2025-10-16 08:42:01 +02:00
parent c448043b5b
commit 6e6b571243
13 changed files with 157 additions and 16 deletions

14
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "1daefc9419bbfdfa4b4f286a2a26b1b2",
"content-hash": "c30269ac9b27fa9af3a5958c1033684b",
"packages": [
{
"name": "async-aws/core",
@@ -7034,16 +7034,16 @@
},
{
"name": "sentry/sentry",
"version": "4.15.2",
"version": "4.16.0",
"source": {
"type": "git",
"url": "https://github.com/getsentry/sentry-php.git",
"reference": "61a2d918e8424b6de4a2e265c15133a00c17db51"
"reference": "c5b086e4235762da175034bc463b0d31cbb38d2e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/getsentry/sentry-php/zipball/61a2d918e8424b6de4a2e265c15133a00c17db51",
"reference": "61a2d918e8424b6de4a2e265c15133a00c17db51",
"url": "https://api.github.com/repos/getsentry/sentry-php/zipball/c5b086e4235762da175034bc463b0d31cbb38d2e",
"reference": "c5b086e4235762da175034bc463b0d31cbb38d2e",
"shasum": ""
},
"require": {
@@ -7107,7 +7107,7 @@
],
"support": {
"issues": "https://github.com/getsentry/sentry-php/issues",
"source": "https://github.com/getsentry/sentry-php/tree/4.15.2"
"source": "https://github.com/getsentry/sentry-php/tree/4.16.0"
},
"funding": [
{
@@ -7119,7 +7119,7 @@
"type": "custom"
}
],
"time": "2025-09-03T07:23:48+00:00"
"time": "2025-09-22T13:38:03+00:00"
},
{
"name": "sentry/sentry-symfony",