Skip to content

Commit cec16a0

Browse files
szepczynskidcramer
authored andcommitted
Update services.yml
Not quoting the scalar "%sentry.options%" starting with the "%" indicator character is deprecated since Symfony 3.1 and will throw a ParseException in 4.0
1 parent ed7811c commit cec16a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sentry/SentryBundle/Resources/config/services.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
sentry.client:
33
class: '%sentry.client%'
4-
arguments: ['%sentry.dsn%', %sentry.options%, '%sentry.error_types%']
4+
arguments: ['%sentry.dsn%', '%sentry.options%', '%sentry.error_types%']
55
calls:
66
- [setRelease, ['%sentry.release%']]
77
- [setEnvironment, ['%sentry.environment%']]

0 commit comments

Comments
 (0)