Updated on 2026-08-14
This commit is contained in:
parent
f6b98ab9fa
commit
db16ba6cef
20 changed files with 618 additions and 96 deletions
|
|
@ -98,7 +98,7 @@ class TangemLoggingInitializer(
|
|||
BlockchainSdkConfig.serializer(),
|
||||
environmentConfig.blockchainSdkConfig,
|
||||
)
|
||||
// Drop URL-shaped values (e.g. public endpoint URLs from BlockchainSdkConfig like
|
||||
// Drop URL-shaped drawable (e.g. public endpoint URLs from BlockchainSdkConfig like
|
||||
// kaspaSecondaryApiUrl); they are not secrets and would obscure unrelated requests in logs.
|
||||
val values = JsonStringValuesExtractor.extract(json)
|
||||
.filter { it.isNotBlank() && !it.startsWith("http", ignoreCase = true) }
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<paths>
|
||||
<files-path name="files" path="/"/>
|
||||
<cache-path name="shared_images" path="." />
|
||||
</paths>
|
||||
Loading…
Add table
Add a link
Reference in a new issue