dmontag23 / SABS

I'm just a code monkey doing the bidding of the infamous Sabs
0 stars 0 forks source link

Bump @sentry/react-native from 6.2.0 to 6.3.0 #131

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

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

Release notes

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

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.

    SENTRY_AUTH_TOKEN=your_token_here
    
  • Add Sentry Metro Server Source Context middleware (#4287)

    This enables the SDK to add source context to locally symbolicated events using the Metro Development Server. The middleware can be disabled in metro.config.js using the enableSourceContextInDevelopment option.

    // Expo
    const { getSentryExpoConfig } = require('@sentry/react-native/metro');
    const config = getSentryExpoConfig(__dirname, {
      enableSourceContextInDevelopment: false,
    });
    

    // React Native
    const { withSentryConfig } = require('@​sentry/react-native/metro');
    module.exports = withSentryConfig(config, {
    enableSourceContextInDevelopment: false,
    });

Fixes

  • Prevents exception capture context from being overwritten by native scope sync (#4124)
  • Excludes Dev Server and Sentry Dsn requests from Breadcrumbs (#4240)
  • Skips development server spans (#4271)
  • Execute DebugSymbolicator after RewriteFrames to avoid overwrites by default (#4285)
    • If custom RewriteFrames is provided the order changes
  • browserReplayIntegration is no longer included by default on React Native Web (#4270)
  • Remove .sentry tmp directory and use environmental variables instead to save default Babel transformer path (#4298)
    • This resolves concurrency issues when running multiple bundle processes

Dependencies

... (truncated)

Changelog

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

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.

    SENTRY_AUTH_TOKEN=your_token_here
    
  • Add Sentry Metro Server Source Context middleware (#4287)

    This enables the SDK to add source context to locally symbolicated events using the Metro Development Server. The middleware can be disabled in metro.config.js using the enableSourceContextInDevelopment option.

    // Expo
    const { getSentryExpoConfig } = require('@sentry/react-native/metro');
    const config = getSentryExpoConfig(__dirname, {
      enableSourceContextInDevelopment: false,
    });
    

    // React Native
    const { withSentryConfig } = require('@​sentry/react-native/metro');
    module.exports = withSentryConfig(config, {
    enableSourceContextInDevelopment: false,
    });

Fixes

  • Prevents exception capture context from being overwritten by native scope sync (#4124)
  • Excludes Dev Server and Sentry Dsn requests from Breadcrumbs (#4240)
  • Skips development server spans (#4271)
  • Execute DebugSymbolicator after RewriteFrames to avoid overwrites by default (#4285)
    • If custom RewriteFrames is provided the order changes
  • browserReplayIntegration is no longer included by default on React Native Web (#4270)
  • Remove .sentry tmp directory and use environmental variables instead to save default Babel transformer path (#4298)
    • This resolves concurrency issues when running multiple bundle processes

Dependencies

... (truncated)

Commits
  • 161c6e8 release: 6.3.0
  • 61310e1 chore: Update CHANGELOG.md with 6.3.0-beta.x (#4307)
  • 75774ea chore: update scripts/update-cocoa.sh to 8.41.0 (#4301)
  • 6639791 Merge release 6.3.0-beta.2
  • ce9976c Merge remote-tracking branch 'origin/main' into 6.3.0-beta
  • db44eaf chore: update scripts/update-javascript.sh to 8.40.0 (#4304)
  • ba966d6 test: Fix flaky App Start Tests (#4299)
  • 8cf605f chore(deps): Bumps sample app to RN 0.76.3 (#4207)
  • 690220d internal(samples): Add reload JS bundle for Expo sample (#4303)
  • 38a8e61 chore(deps): bump github/codeql-action from 3.27.4 to 3.27.5 (#4306)
  • 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 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)