Skip to content

Commit d91b764

Browse files
committed
Linter fix
1 parent 9d1877f commit d91b764

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

features/dd-sdk-android-rum/src/main/kotlin/com/datadog/android/rum/internal/RumAnonymousIdentifierManager.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ internal class AnonymousIdentifierDeserializer : Deserializer<String, UUID> {
6767
override fun deserialize(model: String): UUID? {
6868
@Suppress("SwallowedException")
6969
return try {
70+
@Suppress("UnsafeThirdPartyFunctionCall")
7071
UUID.fromString(model)
7172
} catch (e: IllegalArgumentException) {
7273
null

0 commit comments

Comments
 (0)