Skip to content

Commit aa18181

Browse files
staabmondrejmirtes
authored andcommitted
Make sure invocations via blackfire use the same container
1 parent e2067b2 commit aa18181

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/DependencyInjection/Configurator.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ public function loadContainer(): string
9494
unset($staticParameters['env']['LINES']);
9595
unset($staticParameters['env']['COLUMNS']);
9696
unset($staticParameters['env']['SHELL_VERBOSITY']);
97+
// make sure invocations via blackfire use the same container
98+
unset($staticParameters['env']['BLACKFIRE_AGENT_SOCKET']);
9799

98100
$containerKey = [
99101
$staticParameters,

0 commit comments

Comments
 (0)