Skip to content

Commit 85f5bae

Browse files
authored
Update sentry-samples/sentry-samples-android/sdkperf/README.md
1 parent ac613d6 commit 85f5bae

File tree

1 file changed

+1
-1
lines changed
  • sentry-samples/sentry-samples-android/sdkperf

1 file changed

+1
-1
lines changed

sentry-samples/sentry-samples-android/sdkperf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ We have addressed the issue in [#4338](https://github.com/getsentry/sentry-java/
6262

6363
## App Launch with Background Importance
6464

65-
While the above two issues can be fixed by observing the App lifecycle, they still may become a problem if the app process has been launched with non-foreground importance (e.g. received a push notification). In this case our SDK would be initialized too
65+
While the above two issues can be fixed by observing the App lifecycle, they still may become a problem if the app process has been launched with non-foreground importance (e.g. received a push notification). In this case our SDK would be initialized too and would still subscribe for SystemEvents and NetworkCallbacks while in background.
6666

6767
The following steps are necessary to reproduce the issue:
6868

0 commit comments

Comments
 (0)