dependabot npm(deps): bump @sentry/tracing from 7.9.0 to 7.10.0
Bumps @sentry/tracing from 7.9.0 to 7.10.0.
Release notes
Sourced from @sentry/tracing
's releases.
7.10.0
This release introduces the first alpha version of
@sentry/svelte
, our newest JavaScript SDK! For details on how to use it, please see the README and the tracking GitHub issue.
- feat(react): Track duration of React component updates (#5531)
- feat(svelte): Add Error and Performance Instrumentation from Browser SDK (#5543)
- feat(svelte): Add Svelte SDK Package Boilerplate (#5535)
- fix(integration): Don't mangle localforage internals (#5534)
- fix(react): Set redux state context properly (#5550)
- fix(remix): Support merging
json
responses from root loader functions. (#5548)- fix(remix): Return response if detected in root loader (#5558)
- ref(nextjs): Move
autoWrapDataFetchers
option intoexperiments
object (#5540)- ref(nextjs): Wrap server-side data-fetching methods during build (#5503)
Work in this release contributed by
@augustuswm
. Thank you for your contribution!
Changelog
Sourced from @sentry/tracing
's changelog.
7.10.0
This release introduces the first alpha version of
@sentry/svelte
, our newest JavaScript SDK! For details on how to use it, please see the README and the tracking GitHub issue.
- feat(react): Track duration of React component updates (#5531)
- feat(svelte): Add Error and Performance Instrumentation from Browser SDK (#5543)
- feat(svelte): Add Svelte SDK Package Boilerplate (#5535)
- fix(integration): Don't mangle localforage internals (#5534)
- fix(react): Set redux state context properly (#5550)
- fix(remix): Support merging
json
responses from root loader functions. (#5548)- fix(remix): Return response if detected in root loader (#5558)
- ref(nextjs): Move
autoWrapDataFetchers
option intoexperiments
object (#5540)- ref(nextjs): Wrap server-side data-fetching methods during build (#5503)
Work in this release contributed by
@augustuswm
. Thank you for your contribution!
Commits
-
5a3ed51
release: 7.10.0 -
64c7204
meta: Update 7.10.0 CHANGELOG (#5559) -
0c0ae91
fix(remix): Return response if detected in root loader (#5558) -
7d338b4
meta: Update Changelog for 7.10.0 (#5556) -
1547e11
chore(svelte): Add entry for Svelte SDK in craft.yml (#5547) -
acd7fbb
chore(svelte): Remove private field from package.json (#5554) -
018ff6a
chore(remix): Update integration test tsconfig (#5551) -
ee70717
feat(react): Track duration of React component updates (#5531) -
ac2dc12
fix(react): Set redux state context properly (#5550) -
9d38065
fix(remix): Support mergingjson
responses from root loader functions. (#5548) - Additional commits viewable in compare view