Skip to content

Commit bbc2c9b

Browse files
committed
Make client service public
1 parent 040d2be commit bbc2c9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Resources/config/services.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ services:
22
sentry.client:
33
class: '%sentry.client%'
44
arguments: ['%sentry.dsn%', '%sentry.options%']
5+
public: true
56
calls:
67
- [install, []]
78

0 commit comments

Comments
 (0)