Skip to content

DRAFT: DO_NOT_MERGE: Retesting 7.1.0 on CI#5203

Closed
antonis wants to merge 115 commits into
v6from
antonis/retest-7.1.0
Closed

DRAFT: DO_NOT_MERGE: Retesting 7.1.0 on CI#5203
antonis wants to merge 115 commits into
v6from
antonis/retest-7.1.0

Conversation

@antonis
Copy link
Copy Markdown
Contributor

@antonis antonis commented Sep 24, 2025

📢 Type of change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring

📜 Description

💡 Motivation and Context

💚 How did you test it?

📝 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

lucas-zimerman and others added 30 commits February 25, 2025 11:18
# Conflicts:
#	packages/core/android/build.gradle
* bump SDKs

* bump SDKs

* fix build

* fix tests

* fix tests

* fix lint errors

* test ts 5.0

* rollback

* fix merge conflict with yarn

* fix new lint issue

* sync yarn.lock with V7 branch and install new packages

* ensure we are using the JS version from the  default node resolution

* update changelog with javascript version bump

* fix check type (#4587)

* add major changes to the SDK

* fix lint

* review check: fix changelog PR number / Fix wrapper incorrect null check / removed comment from rnerror handler / removed comment from span / fix test from userInteraction

* fix incorrect cli version

* fix lint

* remove shutdowntimeout from android / use newer wizard version

* rollback feedback test change, rollback jest version, fix safe test

* return shutdowntimeout

* explain tracing sample rate

* fix tracing extension test

* lint fix

* update changelog

* fix yarn lock merge/ fix  ts-jest version no longer exists / fix core version on samples and e2e

* fix lint on addTimeToInitialDisplay

* fix issue with UIManager test

* moved major changes to the correct spot
* bump SDKs

* bump SDKs

* fix build

* fix tests

* fix tests

* fix lint errors

* test ts 5.0

* rollback

* fix merge conflict with yarn

* fix new lint issue

* sync yarn.lock with V7 branch and install new packages

* ensure we are using the JS version from the  default node resolution

* update changelog with javascript version bump

* fix check type (#4587)

* add major changes to the SDK

* fix lint

* review check: fix changelog PR number / Fix wrapper incorrect null check / removed comment from rnerror handler / removed comment from span / fix test from userInteraction

* fix incorrect cli version

* fix lint

* remove shutdowntimeout from android / use newer wizard version

* rollback feedback test change, rollback jest version, fix safe test

* return shutdowntimeout

* explain tracing sample rate

* fix tracing extension test

* lint fix

* update changelog

* fix yarn lock merge/ fix  ts-jest version no longer exists / fix core version on samples and e2e

* fix lint on addTimeToInitialDisplay

* fix issue with UIManager test

* add browserSessionIntegration for web

* moved major changes to the correct spot

* merge father branch, update changelog about react native web changes

* add PR number

* Update CHANGELOG.md

Co-authored-by: Antonis Lilis <antonis.lilis@gmail.com>

* Update CHANGELOG.md

Co-authored-by: Antonis Lilis <antonis.lilis@gmail.com>

---------

Co-authored-by: Antonis Lilis <antonis.lilis@gmail.com>
* bump SDKs

* bump SDKs

* fix build

* fix tests

* fix tests

* fix lint errors

* test ts 5.0

* rollback

* fix merge conflict with yarn

* fix new lint issue

* sync yarn.lock with V7 branch and install new packages

* ensure we are using the JS version from the  default node resolution

* update changelog with javascript version bump

* fix check type (#4587)

* add major changes to the SDK

* fix lint

* review check: fix changelog PR number / Fix wrapper incorrect null check / removed comment from rnerror handler / removed comment from span / fix test from userInteraction

* fix incorrect cli version

* fix lint

* remove shutdowntimeout from android / use newer wizard version

* rollback feedback test change, rollback jest version, fix safe test

* return shutdowntimeout

* explain tracing sample rate

* fix tracing extension test

* lint fix

* update changelog

* fix yarn lock merge/ fix  ts-jest version no longer exists / fix core version on samples and e2e

* fix lint on addTimeToInitialDisplay

* fix issue with UIManager test

* use main carrier

* fix yarn lint

* moved major changes to the correct spot
* Bump Android SDK to v8.4.0

* Updates changelog

* Bump from 8.4.0 to 8.5.0

* Bump from 8.5.0 to 8.6.0

---------

Co-authored-by: LucasZF <lucas-zimerman1@hotmail.com>
* Bump Android SDK to v8.4.0

* Updates changelog

* Bump from 8.4.0 to 8.5.0

* Bump from 8.5.0 to 8.6.0

* Bump Android SDK from 8.6 to 8.8

* Update changelog

* Moves version bump in the unreleased section

---------

Co-authored-by: LucasZF <lucas-zimerman1@hotmail.com>
* Bump Android to 8.9.0

* Update changelog

* Keep only the PR that introduced changes
* bump android SDK

* changelog number
* bump cocoa sdk

* changelog

* Apply suggestions from code review

* Update default value test to align with the latest SDK
* bump JS SDK / new lint fixes

* update changelog

* ignored rule import/first for tests, rolled back tests affected by mock order
lucas-zimerman and others added 24 commits September 3, 2025 12:47
* fix deprecated ip

* changelog and lint fix

* Apply suggestions from code review

* Apply suggestions from code review
* Fix: Fix compile error in v7

* Update packages/core/ios/RNSentry.mm

Co-authored-by: Antonis Lilis <antonis.lilis@gmail.com>

* Remove extra space

---------

Co-authored-by: LucasZF <lucas-zimerman1@hotmail.com>
Co-authored-by: Antonis Lilis <antonis.lilis@gmail.com>
Co-authored-by: GitHub <noreply@github.com>
Co-authored-by: GitHub <noreply@github.com>
Co-authored-by: GitHub <noreply@github.com>
* chore: update scripts/update-cocoa.sh to 8.55.1

* Removes temporary flags after Cocoa Bump (#5038)

* Update sample app native initialisation example

* Bump sample app tests to xcode 16.2

* chore(ci): Fixes iOS binary size diff failure

---------

Co-authored-by: Antonis Lilis <antonis.lilis@gmail.com>
Co-authored-by: LucasZF <lucas-zimerman1@hotmail.com>
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v7...v8)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.29.11 to 3.30.1.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@3c3833e...f1f6e5f)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 3.30.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Antonis Lilis <antonis.lilis@gmail.com>
* chore(deps): bump actions/setup-node from 4 to 5

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 5.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Disable package-manager-cache introduced in v5

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Antonis Lilis <antonis.lilis@gmail.com>
Co-authored-by: GitHub <noreply@github.com>
Co-authored-by: GitHub <noreply@github.com>
…#5170)

Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.1.1 to 2.1.4.
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Commits](actions/create-github-app-token@a8d6161...6701853)

---
updated-dependencies:
- dependency-name: actions/create-github-app-token
  dependency-version: 2.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.30.1 to 3.30.3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@f1f6e5f...192325c)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 3.30.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: GitHub <noreply@github.com>
Co-authored-by: GitHub <noreply@github.com>
…droid targets (#5174)

* fix(replay): Allow excluding the sentry-android-replay module from android builds

* Changelog

* Address PR review
Co-authored-by: GitHub <noreply@github.com>
@github-actions
Copy link
Copy Markdown
Contributor

Android (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 393.09 ms 434.74 ms 41.65 ms
Size 17.75 MiB 19.68 MiB 1.94 MiB

@github-actions
Copy link
Copy Markdown
Contributor

Android (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 350.19 ms 412.53 ms 62.34 ms
Size 7.15 MiB 8.41 MiB 1.26 MiB

@github-actions
Copy link
Copy Markdown
Contributor

iOS (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1215.87 ms 1224.77 ms 8.90 ms
Size 3.19 MiB 4.53 MiB 1.35 MiB

@github-actions
Copy link
Copy Markdown
Contributor

iOS (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1234.26 ms 1238.73 ms 4.48 ms
Size 2.63 MiB 3.96 MiB 1.33 MiB

@antonis antonis closed this Sep 25, 2025
@antonis antonis deleted the antonis/retest-7.1.0 branch September 25, 2025 05:26
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.

8 participants