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.9.0 #1368

Merged
merged 2 commits into from
Sep 17, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 17, 2024

This PR contains the following updates:

Package Type Update Change
sentry_flutter (source) dependencies minor 8.8.0 -> 8.9.0

Release Notes

getsentry/sentry-dart (sentry_flutter)

v8.9.0

Compare Source

Features
  • Session replay Alpha for Android and iOS (#​2208, #​2269, #​2236, #​2275, #​2270).
    To try out replay, you can set following options (access is limited to early access orgs on Sentry. If you're interested, sign up for the waitlist):

    await SentryFlutter.init(
      (options) {
        ...
        options.experimental.replay.sessionSampleRate = 1.0;
        options.experimental.replay.onErrorSampleRate = 1.0;
      },
      appRunner: () => runApp(MyApp()),
    );
  • Support allowUrls and denyUrls for Flutter Web (#​2227)

    await SentryFlutter.init(
      (options) {
        ...
        options.allowUrls = ["^https://sentry.com.*\$", "my-custom-domain"];
        options.denyUrls = ["^.*ends-with-this\$", "denied-url"];
      },
      appRunner: () => runApp(MyApp()),
    );
  • Collect touch breadcrumbs for all buttons, not just those with key specified. (#​2242)

  • Add enableDartSymbolication option to Sentry.init() for Flutter iOS, macOS and Android (#​2256)

    • This flag enables symbolication of Dart stack traces when native debug images are not available.
    • Useful when using Sentry.init() instead of SentryFlutter.init() in Flutter projects for example due to size limitations.
    • true by default but automatically set to false when using SentryFlutter.init() because the SentryFlutter fetches debug images from the native SDK integrations.
Dependencies
Fixes
  • Only access renderObject if hasSize is true (#​2263)

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 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) September 17, 2024 10:12
@renovate renovate bot merged commit 8981c95 into main Sep 17, 2024
18 of 19 checks passed
@renovate renovate bot deleted the renovate/sentry_flutter-8.x branch September 17, 2024 10:31
zeshuaro pushed a commit that referenced this pull request Sep 22, 2024
## [2.2.4](v2.2.3...v2.2.4) (2024-09-22)

### Bug Fixes

* **deps:** update dependency device_preview_plus to v2.1.2 ([#1364](#1364)) ([1193040](1193040))
* **deps:** update dependency json_theme_plus to v6.6.2 ([#1365](#1365)) ([d580cc9](d580cc9))
* **deps:** update dependency sentry_flutter to v8.9.0 ([#1368](#1368)) ([8981c95](8981c95))

### Miscellaneous Chores

* **deps:** lock file maintenance ([#1366](#1366)) ([2f67022](2f67022))

### Continuous Integration

* **deps:** update zeshuaro/github-actions-workflows digest to b17179f ([#1367](#1367)) ([7afd450](7afd450))
@zeshuaro
Copy link
Owner

🎉 This PR is included in version 2.2.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant