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: bump sentry_dio and sentry_flutter in /app #412

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 17, 2024

Bumps sentry_dio and sentry_flutter. These dependencies needed to be updated together.
Updates sentry_dio from 8.11.0 to 8.11.1

Release notes

Sourced from sentry_dio's releases.

8.11.1

Improvements

  • Check for type before casting in TTID (#2497)

Fixes

  • SentryWidgetsFlutterBinding initializing even if a binding already exists (#2494)
Changelog

Sourced from sentry_dio's changelog.

8.11.1

Improvements

  • Check for type before casting in TTID (#2497)

Fixes

  • SentryWidgetsFlutterBinding initializing even if a binding already exists (#2494)

8.12.0-beta.1

Features

  • Replay: device orientation change support & improve video size fit on Android (#2462)
  • Support custom Sentry.runZoneGuarded zone creation (#2088)
    • Sentry will not create a custom zone anymore if it is started within a custom one.
    • This fixes Zone miss-match errors when trying to initialize WidgetsBinding before Sentry on Flutter Web
    • Sentry.runZonedGuarded creates a zone and also captures exceptions & breadcrumbs automatically.
    Sentry.runZonedGuarded(() {
      WidgetsBinding.ensureInitialized();
    // Errors before init will not be handled by Sentry
    SentryFlutter.init(
    (options) {
    ...
    },
    appRunner: () => runApp(MyApp()),
    );
    } (error, stackTrace) {
    // Automatically sends errors to Sentry, no need to do any
    // captureException calls on your part.
    // On top of that, you can do your own custom stuff in this callback.
    });

Fixes

  • Masking semi-transparent widgets (#2472)
Commits
  • c3aeb1f release: 8.11.1
  • a8bff7d improvement: check for SentryTracer type in TTID (#2497)
  • 7b4ce83 fix: SentryWidgetsFlutterBinding initializing even if a binding already exist...
  • See full diff in compare view

Updates sentry_flutter from 8.11.0 to 8.11.1

Release notes

Sourced from sentry_flutter's releases.

8.11.1

Improvements

  • Check for type before casting in TTID (#2497)

Fixes

  • SentryWidgetsFlutterBinding initializing even if a binding already exists (#2494)
Changelog

Sourced from sentry_flutter's changelog.

8.11.1

Improvements

  • Check for type before casting in TTID (#2497)

Fixes

  • SentryWidgetsFlutterBinding initializing even if a binding already exists (#2494)

8.12.0-beta.1

Features

  • Replay: device orientation change support & improve video size fit on Android (#2462)
  • Support custom Sentry.runZoneGuarded zone creation (#2088)
    • Sentry will not create a custom zone anymore if it is started within a custom one.
    • This fixes Zone miss-match errors when trying to initialize WidgetsBinding before Sentry on Flutter Web
    • Sentry.runZonedGuarded creates a zone and also captures exceptions & breadcrumbs automatically.
    Sentry.runZonedGuarded(() {
      WidgetsBinding.ensureInitialized();
    // Errors before init will not be handled by Sentry
    SentryFlutter.init(
    (options) {
    ...
    },
    appRunner: () => runApp(MyApp()),
    );
    } (error, stackTrace) {
    // Automatically sends errors to Sentry, no need to do any
    // captureException calls on your part.
    // On top of that, you can do your own custom stuff in this callback.
    });

Fixes

  • Masking semi-transparent widgets (#2472)
Commits
  • c3aeb1f release: 8.11.1
  • a8bff7d improvement: check for SentryTracer type in TTID (#2497)
  • 7b4ce83 fix: SentryWidgetsFlutterBinding initializing even if a binding already exist...
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [sentry_dio](https://github.com/getsentry/sentry-dart) and [sentry_flutter](https://github.com/getsentry/sentry-dart). These dependencies needed to be updated together.

Updates `sentry_dio` from 8.11.0 to 8.11.1
- [Release notes](https://github.com/getsentry/sentry-dart/releases)
- [Changelog](https://github.com/getsentry/sentry-dart/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-dart@8.11.0...8.11.1)

Updates `sentry_flutter` from 8.11.0 to 8.11.1
- [Release notes](https://github.com/getsentry/sentry-dart/releases)
- [Changelog](https://github.com/getsentry/sentry-dart/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-dart@8.11.0...8.11.1)

---
updated-dependencies:
- dependency-name: sentry_dio
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: sentry_flutter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Dec 17, 2024
@lsaudon lsaudon merged commit c35e537 into main Dec 17, 2024
3 checks passed
@lsaudon lsaudon deleted the dependabot/pub/app/multi-8ad6f3a539 branch December 17, 2024 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dart Pull requests that update Dart code dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant