Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency sentry_flutter to v8.14.0 #1533

Merged
merged 2 commits into from
Mar 20, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 20, 2025

This PR contains the following updates:

Package Type Update Change
sentry_flutter (source) dependencies minor 8.13.3 -> 8.14.0

Release Notes

getsentry/sentry-dart (sentry_flutter)

v8.14.0

Compare Source

This release fixes an issue where Cold starts can be incorrectly reported as Warm starts on Android.

Behavioral changes
  • ⚠️ Auto IP assignment for SentryUser is now guarded by sendDefaultPii (#​2726)
    • If you rely on Sentry automatically processing the IP address of the user, set options.sendDefaultPii = true or manually set the IP address of the SentryUser to {{auto}}
  • Adding the device name to Contexts is now guarded by sendDefaultPii (#​2741)
    • Set options.sendDefaultPii = true if you want to have the device name reported
  • Remove macOS display refresh rate support (#​2628)
    • Can't reliably detect on multi-monitor systems and on older macOS versions.
    • Not very meaningful, as other applications may be running in parallel and affecting it.
Enhancements
  • Add Flutter runtime information (#​2742)
    • This works if the version of Flutter you're using includes this code.
  • Use loadDebugImagesForAddresses API for Android (#​2706)
    • This reduces the envelope size and data transferred across method channels
    • If debug images received by loadDebugImagesForAddresses are empty, the SDK loads all debug images as fallback
  • Disable ScreenshotIntegration, WidgetsBindingIntegration and SentryWidget in multi-view apps #​2366 (#​2366)
Fixes
  • Pass missing captureFailedRequests param to FailedRequestInterceptor (#​2744)
  • Bind root screen transaction to scope (#​2756)
  • Reference to SentryWidgetsFlutterBinding in warning message in FramesTrackingIntegration (#​2704)
Deprecations
  • Deprecate Drift SentryQueryExecutor (#​2715)
    • This will be replace by SentryQueryInterceptor in the next major v9
// Example usage in Sentry Flutter v9
final executor = NativeDatabase.memory().interceptWith(
  SentryQueryInterceptor(databaseName: 'your_db_name'),
);

final db = AppDatabase(executor);
  • Deprecate autoAppStart and setAppStartEnd (#​2681)
Dependencies

Configuration

📅 Schedule: Branch creation - "after 6pm every weekday,every weekend" in timezone Australia/Sydney, Automerge - "after 6pm every weekday,every weekend" in timezone Australia/Sydney.

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) March 20, 2025 11:47
@renovate renovate bot merged commit 56684c3 into main Mar 20, 2025
19 checks passed
@renovate renovate bot deleted the renovate/sentry_flutter-8.x branch March 20, 2025 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants