chore(deps): bump @sentry/profiling-node from 10.36.0 to 10.39.0#497
chore(deps): bump @sentry/profiling-node from 10.36.0 to 10.39.0#497dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Analysis: Run #1025
🎉 All tests passed!Github Test Reporter by CTRF 💚 |
fe0e7c9 to
d86231f
Compare
Analysis: Run #1030
🎉 All tests passed!Github Test Reporter by CTRF 💚 |
| "@sentry/node": "10.36.0", | ||
| "@sentry/profiling-node": "10.36.0", | ||
| "@sentry/profiling-node": "10.39.0", |
There was a problem hiding this comment.
Bug: The @sentry/node and @sentry/profiling-node packages have mismatched versions. This will cause the profiling integration to fail to initialize, disabling the feature.
Severity: MEDIUM
Suggested Fix
Update the version of @sentry/node in backend/package.json and mcp-server/package.json to match the version of @sentry/profiling-node, which is 10.39.0. This will ensure both packages are compatible as required by Sentry.
Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent.
Verify if this is a real issue. If it is, propose a fix; if not, explain why it's not
valid.
Location: backend/package.json#L32-L33
Potential issue: The `package.json` specifies `@sentry/node` at version `10.36.0` while
`@sentry/profiling-node` is at `10.39.0`. Sentry's documentation explicitly states that
the version of the profiling package must exactly match the main SDK package. This
mismatch will cause the dynamic import of `nodeProfilingIntegration` to fail. Although
the application has a `try-catch` block to prevent a crash, this will result in Sentry
profiling being silently disabled in production, and an error will be logged. The
intended performance monitoring will not function.
Did we get this right? 👍 / 👎 to inform future reviews.
Analysis: Run #1033
🎉 All tests passed!Github Test Reporter by CTRF 💚 |
|
@dependabot recreate |
Bumps [@sentry/profiling-node](https://github.com/getsentry/sentry-javascript) from 10.36.0 to 10.39.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@10.36.0...10.39.0) --- updated-dependencies: - dependency-name: "@sentry/profiling-node" dependency-version: 10.39.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
d86231f to
f992e17
Compare
Analysis: Run #1081
🎉 All tests passed!Github Test Reporter by CTRF 💚 |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps @sentry/profiling-node from 10.36.0 to 10.39.0.
Release notes
Sourced from
@sentry/profiling-node's releases.... (truncated)
Changelog
Sourced from
@sentry/profiling-node's changelog.... (truncated)
Commits
ab54c5cMake@sentry/opentelemetrynot a peer dep in node-coref822e69chore: Lint lerna.jsonc4708d2release: 10.39.0b5e3094chore: Revert to lerna v8 (#19294)9dea581Merge pull request #19281 from getsentry/prepare-release/10.39.012e467fmeta(changelog): Update changelog for 10.39.0d7df7d4ref(sveltekit): Useuntrackto read route id without invalidation (#19272)24b2ef2fix(sveltekit): Detect used adapter viasvelte.config.js(#19270)e051be4feat(node-core): Add outgoing fetch trace propagation to light mode (#19262)eaf297fref(core): Move shouldPropagateTraceForUrl from opentelemetry to core (#19258)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@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)