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 to v7.105.0 #511

Merged
merged 1 commit into from
Mar 5, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 13, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sentry/react (source) 7.103.0 -> 7.105.0 age adoption passing confidence

Release Notes

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

v7.105.0

Compare Source

Important Changes
  • feat: Ensure withActiveSpan is exported everywhere (#​10877)

You can use the withActiveSpan method to ensure a certain span is the active span in a given callback. This can be
used to create a span as a child of a specific span with the startSpan API methods:

const parentSpan = Sentry.startInactiveSpan({ name: 'parent' });
if (parentSpan) {
  withActiveSpan(parentSpan, () => {
    // This will be a direct child of parentSpan
    const childSpan = Sentry.startInactiveSpan({ name: 'child' });
  });
}
Bundle size 📦
Path Size
@​sentry/browser (incl. Tracing, Replay, Feedback) - Webpack (gzipped) 78.71 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 69.87 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) - Webpack (gzipped) 73.83 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) 63.48 KB
@​sentry/browser (incl. Tracing) - Webpack (gzipped) 33.84 KB
@​sentry/browser (incl. browserTracingIntegration) - Webpack (gzipped) 34.88 KB
@​sentry/browser (incl. Feedback) - Webpack (gzipped) 31.44 KB
@​sentry/browser (incl. sendFeedback) - Webpack (gzipped) 31.45 KB
@​sentry/browser - Webpack (gzipped) 22.68 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) 76.98 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 68.4 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 34.2 KB
@​sentry/browser - ES6 CDN Bundle (gzipped) 25.11 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 215.54 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 103.35 KB
@​sentry/browser - ES6 CDN Bundle (minified & uncompressed) 75.38 KB
@​sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 37.37 KB
@​sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 70.25 KB
@​sentry/react - Webpack (gzipped) 22.71 KB
@​sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 89.1 KB
@​sentry/nextjs Client - Webpack (gzipped) 53.28 KB
@​sentry-internal/feedback - Webpack (gzipped) 17.28 KB

v7.104.0

Compare Source

