Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## TBD

- Upgrade Android compileSdkVersion from 31 to 36 to support 16kB memory pages.
- Amend secondary instance URL to bugsnag.smartbear.com [#299](https://github.com/bugsnag/bugsnag-flutter/pull/299)

## 4.2.0 (2025-09-29)
Expand Down Expand Up @@ -40,7 +41,7 @@ Update bugsnag-cocoa to [v6.32.2](https//github.com/bugsnag/bugsnag-cocoa/releas
[249](https://github.com/bugsnag/bugsnag-flutter/pull/249)
- Getting the correlation trace ID and span ID through `flutter_bridge` and adding it to events.
[251](https://github.com/bugsnag/bugsnag-flutter/pull/251)
Please see our [Upgrading guide](./UPGRADING.MD) for more information on upgrading to v4.x.
Please see our [Upgrading guide](./UPGRADING.MD) for more information on upgrading to v4.x.

## 3.1.1 (2024-04-24)

Expand Down Expand Up @@ -72,7 +73,7 @@ See our [online docs](https://docs.bugsnag.com/platforms/flutter/customizing-bre
[#203](https://github.com/bugsnag/bugsnag-flutter/pull/203)
- `telemetry` has been made easier to control by replacing the `Set<BugsnagTelemetryType>` with a new `BugsnagTelemetryTypes`
[#207](https://github.com/bugsnag/bugsnag-flutter/pull/207)
Please see our [Upgrading guide](./UPGRADING.MD) for more information on upgrading to v3.x.
Please see our [Upgrading guide](./UPGRADING.MD) for more information on upgrading to v3.x.

## 2.5.0 (2023-07-17)

Expand Down Expand Up @@ -144,4 +145,3 @@ First official release-candidate from Bugsnag. Completely rewritten to have tigh
## 1.X

[Community-created package](https://github.com/GetDutchie/bugsnag_flutter).

2 changes: 1 addition & 1 deletion packages/bugsnag_flutter/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ rootProject.allprojects {
apply plugin: 'com.android.library'

android {
compileSdkVersion 31
compileSdkVersion 36

if (android.hasProperty('namespace')) {
namespace 'com.bugsnag.flutter'
Expand Down