journey.diagnostics
Overview
Version compatibility
journey.diagnostics
was introduced with version 4.37.0 of the JourneyApps Container.
Returns diagnostics information otherwise only available to the user via the context menu.
Available diagnostics:
Diagnostic | Property | Description |
---|---|---|
|
| Timestamp of the last full sync that was completed. See an example below. |
| Count and size of the attachment upload queue. See an example below. | |
| Total size in bytes of attachments to upload. | |
| Number of attachments to be uploaded. | |
| Size of the data upload queue. See an example below. | |
| Number of operations in the upload queue. | |
| Total size of object data in upload queue. | |
|
| Stats for the main on-device object database. Not LocalDB or attachments. |
| Total size in bytes of object data. | |
| Number of objects. | |
| Total size in bytes of all indexes. | |
| Number of index entries. | |
| Total size in bytes of the main database (excluding attachments). | |
| All available diagnostic information. See an example below. |
Examples
getSyncStatus()
getSyncStatus()
all()
all()
Last updated