Bump @sentry/react from 7.19.0 to 10.29.0
Type: Pull Request
State: Open
Association: Unknown
Comments: 3
(6 months ago)
(6 months ago)
Scope: Frontend
Bumps @sentry/react from 7.19.0 to 10.29.0.
Release notes
Sourced from @sentry/react's releases.
10.29.0
Important Changes
- feat(solid|solidstart): Bump accepted
@solidjs/routerrange (#18395)We expanded the supported version range for
@solidjs/routerto include0.14.xand0.15.xversions.Other Changes
- fix(logs): Add support for
msgin pino integration (#18389)- fix(node): Include system message in anthropic-ai messages span (#18332)
- fix(tracing): Add missing attributes in vercel-ai spans (#18333)
- chore(tanstackstart-react): clean up re-exported types (#18393)
- ref(core): Avoid looking up openai integration options (#17695)
- test(nuxt): Relax captured unhandled error assertion (#18397)
- test(tanstackstart-react): Set up E2E test application (#18358)
Bundle size 📦
Path Size @sentry/browser24.22 KB @sentry/browser- with treeshaking flags22.76 KB @sentry/browser(incl. Tracing)40.57 KB @sentry/browser(incl. Tracing, Profiling)45.05 KB @sentry/browser(incl. Tracing, Replay)78.08 KB @sentry/browser(incl. Tracing, Replay) - with treeshaking flags68.05 KB @sentry/browser(incl. Tracing, Replay with Canvas)82.65 KB @sentry/browser(incl. Tracing, Replay, Feedback)94.61 KB @sentry/browser(incl. Feedback)40.51 KB @sentry/browser(incl. sendFeedback)28.8 KB @sentry/browser(incl. FeedbackAsync)33.66 KB @sentry/react25.9 KB @sentry/react(incl. Tracing)42.72 KB @sentry/vue28.56 KB @sentry/vue(incl. Tracing)42.32 KB @sentry/svelte24.24 KB CDN Bundle 26.57 KB CDN Bundle (incl. Tracing) 41.22 KB CDN Bundle (incl. Tracing, Replay) 76.9 KB CDN Bundle (incl. Tracing, Replay, Feedback) 82.23 KB CDN Bundle - uncompressed 78.09 KB CDN Bundle (incl. Tracing) - uncompressed 122.4 KB CDN Bundle (incl. Tracing, Replay) - uncompressed 235.71 KB
... (truncated)
Changelog
Sourced from @sentry/react's changelog.
10.29.0
Important Changes
- feat(solid|solidstart): Bump accepted
@solidjs/routerrange (#18395)We expanded the supported version range for
@solidjs/routerto include0.14.xand0.15.xversions.Other Changes
- fix(logs): Add support for
msgin pino integration (#18389)- fix(node): Include system message in anthropic-ai messages span (#18332)
- fix(tracing): Add missing attributes in vercel-ai spans (#18333)
- chore(tanstackstart-react): clean up re-exported types (#18393)
- ref(core): Avoid looking up openai integration options (#17695)
- test(nuxt): Relax captured unhandled error assertion (#18397)
- test(tanstackstart-react): Set up E2E test application (#18358)
10.28.0
Important Changes
- feat(core): Make
matcherparameter optional inmakeMultiplexedTransport(#10798)The
matcherparameter inmakeMultiplexedTransportis now optional with a sensible default. This makes it much easier to use the multiplexed transport for sending events to multiple DSNs based on runtime configuration.Before:
import { makeFetchTransport, makeMultiplexedTransport } from '@sentry/browser';const EXTRA_KEY = 'ROUTE_TO';
const transport = makeMultiplexedTransport(makeFetchTransport, args => { const event = args.getEvent(); if (event?.extra?.[EXTRA_KEY] && Array.isArray(event.extra[EXTRA_KEY])) { return event.extra[EXTRA_KEY]; } return []; });
Sentry.init({ transport, // ... other options </tr></table>
... (truncated)
Commits
3529d46release: 10.29.07b3b613Merge pull request #18407 from getsentry/prepare-release/10.29.0477f6admeta(changelog): Update changelog for 10.29.0cf5c4baMerge pull request #18406 from getsentry/manual-master-sync-dev3c5d47fMerge branch 'develop' into manual-master-sync-dev862f415test(nuxt): Relax captured unhandled error assertion (#18397)b6eb205fix(node): Include system message in anthropic-ai messages span (#18332)65f5006fix(tracing): Add missing attributes in vercel-ai spans (#18333)df4c541feat(solid|solidstart): Bump accepted@solidjs/routerrange (#18395)f961771ref(core): Avoid looking up openai integration options (#17695)- 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: | 11777197 |
| UUID: | 3700621213 |
| Node ID: | PR_kwDOIiIfRc63Yj89 |
| Host: | GitHub |
| Repository: | python-benchmark/sentry |