Skip to content

Commit 63cd7a6

Browse files
committed
Merge remote-tracking branch 'origin/tvaleev/feature/RUM-9902-removing-unused-code' into tvaleev/feature/RUM-9902-removing-unused-code
2 parents f1b155a + 9d33675 commit 63cd7a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/dd-sdk-android-okhttp/src/main/kotlin/com/datadog/android/okhttp/trace/TracingInterceptor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ internal constructor(
210210
val isSampled = span.sample(request)
211211

212212
if (span.isRootSpan) {
213-
val samplingPriority: Int = if (isSampled) {
213+
val samplingPriority = if (isSampled) {
214214
PrioritySampling.SAMPLER_KEEP
215215
} else {
216216
PrioritySampling.SAMPLER_DROP

0 commit comments

Comments
 (0)