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

Bump @sentry/react-native from 5.17.0 to 5.33.2 in /enatega-multivendor-restaurant #37

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

Bumps @sentry/react-native from 5.17.0 to 5.33.2.

Release notes

Sourced from @​sentry/react-native's releases.

5.33.2

Fixes

  • Emits Bridge log only in debug mode (#4145)
  • Remove unused spanName from TimeToDisplayProps (#4150)

Dependencies

5.33.1

Internal

This is re-release of 5.33.0 with no changes to ensure that 5.33.1 is tagged as latest release on npmjs.com

5.33.0

Features

  • Add an option to disable native (iOS and Android) profiling for the HermesProfiling integration (#4094)

    To disable native profilers add the hermesProfilingIntegration.

    import * as Sentry from '@sentry/react-native';
    Sentry.init({
    integrations: [
    Sentry.hermesProfilingIntegration({ platformProfilers: false }),
    ],
    });

5.32.0

Features

  • Exclude Sentry Web Replay, reducing the code in 130KB. (#4006)

    • You can keep Sentry Web Replay by setting includeWebReplay to true in your metro config as shown in the snippet:
    // For Expo
    const { getSentryExpoConfig } = require("@sentry/react-native/metro");
    const config = getSentryExpoConfig(__dirname, { includeWebReplay: true });
    // For RN
    const { getDefaultConfig } = require('@​react-native/metro-config');

... (truncated)

Changelog

Sourced from @​sentry/react-native's changelog.

5.33.2

Fixes

  • Emits Bridge log only in debug mode (#4145)
  • Remove unused spanName from TimeToDisplayProps (#4150)

Dependencies

5.33.1

Internal

This is re-release of 5.33.0 with no changes to ensure that 5.33.1 is tagged as latest release on npmjs.com

5.33.0

Features

  • Add an option to disable native (iOS and Android) profiling for the HermesProfiling integration (#4094)

    To disable native profilers add the hermesProfilingIntegration.

    import * as Sentry from '@sentry/react-native';
    Sentry.init({
    integrations: [
    Sentry.hermesProfilingIntegration({ platformProfilers: false }),
    ],
    });

5.32.0

Features

  • Exclude Sentry Web Replay by default, reducing the code in 130KB. (#4006)

    • You can keep Sentry Web Replay by setting includeWebReplay to true in your metro config as shown in the snippet:
    // For Expo
    const { getSentryExpoConfig } = require("@sentry/react-native/metro");

... (truncated)

Commits
  • 77ee7cd release: 5.33.2
  • 2810253 chore: Add action to warn about potentially risky PR changes (#4129)
  • ad495e2 fix: Remove unused spanName from TimeToDisplayProps (#4150)
  • 3f37180 chore: update scripts/update-javascript.sh to 7.119.1 (#4149)
  • c474edf fix: Emits Bridge log only in debug mode (#4145)
  • 484813b chore: update scripts/update-cli.sh to 2.36.6 (#4144)
  • dd0b35e chore: update scripts/update-cli.sh to 2.36.5 (#4137)
  • 0732f34 chore: update scripts/update-cli.sh to 2.36.4 (#4131)
  • e73d82f chore: update scripts/update-cli.sh to 2.36.3 (#4116)
  • fd21b24 Fix maskAllImages JSDoc comment (#4101)
  • Additional commits viewable in compare view

Dependabot compatibility score

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/react-native](https://github.com/getsentry/sentry-react-native) from 5.17.0 to 5.33.2.
- [Release notes](https://github.com/getsentry/sentry-react-native/releases)
- [Changelog](https://github.com/getsentry/sentry-react-native/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-react-native@5.17.0...5.33.2)

---
updated-dependencies:
- dependency-name: "@sentry/react-native"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 7, 2024
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.

0 participants