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

chore(deps): update dependency sentry_flutter to v8 #416

Merged
merged 1 commit into from
Jul 6, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 6, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
sentry_flutter (source) dependencies major ^7.20.2 -> ^8.3.0

Release Notes

getsentry/sentry-dart (sentry_flutter)

v8.3.0

Compare Source

Fixes
  • Load contexts integration not setting SentryUser (#​2089)
  • Change app start span description from Cold start to Cold Start and Warm start to Warm Start (#​2076)
  • Parse PlatformException from details instead of message (#​2052)
Dependencies

v8.2.0

Compare Source

Enhancements
  • Include sentry frames in stacktraces to enable SDK crash detection (#​2050)
Fixes
  • Event processor blocking transactions from being sent if autoAppStart is false (#​2028)
Features
  • Create app start transaction when no SentryNavigatorObserver is present (#​2017)
  • Adds native spans to app start transaction (#​2027)
  • Adds app start spans to first transaction (#​2009)
Fixes
  • Fix PlatformException title parsing (#​2033)
Dependencies

v8.1.0

Compare Source

Features
  • Set snapshot to true if stacktrace is not provided (#​2000)
    • If the stacktrace is not provided, the Sentry SDK will fetch the current stacktrace via StackTrace.current and the snapshot will be set to true - this may change the grouping behavior
    • snapshot = true means it's a synthetic exception, reflecting the current state of the thread rather than the stack trace of a real exception
Fixes
  • Timing metric aggregates metrics in the created span (#​1994)
Dependencies
  • Bump Cocoa SDK from v8.21.0 to v8.25.0 (#​2018)
  • Expand dependency range of package_info_plus to allow an open range starting from version 1 (#​2010)

v8.0.0

Compare Source

This release contains breaking changes, please read the changelog carefully.

Changes from the latest v7 release are included in this major release

Breaking Changes
  • Bump iOS minimum deployment target from 11 to 12 (#​1821)
  • Mark exceptions not handled by the user as handled: false (#​1535)
    • This will affect your release health data, and is therefore considered a breaking change.
  • Refrain from overwriting the span status for unfinished spans (#​1577)
    • Older self-hosted sentry instances will drop transactions containing unfinished spans.
  • Do not leak extensions of external classes (#​1576)
  • Make hint non-nullable in BeforeSendCallback, BeforeBreadcrumbCall and EventProcessor (#​1574)
    • This will affect your callbacks, making this a breaking change.
  • Load Device Contexts from Sentry Java (#​1616)
    • Now the device context from Android is available in BeforeSendCallback
  • Set ip_address to {{auto}} by default, even if sendDefaultPII is disabled (#​1665)
    • Instead use the "Prevent Storing of IP Addresses" option in the "Security & Privacy" project settings on sentry.io
Features
  • Add support for exception aggregates (#​1866)

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), 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.


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

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

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jul 6, 2024
@he0119 he0119 merged commit 55c2d0d into master Jul 6, 2024
9 checks passed
@he0119 he0119 deleted the renovate/sentry_flutter-8.x branch July 6, 2024 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant