Bump @sentry/profiling-node from 0.0.12 to 10.22.0
Type: Pull Request
State: Open
Association: Unknown
Comments: 1
(8 months ago)
(8 months ago)
Scope: Frontend
Bumps @sentry/profiling-node from 0.0.12 to 10.22.0.
Release notes
Sourced from @​sentry/profiling-node's releases.
10.22.0
Important Changes
feat(node): Instrument cloud functions for firebase v2 (#17952)
We added instrumentation for Cloud Functions for Firebase v2, enabling automatic performance tracking and error monitoring. This will be added automatically if you have enabled tracing.
feat(core): Instrument LangChain AI (#17955)
Instrumentation was added for LangChain AI operations. You can configure what is recorded like this:
Sentry.init({ integrations: [ Sentry.langChainIntegration({ recordInputs: true, // Record prompts/messages recordOutputs: true, // Record responses }), ], });Other Changes
- feat(cloudflare,vercel-edge): Add support for LangChain instrumentation (#17986)
- feat: Align sentry origin with documentation (#17998)
- feat(core): Truncate request messages in AI integrations (#17921)
- feat(nextjs): Support node runtime on proxy files (#17995)
- feat(node): Pass requestHook and responseHook option to OTel (#17996)
- fix(core): Fix wrong async types when instrumenting anthropic's stream api (#18007)
- fix(nextjs): Remove usage of chalk to avoid runtime errors (#18010)
- fix(node): Pino capture serialized
err(#17999)- fix(node): Pino child loggers (#17934)
- fix(react): Don't trim index route
/when getting pathname (#17985)- fix(react): Patch
spanEndfor potentially cancelled lazy-route transactions (#17962)
- chore: Add required size_check for GH Actions (#18009)
- chore: Upgrade madge to v8 (#17957)
- test(hono): Fix hono e2e tests (#18000)
- test(react-router): Fix
getMetaTagTransformertests for Vitest compatibility (#18013)- test(react): Add parameterized route tests for
createHashRouter(#17789)Bundle size đŸ“¦
| Path | Size |
... (truncated)
Changelog
Sourced from @​sentry/profiling-node's changelog.
10.22.0
Important Changes
feat(node): Instrument cloud functions for firebase v2 (#17952)
We added instrumentation for Cloud Functions for Firebase v2, enabling automatic performance tracking and error monitoring. This will be added automatically if you have enabled tracing.
feat(core): Instrument LangChain AI (#17955)
Instrumentation was added for LangChain AI operations. You can configure what is recorded like this:
Sentry.init({ integrations: [ Sentry.langChainIntegration({ recordInputs: true, // Record prompts/messages recordOutputs: true, // Record responses }), ], });Other Changes
- feat(cloudflare,vercel-edge): Add support for LangChain instrumentation (#17986)
- feat: Align sentry origin with documentation (#17998)
- feat(core): Truncate request messages in AI integrations (#17921)
- feat(nextjs): Support node runtime on proxy files (#17995)
- feat(node): Pass requestHook and responseHook option to OTel (#17996)
- fix(core): Fix wrong async types when instrumenting anthropic's stream api (#18007)
- fix(nextjs): Remove usage of chalk to avoid runtime errors (#18010)
- fix(node): Pino capture serialized
err(#17999)- fix(node): Pino child loggers (#17934)
- fix(react): Don't trim index route
/when getting pathname (#17985)- fix(react): Patch
spanEndfor potentially cancelled lazy-route transactions (#17962)
- chore: Add required size_check for GH Actions (#18009)
- chore: Upgrade madge to v8 (#17957)
- test(hono): Fix hono e2e tests (#18000)
- test(react-router): Fix
getMetaTagTransformertests for Vitest compatibility (#18013)- test(react): Add parameterized route tests for
createHashRouter(#17789)10.21.0
... (truncated)
Commits
- 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 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)
Package Dependencies
@sentry/profiling-node
npm
0.0.12 → 10.22.0
Major
Technical Details
| ID: | 10513007 |
| UUID: | 3551187623 |
| Node ID: | PR_kwDOIiIfRc6vm6EB |
| Host: | GitHub |
| Repository: | python-benchmark/sentry |