Skip to content

Commit ba10f5b

Browse files
Update debugmeta.mdx (#12436)
1 parent c27fdb4 commit ba10f5b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

develop-docs/sdk/data-model/event-payloads/debugmeta.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,12 @@ Proguard images refer to `mapping.txt` files generated when Proguard obfuscates
359359
function names. The Java SDK integrations assign this file a unique identifier,
360360
which has to be included in the list of images.
361361

362+
Attributes:
363+
364+
`type`
365+
366+
: **Required**. Type of the debug image. Must be `"proguard"`.
367+
362368
`uuid`
363369

364370
: **Required**. The unique identifier assigned by the Java SDK.
@@ -367,6 +373,7 @@ Example:
367373

368374
```json
369375
{
376+
"type": "proguard",
370377
"uuid": "395835f4-03e0-4436-80d3-136f0749a893"
371378
}
372379
```

0 commit comments

Comments
 (0)