Skip to content

Commit 3338c7d

Browse files
authored
feat(logs): Add note about missing logs for crashes on Mobile (#14785)
<!-- Use this checklist to make sure your PR is ready for merge. You may delete any sections you don't need. --> ## DESCRIBE YOUR PR Add note about missing logs for crashes on Mobile. ## IS YOUR CHANGE URGENT? Help us prioritize incoming PRs by letting us know when the change needs to go live. - [x] Urgent deadline (GA date, etc.): asap, ideally before marketing launch on Sep 3rd 2025 - [ ] Other deadline: <!-- ENTER DATE HERE --> - [ ] None: Not urgent, can wait up to 1 week+ ## SLA - Teamwork makes the dream work, so please add a reviewer to your PRs. - Please give the docs team up to 1 week to review your PR unless you've added an urgent due date to it. Thanks in advance for your help! ## PRE-MERGE CHECKLIST *Make sure you've checked the following before merging your changes:* - [ ] Checked Vercel preview for correctness, including links - [ ] PR was reviewed and approved by any necessary SMEs (subject matter experts) - [ ] PR was reviewed and approved by a member of the [Sentry docs team](https://github.com/orgs/getsentry/teams/docs) ## EXTRA RESOURCES - [Sentry Docs contributor guide](https://docs.sentry.io/contributing/)
1 parent 462807b commit 3338c7d

File tree

10 files changed

+35
-0
lines changed

10 files changed

+35
-0
lines changed

docs/platforms/android/logs/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ With Sentry Structured Logs, you can send text-based log information from your a
3030
## Default Attributes
3131

3232
<PlatformContent includePath="logs/default-attributes" />
33+
34+
## Troubleshooting
35+
36+
<PlatformContent includePath="logs/troubleshooting" />

docs/platforms/apple/common/logs/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,7 @@ With Sentry Structured Logs, you can send text-based log information from your a
2626
## Default Attributes
2727

2828
<PlatformContent includePath="logs/default-attributes" />
29+
30+
## Troubleshooting
31+
32+
<PlatformContent includePath="logs/troubleshooting" />

docs/platforms/dart/common/logs/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ With Sentry Structured Logs, you can send text-based log information from your a
3030
## Default Attributes
3131

3232
<PlatformContent includePath="logs/default-attributes" />
33+
34+
## Troubleshooting
35+
36+
<PlatformContent includePath="logs/troubleshooting" />

docs/platforms/dart/guides/flutter/logs/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,7 @@ With Sentry Structured Logs, you can send text-based log information from your a
2626
## Default Attributes
2727

2828
<PlatformContent includePath="logs/default-attributes" />
29+
30+
## Troubleshooting
31+
32+
<PlatformContent includePath="logs/troubleshooting" />

docs/platforms/react-native/logs/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,7 @@ With Sentry Structured Logs, you can send text-based log information from your a
3232
## Default Attributes
3333

3434
<PlatformContent includePath="logs/default-attributes" />
35+
36+
## Troubleshooting
37+
38+
<PlatformContent includePath="logs/troubleshooting" />
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Missing Logs for Crashes
2+
3+
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.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Missing Logs for Crashes
2+
3+
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.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Missing Logs for Crashes
2+
3+
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.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Missing Logs for Crashes
2+
3+
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.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Missing Logs for Crashes
2+
3+
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.

0 commit comments

Comments
 (0)