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): update dependency @sentry/react-native to ^5.33.0 #6072

Merged
merged 2 commits into from
Sep 23, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sentry/react-native ^5.31.1 -> ^5.33.0 age adoption passing confidence

Release Notes

getsentry/sentry-react-native (@​sentry/react-native)

v5.33.0

Compare Source

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 }),
      ],
    });

v5.32.0

Compare Source

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");
    const config = getSentryExpoConfig(__dirname, { includeWebReplay: true });
    
    // For RN
    const { getDefaultConfig } = require('@​react-native/metro-config');
    const { withSentryConfig } = require('@​sentry/react-native/metro');
    module.exports = withSentryConfig(getDefaultConfig(__dirname), { includeWebReplay: true });
Changes
  • Add Android Logger when new frame event is not emitted (#​4081)
  • React Native Tracing Deprecations (#​4073)
    • new ReactNativeTracing to reactNativeTracingIntegration()
    • new ReactNavigationInstrumentation to reactNavigationIntegration().
    • new ReactNativeNavigationInstrumentation to reactNativeNavigationIntegration().
    • ReactNavigationV4Instrumentation won't be supported in the next major SDK version, upgrade to react-navigation@5 or newer.
    • RoutingInstrumentation and RoutingInstrumentationInstance replace by Integration interface from @sentry/types.
    • enableAppStartTracking, enableNativeFramesTracking, enableStallTracking, enableUserInteractionTracing moved to Sentry.init({}) root options.
Dependencies

Configuration

📅 Schedule: Branch creation - "after 5pm,every weekend" in timezone America/Los_Angeles, Automerge - "after 5pm,every weekend" in timezone America/Los_Angeles.

🚦 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.

Copy link

codecov bot commented Sep 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.71%. Comparing base (b204082) to head (2dca7bb).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #6072      +/-   ##
==========================================
- Coverage   88.72%   88.71%   -0.01%     
==========================================
  Files         727      727              
  Lines       30776    30776              
  Branches     5306     5614     +308     
==========================================
- Hits        27307    27304       -3     
+ Misses       3426     3272     -154     
- Partials       43      200     +157     

see 69 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b204082...2dca7bb. Read the comment docs.

@renovate renovate bot added this pull request to the merge queue Sep 23, 2024
Copy link
Contributor Author

renovate bot commented Sep 23, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 23, 2024
@satish-ravi satish-ravi added this pull request to the merge queue Sep 23, 2024
Merged via the queue into main with commit ca1e790 Sep 23, 2024
15 checks passed
@satish-ravi satish-ravi deleted the renovate/sentry-react-native-5.x branch September 23, 2024 03:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant