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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump @sentry/vue from 7.109.0 to 7.111.0 #7242

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 22, 2024

Bumps @sentry/vue from 7.109.0 to 7.111.0.

Release notes

Sourced from @鈥媠entry/vue's releases.

7.111.0

  • feat(core): Add server.address to browser http.client spans (#11663)
  • fix: Ensure next & sveltekit correctly handle browserTracingIntegration (#11647)
  • fix(browser): Don't assume window.document is available (#11598)

Bundle size 馃摝

Path Size
@鈥媠entry/browser (incl. Tracing, Replay, Feedback) - Webpack (gzipped) 80.71 KB
@鈥媠entry/browser (incl. Tracing, Replay) - Webpack (gzipped) 71.68 KB
@鈥媠entry/browser (incl. Tracing, Replay with Canvas) - Webpack (gzipped) 75.7 KB
@鈥媠entry/browser (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) 65.31 KB
@鈥媠entry/browser (incl. Tracing) - Webpack (gzipped) 35.62 KB
@鈥媠entry/browser (incl. browserTracingIntegration) - Webpack (gzipped) 35.5 KB
@鈥媠entry/browser (incl. Feedback) - Webpack (gzipped) 31.57 KB
@鈥媠entry/browser (incl. sendFeedback) - Webpack (gzipped) 31.58 KB
@鈥媠entry/browser - Webpack (gzipped) 22.78 KB
@鈥媠entry/browser (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) 78.89 KB
@鈥媠entry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 70.25 KB
@鈥媠entry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 36.02 KB
@鈥媠entry/browser - ES6 CDN Bundle (gzipped) 25.27 KB
@鈥媠entry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 221.21 KB
@鈥媠entry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 109.01 KB
@鈥媠entry/browser - ES6 CDN Bundle (minified & uncompressed) 75.79 KB
@鈥媠entry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 39.3 KB
@鈥媠entry/react (incl. Tracing, Replay) - Webpack (gzipped) 72.17 KB
@鈥媠entry/react - Webpack (gzipped) 22.81 KB
@鈥媠entry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 90 KB
@鈥媠entry/nextjs Client - Webpack (gzipped) 54.15 KB
@鈥媠entry-internal/feedback - Webpack (gzipped) 17.32 KB

7.110.1

  • fix(nextjs): Fix tunnelRoute matching logic for hybrid cloud (#11577)

Bundle size 馃摝

Path Size
@鈥媠entry/browser (incl. Tracing, Replay, Feedback) - Webpack (gzipped) 80.58 KB
@鈥媠entry/browser (incl. Tracing, Replay) - Webpack (gzipped) 71.55 KB
@鈥媠entry/browser (incl. Tracing, Replay with Canvas) - Webpack (gzipped) 75.57 KB
@鈥媠entry/browser (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) 65.18 KB
@鈥媠entry/browser (incl. Tracing) - Webpack (gzipped) 35.49 KB
@鈥媠entry/browser (incl. browserTracingIntegration) - Webpack (gzipped) 35.37 KB
@鈥媠entry/browser (incl. Feedback) - Webpack (gzipped) 31.57 KB
@鈥媠entry/browser (incl. sendFeedback) - Webpack (gzipped) 31.58 KB
@鈥媠entry/browser - Webpack (gzipped) 22.78 KB
@鈥媠entry/browser (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) 78.76 KB
@鈥媠entry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 70.12 KB

... (truncated)

Changelog

Sourced from @鈥媠entry/vue's changelog.

7.111.0

  • feat(core): Add server.address to browser http.client spans (#11663)
  • fix: Ensure next & sveltekit correctly handle browserTracingIntegration (#11647)
  • fix(browser): Don't assume window.document is available (#11598)

7.110.1

  • fix(nextjs): Fix tunnelRoute matching logic for hybrid cloud (#11577)

7.110.0

Important Changes

  • feat(tracing): Add interactions sample rate to browser tracing integrations (#11382)

You can now use a interactionsSampleRate to control the sample rate of INP spans. interactionsSampleRate is applied on top of the global tracesSampleRate. Therefore if interactionsSampleRate is 0.5 and tracesSampleRate is 0.1, then the actual sample rate for interactions is 0.05.

Sentry.init({
  tracesSampleRate: 0.1,
  integrations: [
    Sentry.browserTracingIntegration({
      interactionsSampleRate: 0.5,
    }),
  ],
});
  • Deprecations

This release deprecates the Hub class, as well as the addRequestDataToTransaction method. The trpcMiddleware method is no longer on the Handlers export, but instead is a standalone export.

Please see the detailed Migration docs on how to migrate to the new APIs.

  • feat: Deprecate and relocate trpcMiddleware (#11389)
  • feat(core): Deprecate Hub class (#11528)
  • feat(types): Deprecate Hub interface (#11530)
  • ref: Deprecate addRequestDataToTransaction (#11368)

Other Changes

  • feat(core): Update metric normalization (#11519)
  • feat(feedback): Customize feedback placeholder text color (#11521)
  • feat(remix): Skip span creation for OPTIONS and HEAD request. (#11485)
  • feat(utils): Add metric buckets rate limit (#11506)
  • fix(core): unref timer to not block node exit (#11483)

... (truncated)

Commits
  • 7f51d0f release: 7.111.0
  • 915cfb7 meta: CHANGELOG for 7.111.0 (#11684)
  • b9ef116 feat(core/v7): Add server.address to browser http.client spans (#11663)
  • 705f919 fix(v7): Ensure next & sveltekit correctly handle `browserTracingIntegration...
  • b5bdd4b fix(browser/v7): Don't assume window.document is available (#11598)
  • d75b9af test(e2e): Unflake sveltekit e2e tests (#11597)
  • 2e7c4f4 Merge branch 'release/7.110.1' into v7
  • 2ce36d5 release: 7.110.1
  • c5fd959 meta: Changelog for 7.110.1 (#11594)
  • fadc9ac fix(nextjs/v7): Fix tunnelRoute matching logic for hybrid cloud (#11577)
  • 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/vue](https://github.com/getsentry/sentry-javascript) from 7.109.0 to 7.111.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.111.0/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@7.109.0...7.111.0)

---
updated-dependencies:
- dependency-name: "@sentry/vue"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies javascript Pull requests that update Javascript code labels Apr 22, 2024
Copy link

sonarcloud bot commented Apr 22, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 29, 2024

Superseded by #7249.

@dependabot dependabot bot closed this Apr 29, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/sentry/vue-7.111.0 branch April 29, 2024 02:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants