Skip to content

Commit a8fdb7f

Browse files
authored
error-reporting/submission-buckets: fixed typo (#2640)
Fixed a typo "POOST" -> "POST" noticed when reading through the documentation.
1 parent b6d970b commit a8fdb7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/error-reporting/advanced/submission-buckets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This is an enterprise feature. Contact [email protected] to request it to be
1717

1818
Submission buckets provide advanced control over error data submission and attachments. They allow for conditional logic on the submission path based on previously seen error data attributes. For example, you may have large assets such as videos, screenshots, log files, or full dumps that are useful for root cause investigation. However, you may not want your users to incur the cost of generating and sending this data for every crash. Submission buckets allow you to control this behavior based on specific attribute combinations. For instance, you may want these assets to be generated and attached only once for each crash.
1919

20-
Submission buckets are configured on `api_token` objects. Only one submission bucket can be defined for each token. The `api_token` must also have synchronous POST and error POOST capabilities (`sync:post` and `error:post` respectively).
20+
Submission buckets are configured on `api_token` objects. Only one submission bucket can be defined for each token. The `api_token` must also have synchronous POST and error POST capabilities (`sync:post` and `error:post` respectively).
2121

2222
## Step-By-Step
2323

0 commit comments

Comments
 (0)