Skip to content

Commit

Permalink
Use plain alerts instead of notes or warnings for crashpad/breakpad/m…
Browse files Browse the repository at this point in the history
…inidump docs (#3373)
  • Loading branch information
torarnv authored Apr 9, 2021
1 parent 4cc6bb2 commit ac047e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/platforms/native/guides/breakpad/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ description: "Learn about Sentry's integration with Google Breakpad."

[Breakpad](https://chromium.googlesource.com/breakpad/breakpad/) is an open-source multiplatform crash reporting system written in C++ by Google and the predecessor of Crashpad. It supports macOS, Windows and Linux, and features an uploader to submit minidumps to a configured URL right when the process crashes.

<Note>
<Alert>

This page describes **standalone** usage of Breakpad with Sentry. Unless you have integrated Breakpad already, we strongly encourage you to use our [Native SDK](/platforms/native/) instead. Native Breakpad events are very limited in functionality, and Breakpad uses in-process crash reporting, which is less robust and has several disadvantages over out-of-process crash reporting.

</Note>
</Alert>

## Integration

Expand Down
2 changes: 1 addition & 1 deletion src/platforms/native/guides/crashpad/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ is an open-source multiplatform crash reporting system written in C++ by Google.
It supports macOS, Windows and Linux (limited), and features an uploader to
submit minidumps to a configured URL right when the process crashes.

<Alert level="warning">
<Alert>

This page describes **standalone** usage of Crashpad with Sentry. We strongly encourage you to use our [Native SDK](/platforms/native/). For detailed information about using Crashpad with the Native SDK, see the [Crashpad backend documentation](/platforms/native/configuration/backends/crashpad/).

Expand Down
4 changes: 2 additions & 2 deletions src/platforms/native/guides/minidumps/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ Sentry can process Minidump crash reports, a memory dump used on Windows and by
open-source libraries like [_Breakpad_](/platforms/native/guides/breakpad/) or [_Crashpad_](/platforms/native/guides/crashpad/).


<Note>
<Alert>

This page describes **standalone** usage of Minidumps with Sentry. We strongly encourage you to use our [Native SDK](/platforms/native/), as Minidumps uploads are very limited in functionality.

</Note>
</Alert>

In order to receive symbolicated stack traces, you have to upload debug
information to Sentry. For more information, see [Debug Information Files](/workflow/debug-files/).
Expand Down

1 comment on commit ac047e9

@vercel
Copy link

@vercel vercel bot commented on ac047e9 Apr 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

Please sign in to comment.