Skip to content

Commit c28bbe8

Browse files
authored
feat(backend): Add Sentry metric, again... (#363)
1 parent bedf514 commit c28bbe8

File tree

6 files changed

+161
-98
lines changed

6 files changed

+161
-98
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212
],
1313
"require": {
1414
"php": ">=8.4",
15-
"cakephp/authentication": "^3.3.2",
15+
"cakephp/authentication": "^3.3.3",
1616
"cakephp/cakephp": "^5.2.9",
1717
"cakephp/migrations": "^4.8.2",
1818
"cakephp/plugin-installer": "^2.0.1",
1919
"lcobucci/jwt": "^5.6.0",
2020
"paragonie/csp-builder": "^3.0.2",
21-
"sentry/sentry": "^4.17.0",
21+
"sentry/sentry": "dev-metrics as 4.18.1",
2222
"sentry/sentry-agent": "^0.1.1"
2323
},
2424
"require-dev": {
25-
"cakephp/bake": "^3.5.0",
25+
"cakephp/bake": "^3.5.1",
2626
"cakephp/cakephp-codesniffer": "^5.3.0",
2727
"phpstan/phpstan": "^1.12.32",
2828
"phpunit/phpunit": "^10.5.54"

0 commit comments

Comments
 (0)