pathling
pathling copied to clipboard
Bump @sentry/node from 7.84.0 to 7.113.0 in /lib/import
Bumps @sentry/node from 7.84.0 to 7.113.0.
Release notes
Sourced from @sentry/node's releases.
7.113.0
Important Changes
- feat(node): Support Node 22 (#11754)
This release adds support for Node 22! 🎉
It also adds prebuilt-binaries for Node 22 to
@sentry/profiling-node.Other Changes
- feat(feedback): [v7] New feedback button design (#11841)
- feat(replay/v7): Upgrade rrweb packages to 2.15.0 (#11752)
- fix(ember/v7): Ensure unnecessary spans are avoided (#11848)
7.112.2
- fix(nextjs|sveltekit): Ensure we can pass
browserTracingIntegration(#11765)7.112.1
- fix(ember/v7): Do not create rendering spans without transaction (#11750)
7.112.0
Important Changes
- feat: Export pluggable integrations from SDK packages (#11723)
Instead of installing
@sentry/integrations, you can now import the pluggable integrations directly from your SDK package:// Before import * as Sentry fromv '@sentry/browser'; import { dedupeIntegration } from '@sentry/integrations';Sentry.init({ integrations: [dedupeIntegration()], });
// After import * as Sentry from '
@sentry/browser';Sentry.init({ integrations: [Sentry.dedupeIntegration()], });
Note that only the functional integrations (e.g.
xxxIntegration()) are re-exported.Other Changes
... (truncated)
Changelog
Sourced from @sentry/node's changelog.
7.113.0
Important Changes
- feat(node): Support Node 22 (#11754)
This release adds support for Node 22! 🎉
It also adds prebuilt-binaries for Node 22 to
@sentry/profiling-node.Other Changes
- feat(feedback): [v7] New feedback button design (#11841)
- feat(replay/v7): Upgrade rrweb packages to 2.15.0 (#11752)
- fix(ember/v7): Ensure unnecessary spans are avoided (#11848)
7.112.2
- fix(nextjs|sveltekit): Ensure we can pass
browserTracingIntegration(#11765)7.112.1
- fix(ember/v7): Do not create rendering spans without transaction (#11750)
7.112.0
Important Changes
- feat: Export pluggable integrations from SDK packages (#11723)
Instead of installing
@sentry/integrations, you can now import the pluggable integrations directly from your SDK package:// Before import * as Sentry fromv '@sentry/browser'; import { dedupeIntegration } from '@sentry/integrations';Sentry.init({ integrations: [dedupeIntegration()], });
// After import * as Sentry from '
@sentry/browser';Sentry.init({ integrations: [Sentry.dedupeIntegration()], });
... (truncated)
Commits
29f5b8drelease: 7.113.0af4dfd8meta(changelog): Update changelog for 7.113.0 (#11868)b90d046feat(node): [v7] Support Node 22 (#11754)6f7095dfeat(feedback): [v7] New feedback button design (#11841)77a51bdfix(ember/v7): Ensure unnecessary spans are avoided (#11848)217e4c1test(browser/v7): Add test for captureConsole (#11830)4340845feat(replay/v7): Upgrade rrweb packages to 2.15.0 (#11752)1d3469dMerge branch 'release/7.112.2' into v7b6fd7e8release: 7.112.2afaa3e4meta(changelog): Update changelog for v7.112.2 (#11768)- Additional commits viewable 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)