Skip to content

Commit 460f655

Browse files
authored
Make the behaviour of SentryAndroid.init clearer in multiprocess (#14279)
## IS YOUR CHANGE URGENT? Help us prioritize incoming PRs by letting us know when the change needs to go live. - [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE --> - [ ] Other deadline: <!-- ENTER DATE HERE --> - [x] None: Not urgent, can wait up to 1 week+ ## PRE-MERGE CHECKLIST *Make sure you've checked the following before merging your changes:* - [ ] Checked Vercel preview for correctness, including links - [x] 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)
1 parent 7cf84d1 commit 460f655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/platforms/android/configuration/multi-process-apps.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ The Sentry Android SDK will not automatically initialize in non-main processes b
1515
tools:node="merge" />
1616
```
1717

18-
Alternatively, you can call `SentryAndroid.init(...)`.
18+
Alternatively, you can call `SentryAndroid.init(...)` in each process where you want to initialize Sentry.

0 commit comments

Comments
 (0)