Skip to content

Commit 2bbafac

Browse files
committed
Make client service public
(cherry picked from commit bbc2c9b)
1 parent 30fab0c commit 2bbafac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Resources/config/services.yml

+1
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)