Commit c823bdc
authored
docs(android): Update Session Replay Network Details version requirements (#15851)
## DESCRIBE YOUR PR
[ANDROID-250: Fix Network Body parsing logic for large JSON
bodies](https://linear.app/getsentry/issue/ANDROID-250/fix-network-body-parsing-logic-for-large-json-bodies)
will cause a RuntimeException when parsing certain large JSON payloads.
_SentryReplayOptions.MAX_NETWORK_BODY_SIZE <= json payload size <
2*SentryReplayOptions.MAX_NETWORK_BODY_SIZE_
1. Fixed in [#4958](getsentry/sentry-java#4958)
so updating docs for minimum required sdk version.
2. Also adding reference to required gradle version.
## 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 -->
- [x] Other deadline: _ASAP - minor change, would like to share docs
with potential adopters._
- [ ] 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 694132c commit c823bdc
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
0 commit comments