Skip to content

Commit 5de6ccc

Browse files
authored
Merge pull request #136 from paulmeyer90/removecrashid
Remove Crash IDs from crash reports.
2 parents d6f77a7 + 8a299c2 commit 5de6ccc

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

index.src.html

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1290,18 +1290,12 @@ <h3 id="crash-report">Crash</h3>
12901290

12911291
<pre class="idl">
12921292
interface CrashReportBody : ReportBody {
1293-
readonly attribute DOMString crashId;
12941293
readonly attribute DOMString? reason;
12951294
};
12961295
</pre>
12971296

12981297
An <a>crash report</a>'s [=report/body=], represented in JavaScript by
1299-
{{CrashReportBody}}, contains the following fields:
1300-
1301-
- <dfn for="CrashReportBody">crashId</dfn>: An implementation-defined unique
1302-
identifier (100 character maximum string). This identifier will not be
1303-
meaningful to developers directly, but it can potentially be supplied to
1304-
the browser vendor for more details.
1298+
{{CrashReportBody}}, contains the following field:
13051299

13061300
- <dfn for="CrashReportBody">reason</dfn>: A more specific classification of
13071301
the type of crash that occured. Currently, the only valid
@@ -1316,7 +1310,6 @@ <h3 id="crash-report">Crash</h3>
13161310
"url": "https://example.com/",
13171311
"user_agent": "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0",
13181312
"body": {
1319-
"crashId": "30437694edfeae5b",
13201313
"reason": "oom"
13211314
}
13221315
}

0 commit comments

Comments
 (0)