Skip to content

Release v6.20.0#2341

Merged
lemnik merged 73 commits intomainfrom
release/v6.20.0
Dec 3, 2025
Merged

Release v6.20.0#2341
lemnik merged 73 commits intomainfrom
release/v6.20.0

Conversation

@lemnik
Copy link
Copy Markdown
Contributor

@lemnik lemnik commented Dec 3, 2025

Enhancements

  • Introduced bugsnag-plugin-android-apphang as a configurable alternative to ANR reporting based on heartbeat monitoring
    #2332
  • Configuration.sendLaunchCrashesSynchronously should result in fewer ANRs as it now calculates its timeout based on Process.getStartElapsedRealtime when available
    #2340
  • Added ErrorOptions and ErrorCaptureOptions to allow customisation of the the fields captured by notify
    #2328

Bug fixes

  • Fixed the consumer proguard rules for ErrorType (affects Kotlin Multiplatform apps), and added a dontwarn for apps with compileSdk < 36
    #2326

YYChen01988 and others added 30 commits September 30, 2025 14:55
…b/codeql-action-3.30.5

build(deps): bump github/codeql-action from 3.30.3 to 3.30.5
Bumps [gradle/actions](https://github.com/gradle/actions) from 4.4.3 to 4.4.4.
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](gradle/actions@ed40850...748248d)

---
updated-dependencies:
- dependency-name: gradle/actions
  dependency-version: 4.4.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>
Prevent system generated ANRs from being sent in e2e tests
Bumps [gradle/actions](https://github.com/gradle/actions) from 4.4.4 to 5.0.0.
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](gradle/actions@748248d...4d9f0ba)

---
updated-dependencies:
- dependency-name: gradle/actions
  dependency-version: 5.0.0
  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.30.5 to 3.30.6.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@3599b3b...64d10c1)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 3.30.6
  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 [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.4.2 to 2.4.3.
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](ossf/scorecard-action@05b42c6...4eaacf0)

---
updated-dependencies:
- dependency-name: ossf/scorecard-action
  dependency-version: 2.4.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>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.30.6 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@64d10c1...4e94bd1)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.31.0
  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 [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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[full ci]
Use Maze Runner dedicated idempotent commands
Move Android 16 tests to BitBar
lemnik added 22 commits December 2, 2025 08:21
…ptions constructor arguments keep the boolean flags grouped
…Client / Bugsnag to avoid breaking source compatibility for `notify(error, null)` (ambiguous call)
…ns-to-notify

implement ErrorOptions and CaptureOptions
SendLaunchCrashesSynchronously should only block if the previous run ended in a startup crash
…b/codeql-action-4.31.6

build(deps): bump github/codeql-action from 4.31.5 to 4.31.6
@bugsnagbot
Copy link
Copy Markdown
Collaborator

Android notifier sizes

Format Size impact of Bugsnag (kB) Size impact of Bugsnag when Minified (kB)
APK 1838.73 1603.07
arm64_v8a 647.43 409.86
armeabi_v7a 590.09 352.52
x86 721.14 483.57
x86_64 692.47 454.9

Generated by 🚫 Danger

@lemnik lemnik merged commit e48ea92 into main Dec 3, 2025
78 checks passed
@lemnik lemnik deleted the release/v6.20.0 branch December 3, 2025 17:16
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.

6 participants