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): bump @sentry/react-native from 6.2.0 to 6.4.0 in /native #2624

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps @sentry/react-native from 6.2.0 to 6.4.0.

Release notes

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

6.4.0

Features

  • Add Replay Custom Masking for iOS, Android and Web (#4224, #4265, #4272, #4314)

    import * as Sentry from '@sentry/react-native';
    const Example = () => {
    return (
    <View>
    <Sentry.Mask>
    <Text>${"All children of Sentry.Mask will be masked."}</Text>
    </Sentry.Mask>
    <Sentry.Unmask>
    <Text>${"Only direct children of Sentry.Unmask will be unmasked."}</Text>
    </Sentry.Unmask>
    </View>
    );
    };

6.4.0-beta.1

Features

  • Add Replay Custom Masking for iOS, Android and Web (#4224, #4265, #4272, #4314)

    import * as Sentry from '@sentry/react-native';
    const Example = () => {
    return (
    <View>
    <Sentry.Mask>
    <Text>${"All children of Sentry.Mask will be masked."}</Text>
    </Sentry.Mask>
    <Sentry.Unmask>
    <Text>${"Only direct children of Sentry.Unmask will be unmasked."}</Text>
    </Sentry.Unmask>
    </View>
    );
    };

6.3.0

Features

  • Add support for .env.sentry-build-plugin (#4281)

    Don't commit the file to your repository. Use it to set your Sentry Auth Token.

... (truncated)

Changelog

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

Changelog

[!IMPORTANT] If you are upgrading to the 6.x versions of the Sentry React Native SDK from 5.x or below, make sure you follow our migration guide first.

Unreleased

Features

  • Adds new captureFeedback and deprecates the captureUserFeedback API (#4320)

    import * as Sentry from "@sentry/react-native";
    const eventId = Sentry.lastEventId();
    Sentry.captureFeedback({
    name: "John Doe",
    email: "[email protected]",
    message: "Hello World!",
    associatedEventId: eventId, // optional
    }, {
    captureContext: {
    tags: { "tag-key": "tag-value" },
    },
    attachments: [
    {
    filename: 'hello.txt',
    data: 'Hello, World!',
    },
    ],
    });

Fixes

  • Return lastEventId export from @sentry/core (#4315)
  • Don't log file not found errors when loading envs in sentry-expo-upload-sourcemaps (#4332)
  • Navigation Span should have no parent by default (#4326)

Dependencies

... (truncated)

Commits
  • 5079f97 release: 6.4.0
  • 5fbb182 chore(changelog): Copy 6.4.0-beta.1 entry
  • 946a600 Merge branch 'release/6.4.0-beta.1'
  • 56d9fb4 release: 6.4.0-beta.1
  • 43e66e0 fix(cocoapods): Add missing React-RCTFabric dependency (#4314)
  • d56d245 ci: Skip metrics on release branches (#4312)
  • a11c735 feat(replay): Add Mask and Unmask Wrappers for react-native-web (#4272)
  • 127cae6 feat(replay): Add Mask and Unmask Android implementation (#4265)
  • 07257af feat(replay): Add SentryMask and SentryUnmask iOS components (#4224)
  • 077ecb1 Merge branch 'release/6.3.0'
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 5, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/native/sentry/react-native-6.4.0 branch from e946a47 to f0c02fa Compare December 6, 2024 14:49
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/native/sentry/react-native-6.4.0 branch from f0c02fa to fe641e4 Compare December 17, 2024 08:57
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/native/sentry/react-native-6.4.0 branch from fe641e4 to 1c90bdd Compare December 25, 2024 10:48
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/native/sentry/react-native-6.4.0 branch from 1c90bdd to 5ffada2 Compare December 25, 2024 11:17
Bumps [@sentry/react-native](https://github.com/getsentry/sentry-react-native) from 6.2.0 to 6.4.0.
- [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@6.2.0...6.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/native/sentry/react-native-6.4.0 branch from 5ffada2 to 99b8d15 Compare December 25, 2024 11:18
@NigelBreslaw NigelBreslaw merged commit 7de2c8d into main Dec 25, 2024
3 checks passed
@NigelBreslaw NigelBreslaw deleted the dependabot/npm_and_yarn/native/sentry/react-native-6.4.0 branch December 25, 2024 11:27
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant