Skip to content

Commit 247a4b0

Browse files
Update error-reporting.md Minor Formatting Change (#3291)
1 parent d3f286e commit 247a4b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/dev/api/error-reporting.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ This APIs below are intended for hosted Backtrace instances. If you are an on-pr
211211
<summary><span className="api post">POST</span> <code>https&#58;&#47;&#47;submit.backtrace.io&#47;&lbrace;subdomain&rbrace;&#47;&lbrace;apiToken&rbrace;&#47;&lbrace;format&rbrace;</code></summary>
212212
<p/>
213213

214-
Submits Error Object to Backtrace. For large files, include the header flag <code>-H "Expect:"</code> to override some default curl behavior, which can cause issues when uploading to Backtrace.
214+
<p>Submits Error Object to Backtrace. For large files, include the header flag <code>-H "Expect:"</code> to override some default curl behavior, which can cause issues when uploading to Backtrace.</p>
215215

216216
#### Parameters
217217

@@ -377,7 +377,7 @@ A successful response contains an <code>_rxid</code>, which is the unique identi
377377

378378
<p/>
379379

380-
Submits debug symbol files to Backtrace. The symbol archive must contain both the executable and symbol files for proper symbolication. Any archive format supported by libarchive 3.2.3 is supported, such as <code>.tar</code>, <code>.tar.gz</code>, <code>.zip</code>. Archives should be pre-compressed and should not exceed 10GB in size, where possible.
380+
<p>Submits debug symbol files to Backtrace. The symbol archive must contain both the executable and symbol files for proper symbolication. Any archive format supported by libarchive 3.2.3 is supported, such as <code>.tar</code>, <code>.tar.gz</code>, <code>.zip</code>. Archives should be pre-compressed and should not exceed 10GB in size, where possible.</p>
381381

382382
#### Parameters
383383

@@ -497,7 +497,7 @@ A successful response contains an <code>_rxid</code>, which is the unique identi
497497

498498
<p/>
499499

500-
Upload source maps to symbolicate ES6/JavaScript errors.
500+
<p>Upload source maps to symbolicate ES6/JavaScript errors.</p>
501501

502502
#### Parameters
503503

0 commit comments

Comments
 (0)