Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/dev/api/error-reporting.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ This APIs below are intended for hosted Backtrace instances. If you are an on-pr
<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>
<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>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>

#### Parameters

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

<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>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>

#### Parameters

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

<p/>

Upload source maps to symbolicate ES6/JavaScript errors.
<p>Upload source maps to symbolicate ES6/JavaScript errors.</p>

#### Parameters

Expand Down