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

ui: bump @sentry/vue from 7.99.0 to 7.100.1 in /ui #3540

Merged
merged 1 commit into from
Feb 14, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2024

Bumps @sentry/vue from 7.99.0 to 7.100.1.

Release notes

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

7.100.1

This release contains build fixes for profiling-node.

  • build(profiling-node): make sure debug build plugin is used #10534
  • build: Only run profiling e2e test if bindings have changed #10542
  • fix(feedback): Replay breadcrumb for feedback events was incorrect #10536

Bundle size 馃摝

Path Size
@鈥媠entry/browser (incl. Tracing, Replay, Feedback) - Webpack (gzipped) 78.33 KB
@鈥媠entry/browser (incl. Tracing, Replay) - Webpack (gzipped) 69.57 KB
@鈥媠entry/browser (incl. Tracing, Replay with Canvas) - Webpack (gzipped) 73.49 KB
@鈥媠entry/browser (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) 63.17 KB
@鈥媠entry/browser (incl. Tracing) - Webpack (gzipped) 33.52 KB
@鈥媠entry/browser (incl. browserTracingIntegration) - Webpack (gzipped) 33.39 KB
@鈥媠entry/browser (incl. Feedback) - Webpack (gzipped) 31.37 KB
@鈥媠entry/browser (incl. sendFeedback) - Webpack (gzipped) 31.37 KB
@鈥媠entry/browser - Webpack (gzipped) 22.63 KB
@鈥媠entry/browser (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) 76.36 KB
@鈥媠entry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 67.9 KB
@鈥媠entry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 33.66 KB
@鈥媠entry/browser - ES6 CDN Bundle (gzipped) 24.73 KB
@鈥媠entry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 214.07 KB
@鈥媠entry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 101.87 KB
@鈥媠entry/browser - ES6 CDN Bundle (minified & uncompressed) 74.26 KB
@鈥媠entry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 36.8 KB
@鈥媠entry/react (incl. Tracing, Replay) - Webpack (gzipped) 69.93 KB
@鈥媠entry/react - Webpack (gzipped) 22.67 KB
@鈥媠entry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 87.54 KB
@鈥媠entry/nextjs Client - Webpack (gzipped) 51.72 KB
@鈥媠entry-internal/feedback - Webpack (gzipped) 17.22 KB

7.100.0

Important Changes

Deprecations

This release includes some deprecations. For more details please look at our migration guide.

The deprecation most likely to affect you is the one of BrowserTracing. Instead of new BrowserTracing(), you should now use browserTracingIntegration(), which will also handle framework-specific instrumentation out of the box for you - no need to pass a custom routingInstrumentation anymore. For @sentry/react, we expose dedicated integrations for the different react-router versions:

  • reactRouterV6BrowserTracingIntegration()
  • reactRouterV5BrowserTracingIntegration()
  • reactRouterV4BrowserTracingIntegration()

... (truncated)

Changelog

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

7.100.1

This release contains build fixes for profiling-node.

  • build(profiling-node): make sure debug build plugin is used #10534
  • build: Only run profiling e2e test if bindings have changed #10542
  • fix(feedback): Replay breadcrumb for feedback events was incorrect #10536

7.100.0

Important Changes

Deprecations

This release includes some deprecations. For more details please look at our migration guide.

The deprecation most likely to affect you is the one of BrowserTracing. Instead of new BrowserTracing(), you should now use browserTracingIntegration(), which will also handle framework-specific instrumentation out of the box for you - no need to pass a custom routingInstrumentation anymore. For @sentry/react, we expose dedicated integrations for the different react-router versions:

  • reactRouterV6BrowserTracingIntegration()
  • reactRouterV5BrowserTracingIntegration()
  • reactRouterV4BrowserTracingIntegration()
  • reactRouterV3BrowserTracingIntegration()

See the migration guide for details.

  • feat(angular): Export custom browserTracingIntegration() (#10353)
  • feat(browser): Deprecate BrowserTracing integration (#10493)
  • feat(browser): Export browserProfilingIntegration (#10438)
  • feat(bun): Export bunServerIntegration() (#10439)
  • feat(nextjs): Add browserTracingIntegration (#10397)
  • feat(react): Add reactRouterV3BrowserTracingIntegration for react router v3 (#10489)
  • feat(react): Add reactRouterV4/V5BrowserTracingIntegration for react router v4 & v5 (#10488)
  • feat(react): Add reactRouterV6BrowserTracingIntegration for react router v6 & v6.4 (#10491)
  • feat(remix): Add custom browserTracingIntegration (#10442)
  • feat(node): Expose functional integrations to replace classes (#10356)
  • feat(vercel-edge): Replace WinterCGFetch with winterCGFetchIntegration (#10436)
  • feat: Deprecate non-callback based continueTrace (#10301)
  • feat(vue): Deprecate new VueIntegration() (#10440)
  • feat(vue): Implement vue browserTracingIntegration() (#10477)
  • feat(sveltekit): Add custom browserTracingIntegration() (#10450)

Profiling Node

@sentry/profiling-node has been ported into the monorepo. Future development for it will happen here!

... (truncated)

Commits
  • 424a9c1 release: 7.100.1
  • 08a06ae meta(changelog): Update changelog for 7.100.1
  • bdb73c7 Merge pull request #10546 from getsentry/fn/backport-v7
  • 11576d6 fix(feedback): Replay breadcrumb for feedback events was incorrect (#10536)
  • 5a9f460 build: Only run profiling e2e test if bindings have changed (#10542)
  • 17a5d38 build(profiling-node): make sure debug build plugin is used (#10534)
  • 821537c feat(deps): bump @鈥媠entry/cli from 2.26.0 to 2.28.0 (#10496)
  • ed975cf Merge pull request #10524 from getsentry/master
  • 6cfa68d Merge branch 'release/7.100.0'
  • 17f4c20 release: 7.100.0
  • 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.99.0 to 7.100.1.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.100.1/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@7.99.0...7.100.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner February 12, 2024 04:50
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 12, 2024
@otavio otavio merged commit f051f8d into master Feb 14, 2024
8 checks passed
@otavio otavio deleted the dependabot/npm_and_yarn/ui/sentry/vue-7.100.1 branch February 14, 2024 12:48
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant