Skip to content

Commit

Permalink
fix: revert proxy, use system
Browse files Browse the repository at this point in the history
  • Loading branch information
astuyve committed Sep 30, 2024
1 parent f8ed300 commit e4a8e18
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions trace-mini-agent/src/trace_processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ impl TraceProcessor for ServerlessTraceProcessor {
payload,
tracer_header_tags,
&config.trace_intake,
config.proxy_url.clone(),
);

// send trace payload to our trace flusher
Expand Down Expand Up @@ -176,7 +175,6 @@ mod tests {
env_type: trace_utils::EnvironmentType::CloudFunction,
os: "linux".to_string(),
obfuscation_config: ObfuscationConfig::new().unwrap(),
proxy_url: None,
}
}

Expand Down

0 comments on commit e4a8e18

Please sign in to comment.