ioBroker.sourceanalytix
ioBroker.sourceanalytix copied to clipboard
chore(deps): bump @sentry/node from 7.104.0 to 8.32.0
Bumps @sentry/node from 7.104.0 to 8.32.0.
Release notes
Sourced from @sentry/node's releases.
8.32.0
Important Changes
- ref(browser): Move navigation span descriptions into op (#13527)
Moves the description of navigation related browser spans into the op, e.g. browser - cache -> browser.cache and sets the description to the performanceEntry objects' names (in this context it is the URL of the page).
feat(node): Add amqplibIntegration (#13714)
feat(nestjs): Add
SentryGlobalGenericFilterand allow specifying application ref in global filter (#13673)Adds a
SentryGlobalGenericFilterthat filters both graphql and http exceptions depending on the context.
- feat: Set log level for Fetch/XHR breadcrumbs based on status code (#13711)
Sets log levels in breadcrumbs for 5xx to error and 4xx to warning.
Other Changes
- chore(nextjs): Bump rollup to 3.29.5 (#13761)
- fix(core): Remove
sampledflag from dynamic sampling context in Tracing without Performance mode (#13753)- fix(node): Ensure node-fetch does not emit spans without tracing (#13765)
- fix(nuxt): Use Nuxt error hooks instead of errorHandler to prevent 500 (#13748)
- fix(test): Unflake LCP test (#13741)
Work in this release was contributed by
@Zen-cronicand@Sjoertjuh. Thank you for your contributions!Bundle size 📦
Path Size @sentry/browser22.63 KB @sentry/browser- with treeshaking flags21.42 KB @sentry/browser(incl. Tracing)34.86 KB @sentry/browser(incl. Tracing, Replay)71.36 KB @sentry/browser(incl. Tracing, Replay) - with treeshaking flags61.79 KB @sentry/browser(incl. Tracing, Replay with Canvas)75.71 KB @sentry/browser(incl. Tracing, Replay, Feedback)88.48 KB @sentry/browser(incl. Tracing, Replay, Feedback, metrics)90.36 KB @sentry/browser(incl. metrics)26.91 KB @sentry/browser(incl. Feedback)39.77 KB @sentry/browser(incl. sendFeedback)27.29 KB @sentry/browser(incl. FeedbackAsync)32.08 KB @sentry/react25.38 KB @sentry/react(incl. Tracing)37.84 KB @sentry/vue26.8 KB @sentry/vue(incl. Tracing)36.75 KB @sentry/svelte22.76 KB CDN Bundle 23.94 KB
... (truncated)
Changelog
Sourced from @sentry/node's changelog.
8.32.0
Important Changes
- ref(browser): Move navigation span descriptions into op (#13527)
Moves the description of navigation related browser spans into the op, e.g. browser - cache -> browser.cache and sets the description to the performanceEntry objects' names (in this context it is the URL of the page).
feat(node): Add amqplibIntegration (#13714)
feat(nestjs): Add
SentryGlobalGenericFilterand allow specifying application ref in global filter (#13673)Adds a
SentryGlobalGenericFilterthat filters both graphql and http exceptions depending on the context.
- feat: Set log level for Fetch/XHR breadcrumbs based on status code (#13711)
Sets log levels in breadcrumbs for 5xx to error and 4xx to warning.
Other Changes
- chore(nextjs): Bump rollup to 3.29.5 (#13761)
- fix(core): Remove
sampledflag from dynamic sampling context in Tracing without Performance mode (#13753)- fix(node): Ensure node-fetch does not emit spans without tracing (#13765)
- fix(nuxt): Use Nuxt error hooks instead of errorHandler to prevent 500 (#13748)
- fix(test): Unflake LCP test (#13741)
Work in this release was contributed by
@Zen-cronicand@Sjoertjuh. Thank you for your contributions!8.31.0
Important Changes
- feat(node): Add
dataloaderintegration (#13664)This release adds a new integration for the
dataloaderpackage. The Node SDK (and all SDKs that depend on it) will now automatically instrumentdataloaderinstances. You can also add it manually:Sentry.init({ integrations: [Sentry.dataloaderIntegration()], });
... (truncated)
Commits
f1a8bearelease: 8.32.0ae901c3Merge pull request #13770 from getsentry/prepare-release/8.32.00a21708meta(changelog): Update changelog for 8.32.0efd7a70docs: Fix changelog (#13786)0aac3c6Merge pull request #13772 from getsentry/fn/manual-sync9018132test: Unflake some node-integration-tests (#13771)07d9d35wip: add browser utils dep354dceefix(core): Removesampledflag from dynamic sampling context in Tracing wit...cb7f16eref: Add external contributor to CHANGELOG.md (#13764)ed150edchore(nextjs): Bump rollup to 3.29.5 (#13761)- 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)