Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
breedx-splk committed Oct 23, 2024
1 parent 786144b commit cacee23
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -373,11 +373,6 @@ SpanExporter buildSpanExporter(SpanExporter delegate) {
return filteredExporter;
}

@NonNull
private String getEndpointWithAuthTokenQueryParam() {
return builder.beaconEndpoint + "?auth=" + builder.rumAccessToken;
}

// private static ThrottlingExporter buildThrottlingExporter(
// MemoryBufferingExporter memoryBufferingExporter) {
// return ThrottlingExporter.newBuilder(memoryBufferingExporter)
Expand Down

0 comments on commit cacee23

Please sign in to comment.