Skip to content

Commit

Permalink
test: Remove the parametric app's default service and environment con…
Browse files Browse the repository at this point in the history
…figuration so we can test default behaviors

Issues: APMAPI-708 , APMAPI-709
  • Loading branch information
zacharycmontoya committed Oct 3, 2024
1 parent 634cea3 commit c312c99
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/system-tests/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ int main(int argc, char* argv[]) {
datadog::tracing::TracerConfig config;
config.logger = logger;
config.agent.event_scheduler = event_scheduler;
config.service = "cpp-parametric-test";
config.environment = "staging";
config.name = "http.request";

auto finalized_config = datadog::tracing::finalize_config(config);
Expand Down

0 comments on commit c312c99

Please sign in to comment.