From ac047e9cb3b598680b0b8b71c8ff6b0f911c6cb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Fri, 9 Apr 2021 02:10:01 +0200 Subject: [PATCH] Use plain alerts instead of notes or warnings for crashpad/breakpad/minidump docs (#3373) --- src/platforms/native/guides/breakpad/index.mdx | 4 ++-- src/platforms/native/guides/crashpad/index.mdx | 2 +- src/platforms/native/guides/minidumps/index.mdx | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/platforms/native/guides/breakpad/index.mdx b/src/platforms/native/guides/breakpad/index.mdx index 0d6eb047f4c49..fb1e1827644e4 100644 --- a/src/platforms/native/guides/breakpad/index.mdx +++ b/src/platforms/native/guides/breakpad/index.mdx @@ -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. - + 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. - + ## Integration diff --git a/src/platforms/native/guides/crashpad/index.mdx b/src/platforms/native/guides/crashpad/index.mdx index 21ec6b12a91d4..aa65a3b36d7ae 100644 --- a/src/platforms/native/guides/crashpad/index.mdx +++ b/src/platforms/native/guides/crashpad/index.mdx @@ -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. - + 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/). diff --git a/src/platforms/native/guides/minidumps/index.mdx b/src/platforms/native/guides/minidumps/index.mdx index 26d7850f8fd16..7968616a02703 100644 --- a/src/platforms/native/guides/minidumps/index.mdx +++ b/src/platforms/native/guides/minidumps/index.mdx @@ -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/). - + 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. - + 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/).