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 the sentry group across 1 directory with 2 updates #7721

Merged
merged 1 commit into from
Jan 12, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 12, 2025

Bumps the sentry group with 2 updates in the /web directory: @sentry/react and @sentry/vite-plugin.

Updates @sentry/react from 8.47.0 to 8.48.0

Release notes

Sourced from @​sentry/react's releases.

8.48.0

Deprecations

  • feat(v8/core): Deprecate getDomElement method (#14799)

    Deprecates getDomElement. There is no replacement.

Other changes

  • fix(nestjs/v8): Use correct main/module path in package.json (#14791)
  • fix(v8/core): Use consistent continueTrace implementation in core (#14819)
  • fix(v8/node): Correctly resolve debug IDs for ANR events with custom appRoot (#14823)
  • fix(v8/node): Ensure NODE_OPTIONS is not passed to worker threads (#14825)
  • fix(v8/angular): Fall back to element tagName when name is not provided to TraceDirective (#14828)
  • fix(aws-lambda): Remove version suffix from lambda layer (#14843)
  • fix(v8/node): Ensure express requests are properly handled (#14851)
  • feat(v8/node): Add openTelemetrySpanProcessors option (#14853)
  • fix(v8/react): Use Set as the allRoutes container. (#14878) (#14884)
  • fix(v8/react): Improve handling of routes nested under path="/" (#14897)
  • feat(v8/core): Add normalizedRequest to samplingContext (#14903)
  • fix(v8/feedback): Avoid lazy loading code for syncFeedbackIntegration (#14918)

Work in this release was contributed by @​arturovt. Thank you for your contribution!

Bundle size 📦

Path Size
@​sentry/browser 23.29 KB
@​sentry/browser - with treeshaking flags 21.96 KB
@​sentry/browser (incl. Tracing) 35.85 KB
@​sentry/browser (incl. Tracing, Replay) 73.09 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 63.48 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 77.4 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 89.34 KB
@​sentry/browser (incl. Feedback) 39.5 KB
@​sentry/browser (incl. sendFeedback) 27.89 KB
@​sentry/browser (incl. FeedbackAsync) 32.69 KB
@​sentry/react 25.96 KB
@​sentry/react (incl. Tracing) 38.66 KB
@​sentry/vue 27.56 KB
@​sentry/vue (incl. Tracing) 37.69 KB
@​sentry/svelte 23.45 KB
CDN Bundle 24.49 KB
CDN Bundle (incl. Tracing) 37.56 KB
CDN Bundle (incl. Tracing, Replay) 72.75 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 78.11 KB
CDN Bundle - uncompressed 71.93 KB
CDN Bundle (incl. Tracing) - uncompressed 111.42 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 225.5 KB

... (truncated)

Changelog

Sourced from @​sentry/react's changelog.

8.48.0

Deprecations

  • feat(v8/core): Deprecate getDomElement method (#14799)

    Deprecates getDomElement. There is no replacement.

Other changes

  • fix(nestjs/v8): Use correct main/module path in package.json (#14791)
  • fix(v8/core): Use consistent continueTrace implementation in core (#14819)
  • fix(v8/node): Correctly resolve debug IDs for ANR events with custom appRoot (#14823)
  • fix(v8/node): Ensure NODE_OPTIONS is not passed to worker threads (#14825)
  • fix(v8/angular): Fall back to element tagName when name is not provided to TraceDirective (#14828)
  • fix(aws-lambda): Remove version suffix from lambda layer (#14843)
  • fix(v8/node): Ensure express requests are properly handled (#14851)
  • feat(v8/node): Add openTelemetrySpanProcessors option (#14853)
  • fix(v8/react): Use Set as the allRoutes container. (#14878) (#14884)
  • fix(v8/react): Improve handling of routes nested under path="/" (#14897)
  • feat(v8/core): Add normalizedRequest to samplingContext (#14903)
  • fix(v8/feedback): Avoid lazy loading code for syncFeedbackIntegration (#14918)

Work in this release was contributed by @​arturovt. Thank you for your contribution!

Commits
  • 405ceb4 release: 8.48.0
  • 8e2ed6f meta(changelog): Update changelog for 8.48.0 (#14919)
  • 8b03e0b fix(v8/feedback): Avoid lazy loading code for syncFeedbackIntegration (#14918)
  • 77cabfb fix(v8/react): Use Set as the allRoutes container. (#14878) (#14884)
  • 6fa3797 feat(v8/core): Add normalizedRequest to samplingContext (#14903)
  • 845b7aa fix(v8/react): Improve handling of routes nested under path="/" (#14897)
  • dbd3296 feat(v8/node): Add openTelemetrySpanProcessors option (#14853)
  • 960dd9b fix(v8/node): Ensure express requests are properly handled (#14851)
  • 576a1ad fix(v8/core): Use consistent continueTrace implementation in core (#14819)
  • 75ca8b9 meta(changelog): Update changelog for 8.48.0 (#14844)
  • Additional commits viewable in compare view

Updates @sentry/vite-plugin from 2.22.7 to 2.23.0

Release notes

Sourced from @​sentry/vite-plugin's releases.

2.23.0

  • chore(deps): bump nanoid from 3.3.6 to 3.3.8 (#641)
  • feat(core): Detect Railway release name (#639)
  • feat(core): Write module injections to globalThis (#636)
  • feat(react-component-annotate): Allow skipping annotations on specified components (#617)
  • ref(core): Rename release management plugin name (#647)

Work in this release contributed by @​conor-ob. Thank you for your contribution!

Changelog

Sourced from @​sentry/vite-plugin's changelog.

2.23.0

  • chore(deps): bump nanoid from 3.3.6 to 3.3.8 (#641)
  • feat(core): Detect Railway release name (#639)
  • feat(core): Write module injections to globalThis (#636)
  • feat(react-component-annotate): Allow skipping annotations on specified components (#617)
  • ref(core): Rename release management plugin name (#647)

Work in this release contributed by @​conor-ob. Thank you for your contribution!

Commits
  • aff2c51 release: 2.23.0
  • 77bba37 meta: Update changelog for 2.23.0 (#649)
  • e1975d4 feat(react-component-annotate): Allow skipping annotations on specified compo...
  • d051b07 ref(core): Rename release management plugin name (#647)
  • b2a0529 chore(deps): bump nanoid from 3.3.6 to 3.3.8 (#641)
  • bd3e31f feat(core): Detect Railway release name (#639)
  • 456ff2e feat(release): Replace release bot with GH app (#637)
  • 10e4689 feat(core): Write module injections to globalThis (#636)
  • d811088 Merge branch 'release/2.22.7'
  • See full diff in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from a team as a code owner January 12, 2025 12:37
@dependabot dependabot bot requested review from silkeholmebonnen and removed request for a team January 12, 2025 12:37
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 12, 2025
@dependabot dependabot bot requested a review from VIKTORVAV99 January 12, 2025 12:37
@VIKTORVAV99 VIKTORVAV99 enabled auto-merge (squash) January 12, 2025 12:44
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/web/sentry-c20ac36609 branch from 64f3936 to e3b5cf1 Compare January 12, 2025 12:46
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/web/sentry-c20ac36609 branch from e3b5cf1 to 09b568f Compare January 12, 2025 12:52
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/web/sentry-c20ac36609 branch from 09b568f to 7568290 Compare January 12, 2025 12:58
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/web/sentry-c20ac36609 branch from 7568290 to 6ae8ee6 Compare January 12, 2025 13:04
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/web/sentry-c20ac36609 branch from 6ae8ee6 to 8d802b2 Compare January 12, 2025 13:10
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/web/sentry-c20ac36609 branch from 8d802b2 to 72b25e7 Compare January 12, 2025 13:16
Bumps the sentry group with 2 updates in the /web directory: [@sentry/react](https://github.com/getsentry/sentry-javascript) and [@sentry/vite-plugin](https://github.com/getsentry/sentry-javascript-bundler-plugins).


Updates `@sentry/react` from 8.47.0 to 8.48.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/8.48.0/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@8.47.0...8.48.0)

Updates `@sentry/vite-plugin` from 2.22.7 to 2.23.0
- [Release notes](https://github.com/getsentry/sentry-javascript-bundler-plugins/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript-bundler-plugins@2.22.7...2.23.0)

---
updated-dependencies:
- dependency-name: "@sentry/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sentry
- dependency-name: "@sentry/vite-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: sentry
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/web/sentry-c20ac36609 branch from 72b25e7 to c506ae2 Compare January 12, 2025 13:22
@VIKTORVAV99 VIKTORVAV99 merged commit b18896a into master Jan 12, 2025
23 checks passed
@VIKTORVAV99 VIKTORVAV99 deleted the dependabot/npm_and_yarn/web/sentry-c20ac36609 branch January 12, 2025 13:26
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 frontend 🎨 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant