Bump @sentry/astro from 10.19.0 to 10.22.0
Type: Pull Request
State: Open
Association: Unknown
Comments: 3
(4 months ago)
(4 months ago)
Bumps @sentry/astro from 10.19.0 to 10.22.0.
Release notes
Sourced from @​sentry/astro'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/astro'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
c6b99c0release: 10.22.02bde42bMerge pull request #18017 from getsentry/prepare-release/10.22.08debb05meta(changelog): Update changelog for 10.22.0fd26569fix(react): PatchspanEndfor potentially cancelled lazy-route transactions...9c0397ctest(react-router): FixgetMetaTagTransformertests for Vitest compatibilit...0bac0eatest(react): Add parameterized route tests forcreateHashRouter(#17789)1513161chore: Add required size_check for GH Actions (#18009)7d050b5fix(core): Fix wrong async types when instrumenting anthropic's stream api (#...925a4eafeat(cloudflare,vercel-edge): Add support for LangChain instrumentation (#17986)7968cd8fix(react): Don't trim index route/when getting pathname (#17985)- 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)
Package Dependencies
Technical Details
| ID: | 10551540 |
| UUID: | 3554883931 |
| Node ID: | PR_kwDOKfapnc6vypew |
| Host: | GitHub |
| Repository: | webstackdev/astro.webstackbuilders.com |