mutation SymbolicateCrashReport($id: ID!) {
symbolicateCrashReport(id: $id) {
id
format
source
status
statusMessage
filename
}
}{
"id": "id"
}{
"data": {
"symbolicateCrashReport": {
"id": "id",
"format": "IPS",
"source": "UPLOAD",
"status": "PENDING",
"statusMessage": "string",
"filename": "string"
}
}
}symbolicateCrashReport
Symbolicates a crash report again from scratch with the dSYMs uploaded now.
symbolicateCrashReport(id: ID!): CrashReport!Arguments
Identifier of the crash report.
Returns
Stable identifier for this crash report.
Format the report arrived in.
How the report reached the server.
Where the report is in symbolication.
Why the report is in its status, such as which dSYMs are missing. May be null.
Name of the uploaded file.
Size of the uploaded file in bytes.
Incident identifier from the report. May be null for MetricKit diagnostics.
App name. May be null when the report omits it.
App bundle identifier. May be null when the report omits it.
App version (CFBundleShortVersionString). May be null when the report omits it.
App build number (CFBundleVersion). May be null when the report omits it.
Operating system version. May be null when the report omits it.
Device model identifier, such as iPhone17,1. May be null when the report omits it.
CPU type the report lists. May be null when the report omits it.
Mach exception type, such as EXC_BAD_ACCESS. May be null when the report omits it.
Exception codes. May be null when the report omits them.
Signal, such as SIGSEGV. May be null when the report omits it.
Exception subtype, such as KERN_INVALID_ADDRESS. May be null when the report omits it.
Reason of an uncaught Objective-C exception. May be null when there was none.
Why the operating system terminated the process. May be null when the report omits it.
Application-specific information lines, such as a Swift fatal error message.
Number of the thread that crashed. May be null when the report does not say.
ISO 8601 time the app crashed. May be null when the report omits it.
ISO 8601 time the report was uploaded.
ISO 8601 time the report last changed.
ISO 8601 time an agent last symbolicated the report. May be null when none has.
Hash grouping crashes that failed the same way.
Readable form of the signature: the exception and the top app frame.
Email of the user who uploaded the report. May be null for API uploads.
Name of the API key that sent the report. May be null when none was used.
Address the report was sent from. May be null when unknown.
Symbolication attempts in the current run.
Identifier of the agent that last symbolicated the report. May be null when none has.
The first app frame of the crashed thread. May be null when that thread has no app frames.
Every thread's backtrace, symbolicated as far as possible.
Backtrace of the uncaught exception. May be null when there was none.
Binaries loaded into the process.
App binaries with unnamed frames and no uploaded dSYM.
The dSYMs used to symbolicate this report.
Other reports with the same signature, newest first.
Maximum number of reports to return; defaults to 20.
Number of other reports with the same signature.
The report in Apple's text format with every added symbol.
Path that downloads the file as uploaded.
Path that downloads the symbolicated text report.
mutation SymbolicateCrashReport($id: ID!) {
symbolicateCrashReport(id: $id) {
id
format
source
status
statusMessage
filename
}
}{
"id": "id"
}{
"data": {
"symbolicateCrashReport": {
"id": "id",
"format": "IPS",
"source": "UPLOAD",
"status": "PENDING",
"statusMessage": "string",
"filename": "string"
}
}
}