Skip to content

Conversation

@yousif-bugsnag
Copy link
Contributor

Goal

Update the integration branch with the latest changes from next

gingerbenw and others added 29 commits October 15, 2025 09:48
* 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
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
#736)

* core: create base Attributes class

* tests: delete unnecessary jestLogger

* update Changelog

* delete changelog
@github-actions
Copy link

Browser bundle size

NPM build

Package
Before 234.62 kB
After 235.35 kB
± +730 bytes ⚠️

CDN build

Unminified Minfied Minified + gzipped
Before 119.01 kB 45.94 kB 13.25 kB
After 119.43 kB 46.18 kB 13.29 kB
± +417 bytes ⚠️ +237 bytes ⚠️ +40 bytes ⚠️

Code coverage

Ok File (✨=New File) Lines Branches Functions Statements
🔴 /home/runner/work/bugsnag-js-performance/bugsnag-js-performance/packages/core/lib/attributes.ts 85.47%
(-1.01%)
76.69%
(-5.72%)
79.48%
(+3.01%)
83.54%
(-0.91%)
🔴 /home/runner/work/bugsnag-js-performance/bugsnag-js-performance/packages/core/lib/config.ts 93.65%
(+1.99%)
66.66%
(+4.69%)
36.36%
(+0%)
89.33%
(-0.37%)
/home/runner/work/bugsnag-js-performance/bugsnag-js-performance/packages/platforms/react-native/lib/client.ts 100%
(+0%)
100%
(+50%)
100%
(+0%)
100%
(+0%)
✨ /home/runner/work/bugsnag-js-performance/bugsnag-js-performance/packages/platforms/react-native/lib/create-client.ts 100%
(+100%)
97.33%
(+97.33%)
100%
(+100%)
100%
(+100%)
🔴 /home/runner/work/bugsnag-js-performance/bugsnag-js-performance/packages/platforms/react-native/lib/index.ts 100%
(+100%)
100%
(+0%)
20%
(+20%)
100%
(+100%)
🔴 /home/runner/work/bugsnag-js-performance/bugsnag-js-performance/packages/platforms/react-native/lib/persistence/file-native.ts 75%
(+25%)
62.5%
(+37.5%)
57.14%
(+28.57%)
75%
(+25%)

Total:

Lines Branches Functions Statements
84.98%(+0.31%) 63.71%(+1.8%) 75.68%(+0.25%) 81.81%(+0.31%)

Generated against 1706f6e on 12 November 2025 at 17:44:34 UTC

yousif-bugsnag and others added 7 commits November 13, 2025 12:05
* 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
* feat(react-native): lazy-loaded client singleton using proxy

* refactor(react-native): bypass proxy once client is initialized
@yousif-bugsnag yousif-bugsnag deleted the app-start-integration-branch-sync branch November 26, 2025 12: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.

5 participants