Important Changes
  • feat(performance): create Interaction standalone spans on inp events (#​10709)

This release adds support for the INP web vital. This is currently only supported for Saas Sentry, and product support
is released with the upcoming 24.3.0 release of self-hosted.

To opt-in to this feature, you can use the enableInp option in the browserTracingIntegration:

Sentry.init({
  integrations: [
    Sentry.browserTracingIntegration({
      enableInp: true,
    });
  ]
})
Other Changes
  • feat(feedback): Flush replays when feedback form opens (#​10567)
  • feat(profiling-node): Expose nodeProfilingIntegration (#​10864)
  • fix(profiling-node): Fix dependencies to point to current versions (#​10861)
  • fix(replay): Add errorHandler for replayCanvas integration (#​10796)

Bundle size 📦

Path Size
@​sentry/browser (incl. Tracing, Replay, Feedback) - Webpack (gzipped) 78.71 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 69.87 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) - Webpack (gzipped) 73.83 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) 63.48 KB
@​sentry/browser (incl. Tracing) - Webpack (gzipped) 33.84 KB
@​sentry/browser (incl. browserTracingIntegration) - Webpack (gzipped) 34.88 KB
@​sentry/browser (incl. Feedback) - Webpack (gzipped) 31.44 KB
@​sentry/browser (incl. sendFeedback) - Webpack (gzipped) 31.45 KB
@​sentry/browser - Webpack (gzipped) 22.68 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) 76.96 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 68.38 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 34.18 KB
@​sentry/browser - ES6 CDN Bundle (gzipped) 25.09 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 215.47 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 103.28 KB
@​sentry/browser - ES6 CDN Bundle (minified & uncompressed) 75.32 KB
@​sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 37.35 KB
@​sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 70.25 KB
@​sentry/react - Webpack (gzipped) 22.71 KB
@​sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 89.1 KB
@​sentry/nextjs Client - Webpack (gzipped) 53.28 KB
@​sentry-internal/feedback - Webpack (gzipped) 17.28 KB

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Feb 13, 2024
@renovate renovate bot force-pushed the renovate/sentry-packages branch 5 times, most recently from 38452b0 to 94c7e07 Compare February 15, 2024 07:31
@renovate renovate bot changed the title fix(deps): update dependency @sentry/react to v7.101.0 fix(deps): update dependency @sentry/react to v7.101.1 Feb 15, 2024
@renovate renovate bot force-pushed the renovate/sentry-packages branch 3 times, most recently from 97e761e to 2d852cb Compare February 16, 2024 14:12
@renovate renovate bot changed the title fix(deps): update dependency @sentry/react to v7.101.1 fix(deps): update dependency @sentry/react to v7.101.1 - autoclosed Feb 16, 2024
@renovate renovate bot closed this Feb 16, 2024
@renovate renovate bot deleted the renovate/sentry-packages branch February 16, 2024 14:55
@renovate renovate bot changed the title fix(deps): update dependency @sentry/react to v7.101.1 - autoclosed fix(deps): update dependency @sentry/react to v7.101.1 Feb 20, 2024
@renovate renovate bot reopened this Feb 20, 2024
@renovate renovate bot restored the renovate/sentry-packages branch February 20, 2024 14:06
@renovate renovate bot changed the title fix(deps): update dependency @sentry/react to v7.101.1 fix(deps): update dependency @sentry/react to v7.102.0 Feb 20, 2024
@renovate renovate bot force-pushed the renovate/sentry-packages branch 2 times, most recently from 81d16a0 to 5dc8cc5 Compare February 21, 2024 10:38
@renovate renovate bot changed the title fix(deps): update dependency @sentry/react to v7.102.0 fix(deps): update dependency @sentry/react to v7.102.0 - autoclosed Feb 21, 2024
@renovate renovate bot closed this Feb 21, 2024
@renovate renovate bot deleted the renovate/sentry-packages branch February 21, 2024 12:06
@renovate renovate bot restored the renovate/sentry-packages branch February 27, 2024 11:14
@renovate renovate bot changed the title fix(deps): update dependency @sentry/react to v7.102.0 - autoclosed fix(deps): update dependency @sentry/react to v7.102.0 Feb 27, 2024
@renovate renovate bot reopened this Feb 27, 2024
@renovate renovate bot changed the title fix(deps): update dependency @sentry/react to v7.102.0 fix(deps): update dependency @sentry/react to v7.103.0 Feb 27, 2024
@renovate renovate bot changed the title fix(deps): update dependency @sentry/react to v7.103.0 fix(deps): update dependency @sentry/react to v7.103.0 - autoclosed Feb 27, 2024
@renovate renovate bot closed this Feb 27, 2024
@renovate renovate bot deleted the renovate/sentry-packages branch February 27, 2024 13:03
@renovate renovate bot changed the title fix(deps): update dependency @sentry/react to v7.103.0 - autoclosed fix(deps): update dependency @sentry/react to v7.103.0 Mar 1, 2024
@renovate renovate bot reopened this Mar 1, 2024
@renovate renovate bot restored the renovate/sentry-packages branch March 1, 2024 02:19
@renovate renovate bot changed the title fix(deps): update dependency @sentry/react to v7.103.0 fix(deps): update dependency @sentry/react to v7.104.0 Mar 1, 2024
@renovate renovate bot force-pushed the renovate/sentry-packages branch 2 times, most recently from fdfdd7e to 2e742f8 Compare March 4, 2024 10:19
@renovate renovate bot changed the title fix(deps): update dependency @sentry/react to v7.104.0 fix(deps): update dependency @sentry/react to v7.105.0 Mar 4, 2024
@renovate renovate bot force-pushed the renovate/sentry-packages branch from 2e742f8 to 42384f1 Compare March 4, 2024 11:08
Copy link

sonarcloud bot commented Mar 4, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@spaenleh spaenleh added this pull request to the merge queue Mar 5, 2024
Merged via the queue into main with commit ca1f4b0 Mar 5, 2024
4 checks passed
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 v2.6.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant