From dde47306f5fea170064c79d64a03a138ff357c78 Mon Sep 17 00:00:00 2001 From: lee-snyder133 Date: Tue, 7 Oct 2025 10:53:07 -0500 Subject: [PATCH] Update error-reporting.md Minor Formatting Change --- docs/dev/api/error-reporting.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/dev/api/error-reporting.md b/docs/dev/api/error-reporting.md index 585a5a3d13..50e5bb6230 100644 --- a/docs/dev/api/error-reporting.md +++ b/docs/dev/api/error-reporting.md @@ -211,7 +211,7 @@ This APIs below are intended for hosted Backtrace instances. If you are an on-pr POST https://submit.backtrace.io/{subdomain}/{apiToken}/{format}

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

Submits Error Object to Backtrace. For large files, include the header flag -H "Expect:" to override some default curl behavior, which can cause issues when uploading to Backtrace.

#### Parameters @@ -377,7 +377,7 @@ A successful response contains an _rxid, which is the unique identi

-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 .tar, .tar.gz, .zip. Archives should be pre-compressed and should not exceed 10GB in size, where possible. +

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 .tar, .tar.gz, .zip. Archives should be pre-compressed and should not exceed 10GB in size, where possible.

#### Parameters @@ -497,7 +497,7 @@ A successful response contains an _rxid, which is the unique identi

-Upload source maps to symbolicate ES6/JavaScript errors. +

Upload source maps to symbolicate ES6/JavaScript errors.

#### Parameters