Skip to content

Commit 07bb29b

Browse files
authored
chore(backend): Add PHP agent (#250)
1 parent 02ef8d9 commit 07bb29b

File tree

7 files changed

+818
-23
lines changed

7 files changed

+818
-23
lines changed

.env.example

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,3 @@ export POTAL_URL="__POTAL_URL__"
3131

3232
export POTATO_CHANNEL="__POTATO_CHANNEL__"
3333
export POTATO_SLACK_USER_ID="__POTATO_SLACK_USER_ID__"
34-
35-
export RELAY_SECRET_KEY="__RELAY_SECRET_KEY__"
36-
export RELAY_PUBLIC_KEY="__RELAY_PUBLIC_KEY__"
37-
export RELAY_ID="__RELAY_ID__"

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,21 @@
1818
"cakephp/plugin-installer": "^2.0.1",
1919
"lcobucci/jwt": "^5.5.0",
2020
"paragonie/csp-builder": "^3.0.2",
21-
"sentry/sentry": "^4.10.0"
21+
"sentry/sentry": "^4.10.0",
22+
"sentry/sentry-php-agent": "dev-main"
2223
},
2324
"require-dev": {
2425
"cakephp/bake": "^3.2.3",
2526
"cakephp/cakephp-codesniffer": "^5.2.0",
2627
"phpstan/phpstan": "^1.12.21",
2728
"phpunit/phpunit": "^10.5.45"
2829
},
30+
"repositories": [
31+
{
32+
"type": "vcs",
33+
"url": "https://github.com/getsentry/sentry-php-agent"
34+
}
35+
],
2936
"autoload": {
3037
"psr-4": {
3138
"App\\": "src/"

0 commit comments

Comments
 (0)