diff --git a/docs/platforms/android/logs/index.mdx b/docs/platforms/android/logs/index.mdx
index 760c7672c85be6..49c3ed812c5d0a 100644
--- a/docs/platforms/android/logs/index.mdx
+++ b/docs/platforms/android/logs/index.mdx
@@ -30,3 +30,7 @@ With Sentry Structured Logs, you can send text-based log information from your a
## Default Attributes
+
+## Troubleshooting
+
+
diff --git a/docs/platforms/apple/common/logs/index.mdx b/docs/platforms/apple/common/logs/index.mdx
index 32140b4a29f898..831641634dd149 100644
--- a/docs/platforms/apple/common/logs/index.mdx
+++ b/docs/platforms/apple/common/logs/index.mdx
@@ -26,3 +26,7 @@ With Sentry Structured Logs, you can send text-based log information from your a
## Default Attributes
+
+## Troubleshooting
+
+
diff --git a/docs/platforms/dart/common/logs/index.mdx b/docs/platforms/dart/common/logs/index.mdx
index 760c7672c85be6..49c3ed812c5d0a 100644
--- a/docs/platforms/dart/common/logs/index.mdx
+++ b/docs/platforms/dart/common/logs/index.mdx
@@ -30,3 +30,7 @@ With Sentry Structured Logs, you can send text-based log information from your a
## Default Attributes
+
+## Troubleshooting
+
+
diff --git a/docs/platforms/dart/guides/flutter/logs/index.mdx b/docs/platforms/dart/guides/flutter/logs/index.mdx
index 32140b4a29f898..831641634dd149 100644
--- a/docs/platforms/dart/guides/flutter/logs/index.mdx
+++ b/docs/platforms/dart/guides/flutter/logs/index.mdx
@@ -26,3 +26,7 @@ With Sentry Structured Logs, you can send text-based log information from your a
## Default Attributes
+
+## Troubleshooting
+
+
diff --git a/docs/platforms/react-native/logs/index.mdx b/docs/platforms/react-native/logs/index.mdx
index b7569ee6165b7d..887417ebe5f2c3 100644
--- a/docs/platforms/react-native/logs/index.mdx
+++ b/docs/platforms/react-native/logs/index.mdx
@@ -32,3 +32,7 @@ With Sentry Structured Logs, you can send text-based log information from your a
## Default Attributes
+
+## Troubleshooting
+
+
diff --git a/platform-includes/logs/troubleshooting/android.mdx b/platform-includes/logs/troubleshooting/android.mdx
new file mode 100644
index 00000000000000..0923a9ba179fa7
--- /dev/null
+++ b/platform-includes/logs/troubleshooting/android.mdx
@@ -0,0 +1,3 @@
+### Missing Logs for Crashes
+
+Logs can get lost in certain crash scenarios, if the SDK can not send the logs before the app terminates. We are [currently working on improving](https://github.com/getsentry/sentry-java/issues/4690) this to ensure that all logs are sent, at the latest on the next app restart.
diff --git a/platform-includes/logs/troubleshooting/apple.mdx b/platform-includes/logs/troubleshooting/apple.mdx
new file mode 100644
index 00000000000000..8ac2c4940ad086
--- /dev/null
+++ b/platform-includes/logs/troubleshooting/apple.mdx
@@ -0,0 +1,3 @@
+### Missing Logs for Crashes
+
+Logs can get lost in certain crash scenarios, if the SDK can not send the logs before the app terminates. We are [currently working on improving](https://github.com/getsentry/sentry-cocoa/issues/5660) this to ensure that all logs are sent, at the latest on the next app restart.
diff --git a/platform-includes/logs/troubleshooting/dart.flutter.mdx b/platform-includes/logs/troubleshooting/dart.flutter.mdx
new file mode 100644
index 00000000000000..3639b15c249109
--- /dev/null
+++ b/platform-includes/logs/troubleshooting/dart.flutter.mdx
@@ -0,0 +1,3 @@
+### Missing Logs for Crashes
+
+Logs can get lost in certain crash scenarios, if the SDK can not send the logs before the app terminates. We are [currently working on improving](https://github.com/getsentry/sentry-dart/issues/3227) this to ensure that all logs are sent, at the latest on the next app restart.
diff --git a/platform-includes/logs/troubleshooting/dart.mdx b/platform-includes/logs/troubleshooting/dart.mdx
new file mode 100644
index 00000000000000..3639b15c249109
--- /dev/null
+++ b/platform-includes/logs/troubleshooting/dart.mdx
@@ -0,0 +1,3 @@
+### Missing Logs for Crashes
+
+Logs can get lost in certain crash scenarios, if the SDK can not send the logs before the app terminates. We are [currently working on improving](https://github.com/getsentry/sentry-dart/issues/3227) this to ensure that all logs are sent, at the latest on the next app restart.
diff --git a/platform-includes/logs/troubleshooting/react-native.mdx b/platform-includes/logs/troubleshooting/react-native.mdx
new file mode 100644
index 00000000000000..77a9e044c87fc0
--- /dev/null
+++ b/platform-includes/logs/troubleshooting/react-native.mdx
@@ -0,0 +1,3 @@
+### Missing Logs for Crashes
+
+Logs can get lost in certain crash scenarios, if the SDK can not send the logs before the app terminates. We are [currently working on improving](https://github.com/getsentry/sentry-react-native/issues/5125) this to ensure that all logs are sent, at the latest on the next app restart.