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

fix(deps): update dependency @sentry/react-native to ^5.24.1 #5513

Merged
merged 2 commits into from
Jun 25, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 2, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

v5.24.1

Compare Source

Fixes
  • App Start Native Frames can start with zeroed values (#​3881)
Dependencies

v5.24.0

Compare Source

Features
  • Add native application start spans (#​3855, #​3884)
    • This doesn't change the app start measurement length, but add child spans (more detail) into the existing app start span
  • Added JS Bundle Execution start information to the application start measurements (#​3857)
Fixes
  • Add more expressive debug logs to Native Frames Integration (#​3880)
  • Add missing tracing integrations when using client.init() (#​3882)
  • Ensure sentry-cli doesn't trigger Xcode error: prefix (#​3887)
    • Fixes --allow-failure failing Xcode builds
Dependencies

v5.23.1

Compare Source

Fixes
  • Fix failing iOS builds due to missing SentryLevel (#​3854)
  • Add missing logs to dropped App Start spans (#​3861)
  • Make all options of startTimeToInitialDisplaySpan optional (#​3867)
  • Add Span IDs to Time to Display debug logs (#​3868)
  • Use TTID end timestamp when TTFD should be updated with an earlier timestamp (#​3869)

v5.23.0

Compare Source

This release does not build on iOS. Please use 5.23.1 or newer.

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
Dependencies

v5.22.3

Compare Source

Fixes
  • Missing RNSentryOnDrawReporterView on iOS (#​3832)
Dependencies

v5.22.2

Compare Source

Fixes
  • Remove tunnel from SDK Options (#​3787)
  • Fix Apple non UIKit builds (#​3784)
Dependencies

v5.22.1

Compare Source

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 has been generated by Mend Renovate. View repository job log here.

Copy link

codecov bot commented Jun 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.47%. Comparing base (369a269) to head (aa92e83).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #5513      +/-   ##
==========================================
- Coverage   86.47%   86.47%   -0.01%     
==========================================
  Files         764      764              
  Lines       31497    31497              
  Branches     5452     5452              
==========================================
- Hits        27237    27236       -1     
+ Misses       4217     4029     -188     
- Partials       43      232     +189     

see 79 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 369a269...aa92e83. Read the comment docs.

@renovate renovate bot force-pushed the renovate/sentry-react-native-5.x branch 15 times, most recently from e18c895 to 0cbd9ce Compare June 8, 2024 10:45
@renovate renovate bot changed the title fix(deps): update dependency @sentry/react-native to ^5.22.3 fix(deps): update dependency @sentry/react-native to ^5.23.0 Jun 8, 2024
@renovate renovate bot force-pushed the renovate/sentry-react-native-5.x branch from 0cbd9ce to 5ae9b2a Compare June 10, 2024 14:01
@renovate renovate bot changed the title fix(deps): update dependency @sentry/react-native to ^5.23.0 fix(deps): update dependency @sentry/react-native to ^5.23.1 Jun 10, 2024
@renovate renovate bot force-pushed the renovate/sentry-react-native-5.x branch 7 times, most recently from 4085fad to aeb8559 Compare June 12, 2024 16:32
@renovate renovate bot force-pushed the renovate/sentry-react-native-5.x branch 12 times, most recently from 490bf85 to 4b88c80 Compare June 20, 2024 16:52
@renovate renovate bot changed the title fix(deps): update dependency @sentry/react-native to ^5.23.1 fix(deps): update dependency @sentry/react-native to ^5.24.0 Jun 20, 2024
@renovate renovate bot force-pushed the renovate/sentry-react-native-5.x branch 5 times, most recently from 0ee2355 to ab8e7a3 Compare June 21, 2024 10:26
@renovate renovate bot changed the title fix(deps): update dependency @sentry/react-native to ^5.24.0 fix(deps): update dependency @sentry/react-native to ^5.24.1 Jun 21, 2024
@renovate renovate bot force-pushed the renovate/sentry-react-native-5.x branch 4 times, most recently from cf0a2ed to 9e178b3 Compare June 25, 2024 00:10
@renovate renovate bot force-pushed the renovate/sentry-react-native-5.x branch from 9e178b3 to 8cda8b6 Compare June 25, 2024 00:33
Copy link
Contributor Author

renovate bot commented Jun 25, 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.

@renovate renovate bot added this pull request to the merge queue Jun 25, 2024
Merged via the queue into main with commit 6d3e992 Jun 25, 2024
16 checks passed
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