Skip to content

docs: Add SDK versions table with bundled dependency versions#5676

Open
antonis wants to merge 3 commits intomainfrom
antonis/native-sdks-table
Open

docs: Add SDK versions table with bundled dependency versions#5676
antonis wants to merge 3 commits intomainfrom
antonis/native-sdks-table

Conversation

@antonis
Copy link
Contributor

@antonis antonis commented Feb 16, 2026

📢 Type of change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring

📜 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.

  • 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

💡 Motivation and Context

Closes #5662

💚 How did you test it?

Manual

📝 Checklist

  • I added tests to verify changes
  • No new PII added or SDK only sends newly added PII if sendDefaultPII is enabled
  • I updated the docs if needed.
  • I updated the wizard if needed.
  • All tests passing
  • No breaking changes

🔮 Next steps

#skip-changelog

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>
@github-actions
Copy link
Contributor

github-actions bot commented Feb 16, 2026

Semver Impact of This PR

None (no version bump detected)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


This PR will not appear in the changelog.


🤖 This preview updates automatically when you update the PR.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 16, 2026

Fails
🚫 Pull request is not ready for merge, please add the "ready-to-merge" label to the pull request

Generated by 🚫 dangerJS against f06c213

Copy link
Contributor Author

@antonis antonis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also opened docs update PR getsentry/sentry-docs#16395

Copy link
Member

@philipphofmann philipphofmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

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 |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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>
@antonis
Copy link
Contributor Author

antonis commented Feb 16, 2026

@sentry review

@antonis antonis requested a review from alwx February 16, 2026 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Table with Native SDK versions for each release

3 participants