Skip to content

chore: add THIRD_PARTY_NOTICES.md for vendored third-party libraries#5722

Merged
antonis merged 2 commits intomainfrom
antonis/third-party-notices
Feb 26, 2026
Merged

chore: add THIRD_PARTY_NOTICES.md for vendored third-party libraries#5722
antonis merged 2 commits intomainfrom
antonis/third-party-notices

Conversation

@antonis
Copy link
Contributor

@antonis antonis commented Feb 25, 2026

Summary

  • Adds THIRD_PARTY_NOTICES.md at the repo root documenting all third-party software vendored into the SDK
  • Covers: base64-js, feross/buffer, React Native, React Navigation, Tabler Icons, Metro, and Expo
  • Follows the same approach as sentry-cocoa#7399

Test plan

  • Verify all vendored files in packages/core/src/js/vendor/ and packages/core/src/js/tools/vendor/ are represented
  • Verify the feedbackIcon in packages/core/src/js/feedback/icons.ts has a known origin (currently unlisted — needs follow-up)

Closes #5678

🤖 Generated with Claude Code

Documents all third-party software vendored into the SDK, including
base64-js, feross/buffer, React Native, React Navigation, Tabler Icons,
Metro, and Expo. Follows the same approach as sentry-cocoa#7399.

Closes #5678

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@github-actions
Copy link
Contributor

github-actions bot commented Feb 25, 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).


  • chore: add THIRD_PARTY_NOTICES.md for vendored third-party libraries by antonis in #5722
  • feat(tooling): add Cursor BUGBOT.md review guidelines by antonis in #5716
  • chore(ci): Use runner group 10 by itaybre in #5717
  • chore(deps): bump qs to ^6.14.2 by antonis in #5707
  • chore(deps): bump lodash to ^4.17.23 by antonis in #5702
  • chore(deps): bump getsentry/craft from 2.21.4 to 2.21.7 by dependabot in #5694
  • chore(deps): bump getsentry/craft/.github/workflows/changelog-preview.yml from 2.21.4 to 2.21.7 by dependabot in #5695
  • chore(deps): update CLI to v3.2.2 by github-actions in #5692
  • chore(deps): bump github/codeql-action from 4.32.3 to 4.32.4 by dependabot in #5693
  • chore(deps): update Maestro to v2.2.0 by github-actions in #5691
  • chore(deps): update Cocoa SDK to v9.5.0 by github-actions in #5685
  • chore(deps): update Android SDK Stubs to v8.33.0 by github-actions in #5697
  • chore(deps): update Android SDK to v8.33.0 by github-actions in #5684
  • chore(deps): update Sentry Android Gradle Plugin to v6.1.0 by github-actions in #5687
  • Ref(CI): Add android sdk version check by lucas-zimerman in #5686

🤖 This preview updates automatically when you update the PR.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 25, 2026

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

Generated by 🚫 dangerJS against bb0cdd1

Remove type-only vendored files (React Native, React Navigation, Expo,
Metro type declarations) that compile away and produce no runtime JS.
Keep only code and assets that are actually distributed: base64-js,
feross/buffer, Metro countLines/utils, and Tabler Icons.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@antonis antonis marked this pull request as ready for review February 25, 2026 15:06
@antonis antonis merged commit 429b43a into main Feb 26, 2026
39 of 44 checks passed
@antonis antonis deleted the antonis/third-party-notices branch February 26, 2026 10:40
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.

Check if we need to add 3rd party dependencies page

2 participants