docs: Add SDK versions table with bundled dependency versions#5676
docs: Add SDK versions table with bundled dependency versions#5676
Conversation
Adds SDK-VERSIONS.md documenting which Android, Cocoa, and JavaScript SDK versions are bundled with each React Native SDK release. Includes historical data for all 187 releases from 2.0.1 to 8.0.0. - Automated table updates during releases via craft-pre-release.sh - Helper scripts to extract versions from build files - Manual update script for corrections - Added link in README Releases section Closes #5662 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Semver Impact of This PR⚪ None (no version bump detected) 📋 Changelog PreviewThis is how your changes will appear in the changelog. This PR will not appear in the changelog. 🤖 This preview updates automatically when you update the PR. |
antonis
left a comment
There was a problem hiding this comment.
Also opened docs update PR getsentry/sentry-docs#16395
SDK-VERSIONS.md
Outdated
|
|
||
| | Sentry React Native SDK | Sentry Android SDK | Sentry Cocoa SDK | Sentry JavaScript SDK | | ||
| | ----------------------- | ------------------ | ---------------- | --------------------- | | ||
| | 8.0.0 | 8.32.0 | 9.4.1 | 10.38.0 | |
There was a problem hiding this comment.
m: It would be amazing to link these releases to the GH release page such as https://github.com/getsentry/sentry-react-native/releases/tag/8.0.0. It should be easy to update this with Claude and also to update the scripts to do this automatically.
There was a problem hiding this comment.
Great idea 👍 Updated with f06c213 and the table is fully interactive now
Co-authored-by: Philipp Hofmann <philipp.hofmann@sentry.io>
All SDK versions in the table now link to their respective GitHub release pages: - React Native SDK versions link to sentry-react-native releases - Android SDK versions link to sentry-java releases - Cocoa SDK versions link to sentry-cocoa releases - JavaScript SDK versions link to sentry-javascript releases Updated table headers to be more concise (removed "Sentry" prefix). Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
@sentry review |
📢 Type of change
📜 Description
Adds SDK-VERSIONS.md documenting which Android, Cocoa, and JavaScript SDK versions are bundled with each React Native SDK release. Includes historical data for all 187 releases from 2.0.1 to 8.0.0.
💡 Motivation and Context
Closes #5662
💚 How did you test it?
Manual
📝 Checklist
sendDefaultPIIis enabled🔮 Next steps
#skip-changelog