From 63d0cec044fe3991eb91d3dee717b44e2e10ac28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 17:54:01 +0000 Subject: [PATCH] chore(deps): bump sentry from 8.14.2 to 9.15.0 Bumps [sentry](https://github.com/getsentry/sentry-dart) from 8.14.2 to 9.15.0. - [Release notes](https://github.com/getsentry/sentry-dart/releases) - [Changelog](https://github.com/getsentry/sentry-dart/blob/main/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-dart/compare/8.14.2...9.15.0) --- updated-dependencies: - dependency-name: sentry dependency-version: 9.15.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 906b7fa..b9df2ea 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -968,10 +968,10 @@ packages: dependency: "direct main" description: name: sentry - sha256: "599701ca0693a74da361bc780b0752e1abc98226cf5095f6b069648116c896bb" + sha256: a49b4fb1cba576fe216347dc2a0e6d76076fb998e6012857db96f991c23b7b3c url: "https://pub.dev" source: hosted - version: "8.14.2" + version: "9.15.0" shared_preferences: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 7390160..ee85762 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -69,7 +69,7 @@ dependencies: encrypt: ^5.0.3 # 错误追踪 - sentry: ^8.0.0 + sentry: ^9.15.0 # 路径处理 path: ^1.9.0