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

feat(deps): bump @sentry/nextjs from 7.44.2 to 7.45.0 #616

Merged
merged 1 commit into from
Mar 25, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 25, 2023

Bumps @sentry/nextjs from 7.44.2 to 7.45.0.

Release notes

Sourced from @​sentry/nextjs's releases.

7.45.0

  • build(cdn): Ensure ES5 bundles do not use non-ES5 code (#7550)
  • feat(core): Add trace function (#7556)
  • feat(hub): Make scope always defined on the hub (#7551)
  • feat(replay): Add replay_id to transaction DSC (#7571)
  • feat(replay): Capture fetch body size for replay events (#7524)
  • feat(sveltekit): Add performance monitoring for client load (#7537)
  • feat(sveltekit): Add performance monitoring for server load (#7536)
  • feat(sveltekit): Add performance monitoring to Sveltekit server handle (#7532)
  • feat(sveltekit): Add SvelteKit routing instrumentation (#7565)
  • fix(browser): Ensure keepalive flag is correctly set for parallel requests (#7553)
  • fix(core): Ensure ignoreErrors only applies to error events (#7573)
  • fix(node): Consider tracing error handler for process exit (#7558)
  • fix(otel): Make sure we use correct hub on finish (#7577)
  • fix(react): Handle case where error.cause already defined (#7557)

Bundle size 📦

Path Size
@​sentry/browser - ES5 CDN Bundle (gzipped + minified) 20.57 KB
@​sentry/browser - ES5 CDN Bundle (minified) 64.2 KB
@​sentry/browser - ES6 CDN Bundle (gzipped + minified) 19.13 KB
@​sentry/browser - ES6 CDN Bundle (minified) 56.58 KB
@​sentry/browser - Webpack (gzipped + minified) 21.59 KB
@​sentry/browser - Webpack (minified) 71.66 KB
@​sentry/react - Webpack (gzipped + minified) 21.61 KB
@​sentry/nextjs Client - Webpack (gzipped + minified) 51.88 KB
@​sentry/browser + @​sentry/tracing - ES5 CDN Bundle (gzipped + minified) 27.93 KB
@​sentry/browser + @​sentry/tracing - ES6 CDN Bundle (gzipped + minified) 26.1 KB
@​sentry/replay ES6 CDN Bundle (gzipped + minified) 44.33 KB
@​sentry/replay - Webpack (gzipped + minified) 38.39 KB
@​sentry/browser + @​sentry/tracing + @​sentry/replay - ES6 CDN Bundle (gzipped + minified) 62.54 KB
@​sentry/browser + @​sentry/replay - ES6 CDN Bundle (gzipped + minified) 56.06 KB
Changelog

Sourced from @​sentry/nextjs's changelog.

7.45.0

  • build(cdn): Ensure ES5 bundles do not use non-ES5 code (#7550)
  • feat(core): Add trace function (#7556)
  • feat(hub): Make scope always defined on the hub (#7551)
  • feat(replay): Add replay_id to transaction DSC (#7571)
  • feat(replay): Capture fetch body size for replay events (#7524)
  • feat(sveltekit): Add performance monitoring for client load (#7537)
  • feat(sveltekit): Add performance monitoring for server load (#7536)
  • feat(sveltekit): Add performance monitoring to Sveltekit server handle (#7532)
  • feat(sveltekit): Add SvelteKit routing instrumentation (#7565)
  • fix(browser): Ensure keepalive flag is correctly set for parallel requests (#7553)
  • fix(core): Ensure ignoreErrors only applies to error events (#7573)
  • fix(node): Consider tracing error handler for process exit (#7558)
  • fix(otel): Make sure we use correct hub on finish (#7577)
  • fix(react): Handle case where error.cause already defined (#7557)
Commits
  • 37e2c2b release: 7.45.0
  • 14306a0 Merge pull request #7599 from getsentry/prepare-release/7.45.0
  • 210b70f meta: Update CHANGELOG for 7.45.0
  • 0a4a072 fix(sveltekit): Handle server-only and shared load functions (#7581)
  • c5f8e48 fix(tracing): Export key tracing types from node and browser SDKs (#7593)
  • c4fbb1f test(e2e): Add E2E test with & without @​sentry/tracing import (#7590)
  • 7f8896a Revert "meta: Update CHANGELOG for 7.45.0 (#7588)" (#7592)
  • a818cc7 ci: Get release tag name from event (#7591)
  • 79fa14b meta: Update CHANGELOG for 7.45.0 (#7588)
  • 1418582 fix(otel): Make sure we use correct hub on finish (#7577)
  • 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 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/nextjs](https://github.com/getsentry/sentry-javascript) from 7.44.2 to 7.45.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@7.44.2...7.45.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added scope: code An issue related to source code. scope: deps An issue related to dependencies. type: improvement A new improvement proposal. labels Mar 25, 2023
@vercel
Copy link

vercel bot commented Mar 25, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
tact ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 25, 2023 at 9:12AM (UTC)

@kamilsk kamilsk added this pull request to the merge queue Mar 25, 2023
Merged via the queue into main with commit 7639e2d Mar 25, 2023
@kamilsk kamilsk deleted the dependabot/npm_and_yarn/sentry/nextjs-7.45.0 branch March 25, 2023 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope: code An issue related to source code. scope: deps An issue related to dependencies. type: improvement A new improvement proposal.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant