Skip to content

Commit

Permalink
Update docs/platforms/native/advanced-usage/backend-tradeoffs/index.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Dlugos <[email protected]>
  • Loading branch information
supervacuus and vaind authored Nov 4, 2024
1 parent 2c50cd1 commit 7d5b8bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The Native SDK lets users decide at compile-time between three crash backends:
* `breakpad`
* `inproc`

Currently, `crashpad` is the default on all platforms because it
Currently, `crashpad` is the default on all desktop platforms because it

* has an external `handler` process that allows for external snapshots and immediate sending of crash reports (instead of the next successful start of your application)
* is the primary target for extension compared to upstream, including
Expand Down

0 comments on commit 7d5b8bd

Please sign in to comment.