Skip to content

Commit f879620

Browse files
authored
update before send doc with error spam prevention (#1518)
Hopefully this makes it clear to the reader that before_send can be used to prevent error spam. Related issue: #149 Thanks to @untitaker for the tip
1 parent 7ee0969 commit f879620

File tree

1 file changed

+2
-0
lines changed
  • src/collections/_documentation/error-reporting/configuration

1 file changed

+2
-0
lines changed

src/collections/_documentation/error-reporting/configuration/filtering.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ been caught:
2929

3030
{% include components/platform_content.html content_dir='before-send-hint' %}
3131

32+
This is useful to stop error spam. If you are getting thousands of errors that should really just be one error, you can set a custom fingerprint for that error to group them together. Then you can snooze/ignore that one issue.
33+
3234
### Before Breadcrumb
3335

3436
Similar to `before-send` hints are also supported in `before-breadcrumb`. This is particularly useful when

0 commit comments

Comments
 (0)