@@ -124,8 +124,8 @@ private function registerConfiguration(ContainerBuilder $container, array $confi
124124 $ options ['before_send_metrics ' ] = new Reference ($ options ['before_send_metrics ' ]);
125125 }
126126
127- if (isset ($ options ['before_send_logs ' ])) {
128- $ options ['before_send_logs ' ] = new Reference ($ options ['before_send_logs ' ]);
127+ if (isset ($ options ['before_send_log ' ])) {
128+ $ options ['before_send_log ' ] = new Reference ($ options ['before_send_log ' ]);
129129 }
130130
131131 if (isset ($ options ['before_breadcrumb ' ])) {
@@ -290,7 +290,7 @@ private function registerHttpClientTracingConfiguration(ContainerBuilder $contai
290290 }
291291
292292 /**
293- * @param string[] $integrations
293+ * @param string[] $integrations
294294 * @param array<string, mixed> $config
295295 *
296296 * @return array<Reference|Definition>
@@ -322,12 +322,12 @@ private function configureRequestIntegration(array $integrations, bool $useDefau
322322
323323 /**
324324 * @param class-string<IntegrationInterface> $integrationClass
325- * @param array<Reference|Definition> $integrations
325+ * @param array<Reference|Definition> $integrations
326326 */
327327 private function isIntegrationEnabled (string $ integrationClass , array $ integrations ): bool
328328 {
329329 foreach ($ integrations as $ integration ) {
330- if ($ integration instanceof Reference && $ integrationClass === (string ) $ integration ) {
330+ if ($ integration instanceof Reference && $ integrationClass === (string )$ integration ) {
331331 return true ;
332332 }
333333
0 commit comments