You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consolidate version requirement with beta banner (#14639)
## DESCRIBE YOUR PR
Features that are outside of latest stable release should highlight
version requirements more prominently.
EG: Latest RN SDK is `6.19.0` - skimming the docs, I assumed
`enableLogs` would work, but I missed the fact that it's only on
`7.0.0-beta.2` which requires a manual install.
| Before | After |
|--------|--------|
| <img width="1510" height="2248" alt="CleanShot 2025-08-12 at 20 10
00@2x"
src="https://github.com/user-attachments/assets/f1038bf4-8e12-4933-9371-042e7fff6b55"
/> | <img width="1518" height="2246" alt="CleanShot 2025-08-12 at 20 17
18@2x"
src="https://github.com/user-attachments/assets/5bf11041-895d-4679-8ae2-e28086ee4d95"
/> |
This PR makes the React Native SDK version requirement for Logs more
prominent by consolidating it into the "Now in Beta" banner at the top
of the React Native Logs documentation page. This addresses user
feedback that the requirement was easily missed. The existing
"Requirements" section has also been clarified to reinforce the need for
the correct SDK version.
Resolves: [Slack
thread](https://getsentry.slack.com/archives/C016B495808/p1723409354153099)
## 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+
## 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)
## LEGAL BOILERPLATE
Look, I get it. The entity doing business as "Sentry" was incorporated
in the State of Delaware in 2015 as Functional Software, Inc. and is
gonna need some rights from me in order to utilize my contributions in
this here PR. So here's the deal: I retain all rights, title and
interest in and to my contributions, and by keeping this boilerplate
intact I confirm that Sentry can use, modify, copy, and redistribute my
contributions, under Sentry's choice of terms.
## EXTRA RESOURCES
- [Sentry Docs contributor guide](https://docs.sentry.io/contributing/)
---
[Slack
Thread](https://sentry.slack.com/archives/C8H0BQRDJ/p1755022154977009?thread_ts=1755022154.977009&cid=C8H0BQRDJ)
<a
href="https://cursor.com/background-agent?bcId=bc-e8ed4677-e599-45a6-a343-46c6deb53666">
<picture>
<source media="(prefers-color-scheme: dark)"
srcset="https://cursor.com/open-in-cursor-dark.svg">
<source media="(prefers-color-scheme: light)"
srcset="https://cursor.com/open-in-cursor-light.svg">
<img alt="Open in Cursor" src="https://cursor.com/open-in-cursor.svg">
</picture>
</a>
<a
href="https://cursor.com/agents?id=bc-e8ed4677-e599-45a6-a343-46c6deb53666">
<picture>
<source media="(prefers-color-scheme: dark)"
srcset="https://cursor.com/open-in-web-dark.svg">
<source media="(prefers-color-scheme: light)"
srcset="https://cursor.com/open-in-web-light.svg">
<img alt="Open in Web" src="https://cursor.com/open-in-web.svg">
</picture>
</a>
---------
Co-authored-by: Cursor Agent <[email protected]>
Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com>
0 commit comments