Skip to content

Commit 5a95d04

Browse files
author
getsentry-bot
committed
Merge branch 'release/9.8.0'
2 parents e1ab497 + a8e3ded commit 5a95d04

File tree

24 files changed

+36
-44
lines changed

24 files changed

+36
-44
lines changed

.github/workflows/flutter_test.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -82,18 +82,9 @@ jobs:
8282
disable-animations: true
8383
script: flutter drive --driver=integration_test/test_driver/driver.dart --target=integration_test/sentry_widgets_flutter_binding_test.dart --profile -d emulator-5554
8484

85-
- name: launch android emulator & run android native test
86-
uses: reactivecircus/android-emulator-runner@1dcd0090116d15e7c562f8db72807de5e036a4ed #pin@v2.34.0
87-
with:
88-
working-directory: packages/flutter/example/android
89-
api-level: 31
90-
profile: Nexus 6
91-
arch: x86_64
92-
force-avd-creation: false
93-
avd-name: avd-x86_64-31
94-
emulator-options: -no-snapshot-save -no-window -accel on -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
95-
disable-animations: true
96-
script: ./gradlew testDebugUnitTest
85+
- name: Run Android native unit tests
86+
working-directory: packages/flutter/example/android
87+
run: ./gradlew testDebugUnitTest
9788

9889
- name: build apk
9990
working-directory: packages/flutter/example/android

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 9.8.0
44

55
### Features
66

docs/sdk-versions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ This document shows which version of the various Sentry SDKs are used in which S
66

77
| Sentry Flutter SDK | Sentry Android SDK | Sentry Cocoa SDK | Sentry JavaScript SDK | Sentry Native SDK |
88
| ------------------ | ------------------ | ---------------- | --------------------- | ----------------- |
9+
| 9.8.0 | 8.21.1 | 8.56.2 | 10.6.0 | 0.10.0 |
910
| 9.7.0 | 8.21.1 | 8.56.2 | 10.6.0 | 0.10.0 |
1011
| 9.7.0-beta.5 | 8.21.1 | 8.55.1 | 10.6.0 | 0.10.0 |
1112
| 9.6.0 | 8.17.0 | 8.52.1 | 9.40.0 | 0.9.1 |

packages/dart/lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
library;
1010

1111
/// The SDK version reported to Sentry.io in the submitted events.
12-
const String sdkVersion = '9.7.0';
12+
const String sdkVersion = '9.8.0';
1313

1414
String sdkName(bool isWeb) => isWeb ? _browserSdkName : _ioSdkName;
1515

packages/dart/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sentry
2-
version: 9.7.0
2+
version: 9.8.0
33
description: >
44
A crash reporting library for Dart that sends crash reports to Sentry.io.
55
This library supports Dart VM and Web. For Flutter consider sentry_flutter instead.

packages/dio/lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// The SDK version reported to Sentry.io in the submitted events.
2-
const String sdkVersion = '9.7.0';
2+
const String sdkVersion = '9.8.0';
33

44
/// The package name reported to Sentry.io in the submitted events.
55
const String packageName = 'pub:sentry_dio';

packages/dio/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: sentry_dio
22
description: An integration which adds support for performance tracing for the Dio package.
3-
version: 9.7.0
3+
version: 9.8.0
44
homepage: https://docs.sentry.io/platforms/dart/
55
repository: https://github.com/getsentry/sentry-dart
66
issue_tracker: https://github.com/getsentry/sentry-dart/issues
@@ -19,7 +19,7 @@ platforms:
1919

2020
dependencies:
2121
dio: ^5.2.0
22-
sentry: 9.7.0
22+
sentry: 9.8.0
2323

2424
dev_dependencies:
2525
meta: ^1.3.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// The SDK version reported to Sentry.io in the submitted events.
2-
const String sdkVersion = '9.7.0';
2+
const String sdkVersion = '9.8.0';
33

44
/// The package name reported to Sentry.io in the submitted events.
55
const String packageName = 'pub:sentry_drift';

packages/drift/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: sentry_drift
22
description: An integration which adds support for performance tracing for the drift package.
3-
version: 9.7.0
3+
version: 9.8.0
44
homepage: https://docs.sentry.io/platforms/flutter/
55
repository: https://github.com/getsentry/sentry-dart
66
issue_tracker: https://github.com/getsentry/sentry-dart/issues
@@ -17,7 +17,7 @@ platforms:
1717
web:
1818

1919
dependencies:
20-
sentry: 9.7.0
20+
sentry: 9.8.0
2121
meta: ^1.3.0
2222
drift: ^2.24.0
2323

packages/file/lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// The SDK version reported to Sentry.io in the submitted events.
2-
const String sdkVersion = '9.7.0';
2+
const String sdkVersion = '9.8.0';
33

44
/// The package name reported to Sentry.io in the submitted events.
55
const String packageName = 'pub:sentry_file';

0 commit comments

Comments
 (0)