Skip to content

Commit

Permalink
remove unnecessary customizer
Browse files Browse the repository at this point in the history
  • Loading branch information
breedx-splk committed Sep 13, 2024
1 parent abb7250 commit 0ad8c88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ SplunkRum initialize(Looper mainLooper) {
// });

// Inhibit the upstream exporter because we add our own BatchSpanProcessor
otelRumBuilder.addSpanExporterCustomizer(x -> new NoOpSpanExporter());
// otelRumBuilder.addSpanExporterCustomizer(x -> new NoOpSpanExporter());

// Set span limits
otelRumBuilder.addTracerProviderCustomizer(
Expand Down

0 comments on commit 0ad8c88

Please sign in to comment.