We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 928c89e + 5a7b4c6 commit 0a5d17bCopy full SHA for 0a5d17b
src/Sentry/SentryBundle/Resources/config/services.yml
@@ -1,7 +1,7 @@
1
services:
2
sentry.client:
3
class: '%sentry.client%'
4
- arguments: ['%sentry.dsn%', %sentry.options%, '%sentry.error_types%']
+ arguments: ['%sentry.dsn%', '%sentry.options%', '%sentry.error_types%']
5
calls:
6
- [setRelease, ['%sentry.release%']]
7
- [setEnvironment, ['%sentry.environment%']]
0 commit comments