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.19.1 to 5.23.0 #561

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 6, 2024

Bumps @sentry/react-native from 5.19.1 to 5.23.0.

Release notes

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

5.23.0

Features

  • Functional integrations (#3814)

    Instead of installing @sentry/integrations and creating integrations using the new keyword, you can use direct imports of the functional integrations.

    // Before
    import * as Sentry from '@sentry/react-native';
    import { HttpClient } from '@sentry/integrations';
    Sentry.init({
    integrations: [
    new Sentry.BrowserIntegrations.Dedupe(),
    new Sentry.Integration.Screenshot(),
    new HttpClient(),
    ],
    });
    // After
    import * as Sentry from '@​sentry/react-native';
    Sentry.init({
    integrations: [
    Sentry.dedupeIntegration(),
    Sentry.screenshotIntegration(),
    Sentry.httpClientIntegration(),
    ],
    });

    Note that the Sentry.BrowserIntegrations, Sentry.Integration and the Class style integrations will be removed in the next major version of the SDK.

Fixes

  • Remove unused rnpm config (#3811)

Dependencies

5.23.0-alpha.1

Fixes

... (truncated)

Changelog

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

5.23.0

Features

  • Functional integrations (#3814)

    Instead of installing @sentry/integrations and creating integrations using the new keyword, you can use direct imports of the functional integrations.

    // Before
    import * as Sentry from '@sentry/react-native';
    import { HttpClient } from '@sentry/integrations';
    Sentry.init({
    integrations: [
    new Sentry.BrowserIntegrations.Dedupe(),
    new Sentry.Integration.Screenshot(),
    new HttpClient(),
    ],
    });
    // After
    import * as Sentry from '@​sentry/react-native';
    Sentry.init({
    integrations: [
    Sentry.dedupeIntegration(),
    Sentry.screenshotIntegration(),
    Sentry.httpClientIntegration(),
    ],
    });

    Note that the Sentry.BrowserIntegrations, Sentry.Integration and the Class style integrations will be removed in the next major version of the SDK.

Fixes

  • Remove unused rnpm config (#3811)

Dependencies

5.22.3

... (truncated)

Commits
  • 39932db release: 5.23.0
  • fada0cd chore: update scripts/update-cocoa.sh to 8.27.0 (#3858)
  • ee8e7fc fix(CONTRIBUTION.md): Fix iOS guide, dependency on Sentry is required (#3853)
  • 202f386 chore: Update main with 5.22.3 changes (#3841)
  • b888051 chore(deps): update Cocoa SDK to v8.26.0 (#3815)
  • 2b83fc5 fix: Missing RNSentryOnDrawReporterView on iOS (#3832)
  • 8df8f60 test(tracing): Update performance tests for JS Core V8 (#3807)
  • 9eddef8 feat(integrations): Migrate to functional interface and direct export (#3814)
  • 8e270b4 chore: remove legacy rnpm config (#3811)
  • d6eb796 chore(deps): update Cocoa SDK to v8.25.2 (#3802)
  • 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.19.1 to 5.23.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@5.19.1...5.23.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 added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 6, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 10, 2024

Superseded by #563.

@dependabot dependabot bot closed this Jun 10, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/sentry/react-native-5.23.0 branch June 10, 2024 08:00
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.

0 participants