We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c27fdb4 commit ba10f5bCopy full SHA for ba10f5b
develop-docs/sdk/data-model/event-payloads/debugmeta.mdx
@@ -359,6 +359,12 @@ Proguard images refer to `mapping.txt` files generated when Proguard obfuscates
359
function names. The Java SDK integrations assign this file a unique identifier,
360
which has to be included in the list of images.
361
362
+Attributes:
363
+
364
+`type`
365
366
+: **Required**. Type of the debug image. Must be `"proguard"`.
367
368
`uuid`
369
370
: **Required**. The unique identifier assigned by the Java SDK.
@@ -367,6 +373,7 @@ Example:
373
374
```json
375
{
376
+ "type": "proguard",
377
"uuid": "395835f4-03e0-4436-80d3-136f0749a893"
371
378
}
372
379
```
0 commit comments