You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: features/dd-sdk-android-trace/src/main/kotlin/com/datadog/android/trace/internal/DatadogPropagationHelper.kt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -391,15 +391,15 @@ class DatadogPropagationHelper internal constructor() {
391
391
addHeader(
392
392
W3CHttpCodec.TRACE_PARENT_KEY,
393
393
// TODO RUM-11445 InvalidStringFormat false alarm
394
-
@Suppress("UnsafeThirdPartyFunctionCall", "InvalidStringFormat") // Format string is static
394
+
@Suppress("UnsafeThirdPartyFunctionCall") // Format string is static
0 commit comments