Skip to main content
objectDsym

Fields

id
ID!

Stable identifier for this dSYM.

bundleName
String!

Bundle name, such as App.app.dSYM.

binaryName
String!

Name of the DWARF binary inside the bundle.

bundleIdentifier
String

Bundle identifier of the binary. May be null when the bundle's Info.plist omits it.

shortVersion
String

Version (CFBundleShortVersionString). May be null when the Info.plist omits it.

bundleVersion
String

Build number (CFBundleVersion). May be null when the Info.plist omits it.

dwarfSizeBytes
Float!

Size of the DWARF binary in bytes.

dwarfSha256
String!

sha256 digest of the DWARF binary.

createdAt
String!

ISO 8601 time the dSYM was indexed.

upload

The upload this dSYM arrived in, with its build, link, and project.

slices

Architecture slices and their UUIDs.

siblingDsyms
[Dsym!]!

Other dSYMs from the same upload.

Crash reports this dSYM symbolicated, newest first.

Arguments
first
Int

Maximum number of reports to return; defaults to 50.

after
String

Cursor from a previous page.

crashCount
Int!

Number of crash reports this dSYM symbolicated.

downloadUrl
String!

Path that downloads the bundle as a zip.