File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 77 "php" : " ^8.2" ,
88 "sylius/sylius" : " ^2.0.7" ,
99 "dompdf/dompdf" : " ^2.0" ,
10- "sylius/telemetry-bundle " : " ^1.0"
10+ "sylius/telemetry" : " ^1.0"
1111 },
1212 "require-dev" : {
1313 "behat/behat" : " ^3.14" ,
Original file line number Diff line number Diff line change 1414namespace Sylius \WishlistPlugin ;
1515
1616use Sylius \Bundle \CoreBundle \Application \SyliusPluginTrait ;
17+ use Sylius \Telemetry \TelemetryCompilerPass ;
1718use Sylius \WishlistPlugin \DependencyInjection \SyliusMessageBusPolyfillPass ;
1819use Sylius \WishlistPlugin \DependencyInjection \TwigHooksProfilerPass ;
1920use Symfony \Component \DependencyInjection \Compiler \PassConfig ;
@@ -46,5 +47,7 @@ public function build(ContainerBuilder $container): void
4647 );
4748
4849 $ container ->addCompilerPass (new TwigHooksProfilerPass ());
50+
51+ $ container ->addCompilerPass (new TelemetryCompilerPass ());
4952 }
5053}
You can’t perform that action at this time.
0 commit comments