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

chore(deps): bump @sentry/node from 8.19.0 to 8.20.0 #10411

Merged
merged 1 commit into from
Jul 27, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 26, 2024

Bumps @sentry/node from 8.19.0 to 8.20.0.

Release notes

Sourced from @​sentry/node's releases.

8.20.0

Important Changes

  • feat(node): Allow to pass registerEsmLoaderHooks to preload (#12998)

You can write your own custom preload script and configure this in the preload options. registerEsmLoaderHooks can be passed as an option to preloadOpenTelemetry, which allows to exclude/include packages in the preload.

  • fix(node): Do not emit fetch spans when tracing is disabled (#13003)

Sentry will not emit "fetch" spans if tracing is disabled. This is relevant for user who use their own sampler.

Other Changes

  • feat(feedback): Trigger button aria label configuration (#13008)
  • feat(nestjs): Change nest sdk setup (#12920)
  • feat(node): Extend ESM hooks options for iitm v1.10.0 (#13016)
  • feat(node): Send client reports (#12951)
  • feat(nuxt): Automatically add BrowserTracing (#13005)
  • feat(nuxt): Setup source maps with vite config (#13018)
  • feat(replay): Improve public Replay APIs (#13000)

Bundle size 📦

Path Size
@​sentry/browser 22.31 KB
@​sentry/browser (incl. Tracing) 33.72 KB
@​sentry/browser (incl. Tracing, Replay) 69.82 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 63.16 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 74.21 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 86.58 KB
@​sentry/browser (incl. Tracing, Replay, Feedback, metrics) 88.45 KB
@​sentry/browser (incl. metrics) 26.62 KB
@​sentry/browser (incl. Feedback) 39.02 KB
@​sentry/browser (incl. sendFeedback) 26.93 KB
@​sentry/browser (incl. FeedbackAsync) 31.57 KB
@​sentry/react 25.08 KB
@​sentry/react (incl. Tracing) 36.8 KB
@​sentry/vue 26.45 KB
@​sentry/vue (incl. Tracing) 35.61 KB
@​sentry/svelte 22.44 KB
CDN Bundle 23.52 KB
CDN Bundle (incl. Tracing) 35.5 KB
CDN Bundle (incl. Tracing, Replay) 69.86 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 75.15 KB
CDN Bundle - uncompressed 69 KB
CDN Bundle (incl. Tracing) - uncompressed 105.1 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 216.74 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 229.57 KB

... (truncated)

Changelog

Sourced from @​sentry/node's changelog.

8.20.0

Important Changes

  • feat(node): Allow to pass registerEsmLoaderHooks to preload (#12998)

You can write your own custom preload script and configure this in the preload options. registerEsmLoaderHooks can be passed as an option to preloadOpenTelemetry, which allows to exclude/include packages in the preload.

  • fix(node): Do not emit fetch spans when tracing is disabled (#13003)

Sentry will not emit "fetch" spans if tracing is disabled. This is relevant for user who use their own sampler.

Other Changes

  • feat(feedback): Trigger button aria label configuration (#13008)
  • feat(nestjs): Change nest sdk setup (#12920)
  • feat(node): Extend ESM hooks options for iitm v1.10.0 (#13016)
  • feat(node): Send client reports (#12951)
  • feat(nuxt): Automatically add BrowserTracing (#13005)
  • feat(nuxt): Setup source maps with vite config (#13018)
  • feat(replay): Improve public Replay APIs (#13000)
Commits
  • cdd0a92 release: 8.20.0
  • 13d29c3 Merge pull request #13036 from getsentry/prepare-release/8.20.0
  • 84f6fee meta(changelog): Update changelog for 8.20.0
  • ea07ec7 feat(nuxt): Setup source maps with vite config (#13018)
  • aaaedbc docs(nuxt): Add readme docs for server-side setup (ESM) (#13019)
  • 4bdd979 feat(replay): Improve public Replay APIs (#13000)
  • b2dded8 test(solid): Switch to explicit vitest imports (#13028)
  • 04a26a4 feat(node): Extend ESM hooks options for iitm v1.10.0 (#13016)
  • 65042b5 feat(feedback): Trigger button aria label configuration (#13008)
  • edea287 chore(google-cloud): Update private key used for tests (#13023)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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/node](https://github.com/getsentry/sentry-javascript) from 8.19.0 to 8.20.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@8.19.0...8.20.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Related to dependency updates javascript Pull requests that update Javascript code labels Jul 26, 2024
Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@sentry/node@8.20.0 Transitive: environment, filesystem, shell, unsafe +43 19.6 MB sentry-bot

🚮 Removed packages: npm/@sentry/node@8.19.0

View full report↗︎

@chris48s chris48s added this pull request to the merge queue Jul 27, 2024
Merged via the queue into master with commit 153cdde Jul 27, 2024
23 checks passed
@chris48s chris48s deleted the dependabot/npm_and_yarn/sentry/node-8.20.0 branch July 27, 2024 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related to dependency updates javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant