Skip to content

Commit

Permalink
Prevent running the sidecar in the background sender test.
Browse files Browse the repository at this point in the history
  • Loading branch information
hoolioh committed Jun 26, 2024
1 parent 8340d33 commit 768ec98
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ private static function getAppErrorLog()
protected static function getEnvs()
{
return array_merge(parent::getEnvs(), [
'DD_TRACE_SIDECAR_TRACE_SENDER' => false,
'DD_TRACE_DEBUG_CURL_OUTPUT' => true,
'DD_TRACE_AGENT_FLUSH_INTERVAL' => self::BGS_FLUSH_INTERVAL_MS,
]);
Expand Down

0 comments on commit 768ec98

Please sign in to comment.