ueman / feedback

A simple widget for getting better feedback.
https://pub.dev/packages/feedback
387 stars 93 forks source link

fix(deps): update dependency sentry to v7 - autoclosed #220

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
sentry (source) dependencies major ^6.0.0 -> ^7.0.0

Release Notes

getsentry/sentry-dart ### [`v7.0.0`](https://togithub.com/getsentry/sentry-dart/blob/HEAD/CHANGELOG.md#​700) [Compare Source](https://togithub.com/getsentry/sentry-dart/compare/6.22.0...7.0.0) ##### Features - Platform Exception Event Processor ([#​1297](https://togithub.com/getsentry/sentry-dart/pull/1297)) - Support failedRequestTargets for HTTP Client errors ([#​1285](https://togithub.com/getsentry/sentry-dart/pull/1285)) - Captures errors for the default range `500-599` if `captureFailedRequests` is enabled - Sentry Isolate Extension ([#​1266](https://togithub.com/getsentry/sentry-dart/pull/1266)) - Allow sentry user to control resolution of captured Flutter screenshots ([#​1288](https://togithub.com/getsentry/sentry-dart/pull/1288)) - Support beforeSendTransaction ([#​1238](https://togithub.com/getsentry/sentry-dart/pull/1238)) - Add In Foreground to App context ([#​1260](https://togithub.com/getsentry/sentry-dart/pull/1260)) - Error Cause Extractor ([#​1198](https://togithub.com/getsentry/sentry-dart/pull/1198), [#​1236](https://togithub.com/getsentry/sentry-dart/pull/1236)) - Add `throwable` to `SentryException` - Dart 3 Support ([#​1220](https://togithub.com/getsentry/sentry-dart/pull/1220)) - Introduce `Hint` data bag ([#​1136](https://togithub.com/getsentry/sentry-dart/pull/1136)) - Use `Hint` for screenshots ([#​1165](https://togithub.com/getsentry/sentry-dart/pull/1165)) - Support custom units for custom measurements ([#​1181](https://togithub.com/getsentry/sentry-dart/pull/1181)) ##### Enhancements - Replace `toImage` with `toImageSync` for Flutter >= 3.7 ([1268](https://togithub.com/getsentry/sentry-dart/pull/1268)) - Don't await `FutureOr` if it's not a future. This should marginally improve the performance ([#​1310](https://togithub.com/getsentry/sentry-dart/pull/1310)) - Replace `StackTrace.empty` with `StackTrace.current` ([#​1183](https://togithub.com/getsentry/sentry-dart/pull/1183)) ##### Breaking Changes [Dart Migration guide](https://docs.sentry.io/platforms/dart/migration/#migrating-from-sentry-618x-to-sentry-700). [Flutter Migration guide](https://docs.sentry.io/platforms/flutter/migration/#migrating-from-sentry_flutter-618x-to-sentry-700). - Enable enableNdkScopeSync by default ([#​1276](https://togithub.com/getsentry/sentry-dart/pull/1276)) - Update `sentry_dio` to dio v5 ([#​1282](https://togithub.com/getsentry/sentry-dart/pull/1282)) - Remove deprecated fields ([#​1227](https://togithub.com/getsentry/sentry-dart/pull/1227)) - Remove deprecated fields from the `Scope` class. - `user(SentryUser? user)`, using the `setUser(SentryUser? user)` instead. - `attachements`, using the `attachments` instead. - Remove deprecated field from the `SentryFlutterOptions` class. - `anrTimeoutIntervalMillis`, using the `anrTimeoutInterval` instead. - `autoSessionTrackingIntervalMillis`, using the `autoSessionTrackingInterval` instead. - Rename APM tracking feature flags to tracing ([#​1222](https://togithub.com/getsentry/sentry-dart/pull/1222)) - Rename - enableAutoPerformanceTracking to enableAutoPerformanceTracing - enableOutOfMemoryTracking to enableWatchdogTerminationTracking - Enable APM features by default ([#​1217](https://togithub.com/getsentry/sentry-dart/pull/1217)) - Enable by default - captureFailedRequests - enableStructuredDataTracing - enableUserInteractionTracing - Mark transaction as internal_error in case of unhandled errors ([#​1218](https://togithub.com/getsentry/sentry-dart/pull/1218)) - Removed various deprecated fields ([#​1036](https://togithub.com/getsentry/sentry-dart/pull/1036)): - Removed the following fields from the `device` context - language - timezone - screenResolution - theme - Removed isolate name from Dart context. It's now reported via the threads interface. It can be enabled via `options.attachThreads` - Use `sentryClientName` instead of `sdk.identifier` ([#​1135](https://togithub.com/getsentry/sentry-dart/pull/1135)) - Refactor `BindingUtils` to `BindingWrapper` to enable the use of custom bindings ([#​1184](https://togithub.com/getsentry/sentry-dart/pull/1184)) - Bump Flutter min to 3.0.0 and Dart to 2.17.0 ([#​1180](https://togithub.com/getsentry/sentry-dart/pull/1180)) ##### Dependencies - Bump Cocoa SDK from 7.31.5 to 8.0.0 - [changelog](https://togithub.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#​800) - [diff](https://togithub.com/getsentry/sentry-cocoa/compare/7.31.5...8.0.0) ##### Fixes - View hierarchy reads size from RenderBox only ([#​1258](https://togithub.com/getsentry/sentry-dart/pull/1258)) - Try to avoid ConcurrentModificationError by not using a Future.forEach ([#​1259](https://togithub.com/getsentry/sentry-dart/pull/1259)) - isWeb check for WASM ([#​1249](https://togithub.com/getsentry/sentry-dart/pull/1249)) - Don't suppress error logs ([#​1228](https://togithub.com/getsentry/sentry-dart/pull/1228)) - Fix: Remove `SentryOptions` related parameters from classes which also take `Hub` as a parameter ([#​816](https://togithub.com/getsentry/sentry-dart/issues/816))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.