-
Notifications
You must be signed in to change notification settings - Fork 6
Sync changes from next #743
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
yousif-bugsnag
wants to merge
36
commits into
integration/rn-native-app-starts
from
app-start-integration-branch-sync
Closed
Sync changes from next #743
yousif-bugsnag
wants to merge
36
commits into
integration/rn-native-app-starts
from
app-start-integration-branch-sync
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Remove branch sync action
* chore: pin vue-router version in test fixture * chore: bump rollup version for browser test fixture builds
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@a0853c2...2028fbc) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.30.8 to 4.30.9. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@f443b60...16140ae) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.30.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* feat(react-native): react native client factory * test(react-native): move fetch mock into common setup file * docs: add changelog entry
…s/setup-node-6.0.0
…/codeql-action-4.30.9
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 5.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ea165f8...330a01c) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.30.9 to 4.31.0. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@16140ae...4e94bd1) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…/codeql-action-4.31.0 build(deps): bump github/codeql-action from 4.30.9 to 4.31.0
…s/upload-artifact-5.0.0 build(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0
Update browser tests to use Maze Runner v10
Update secondary endpoint to bugsnag.smartbear.com
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.0 to 4.31.2. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@4e94bd1...0499de3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…/codeql-action-4.31.2 build(deps): bump github/codeql-action from 4.31.0 to 4.31.2
Bump build steps to macOS 15 where possible
Fix release script when using zscaler
#736) * core: create base Attributes class * tests: delete unnecessary jestLogger * update Changelog * delete changelog
Browser bundle sizeNPM build
CDN build
Code coverage
Total:
Generated against 1706f6e on 12 November 2025 at 17:44:34 UTC |
* ci: bump expo test matrix to currently supported versions * ci(expo): remove react-native-navigation plugin and deps from test fixture build * ci(expo): fix eas dependency install issue * ci(expo): remove legacy-peer-deps and use expo to install fixture dependencies
Release v3.2.0
Sync main to next
* feat(react-native): lazy-loaded client singleton using proxy * refactor(react-native): bypass proxy once client is initialized
Add end to end tests for system metrics
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Goal
Update the integration branch with the latest changes from next