Update Flex endpoint

This commit is contained in:
github-action[bot]
2022-10-20 14:44:56 +00:00
parent 3089575803
commit 13bb1d4561
2 changed files with 63 additions and 12 deletions
@@ -0,0 +1,51 @@
{
"manifests": {
"sentry/sentry-symfony": {
"manifest": {
"bundles": {
"Sentry\\SentryBundle\\SentryBundle": [
"prod"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"SENTRY_DSN": ""
},
"conflict": {
"symfony/framework-bundle": "<5.4"
}
},
"files": {
"config/packages/sentry.yaml": {
"contents": [
"when@prod:",
" sentry:",
" dsn: '%env(SENTRY_DSN)%'",
"",
"# If you are using Monolog, you also need these additional configuration and services to log the errors correctly:",
"# https://docs.sentry.io/platforms/php/guides/symfony/#monolog-integration",
"# register_error_listener: false",
"",
"# monolog:",
"# handlers:",
"# sentry:",
"# type: service",
"# id: Sentry\\Monolog\\Handler",
"",
"# services:",
"# Sentry\\Monolog\\Handler:",
"# arguments:",
"# $hub: '@Sentry\\State\\HubInterface'",
"# $level: !php/const Monolog\\Logger::ERROR",
"# $bubble: false",
""
],
"executable": false
}
},
"ref": "9ac202e84b6fb3c276cb3d7846006e0df65272d0"
}
}
}
+12 -12
View File
@@ -28,24 +28,24 @@
"# https://docs.sentry.io/platforms/php/guides/symfony/#monolog-integration",
"# register_error_listener: false",
"",
"# monolog:",
"# handlers:",
"# sentry:",
"# type: service",
"# id: Sentry\\Monolog\\Handler",
"# monolog:",
"# handlers:",
"# sentry:",
"# type: service",
"# id: Sentry\\Monolog\\Handler",
"",
"# services:",
"# Sentry\\Monolog\\Handler:",
"# arguments:",
"# $hub: '@Sentry\\State\\HubInterface'",
"# $level: !php/const Monolog\\Logger::ERROR",
"# $bubble: false",
"# services:",
"# Sentry\\Monolog\\Handler:",
"# arguments:",
"# $hub: '@Sentry\\State\\HubInterface'",
"# $level: !php/const Monolog\\Logger::ERROR",
"# $bubble: false",
""
],
"executable": false
}
},
"ref": "3d8dc8c0f689e2e94f860d2e36f81fcc26348069"
"ref": "9ac202e84b6fb3c276cb3d7846006e0df65272d0"
}
}
}