dependabot npm(deps): bump @sentry/node from 7.15.0 to 7.16.0
Bumps @sentry/node from 7.15.0 to 7.16.0.
Release notes
Sourced from @sentry/node
's releases.
7.16.0
This release adds the
withSentryConfig
feature to the Svelte SDK. It replaces the now deprecated SveltecomponentTrackingPreprocessor
which will be removed in the next major release.
- feat(node): Export Span type from
@sentry/types
(#5982)- feat(svelte): Add
withSentryConfig
function to wrap User Svelte Configuration (#5936)- fix(nextjs): Correctly apply auto-instrumentation to pages in
src
folder (#5984)- fix(nextjs): Fix typing issue with
withSentryConfig
andNextConfig
(#5967)- fix(react): Support root and wildcard routes in react router v6 (#5971)
- fix(remix): Add yargs dependency for uploading sourcemaps (#5926)
- fix(svelte): Track components without script tags (#5957)
- fix(utils): Rename
global.ts
->worldwide.ts
(#5969)- fix(vue): Start pageload transaction earlier to capture missing spans (#5983)
- ref(build): Remove
constToVarPlugin
(#5970)- ref(nextjs): Don't assert existance of
pageProps
in_app
(#5945)- ref(utils): Deprecate
getGlobalObject
as it's no longer used (#5949)Work in this release contributed by
@jeengbe
. Thank you for your contribution!
Changelog
Sourced from @sentry/node
's changelog.
7.16.0
This release adds the
withSentryConfig
feature to the Svelte SDK. It replaces the now deprecated SveltecomponentTrackingPreprocessor
which will be removed in the next major release.
- feat(node): Export Span type from
@sentry/types
(#5982)- feat(svelte): Add
withSentryConfig
function to wrap User Svelte Configuration (#5936)- fix(nextjs): Correctly apply auto-instrumentation to pages in
src
folder (#5984)- fix(nextjs): Fix typing issue with
withSentryConfig
andNextConfig
(#5967)- fix(react): Support root and wildcard routes in react router v6 (#5971)
- fix(remix): Add yargs dependency for uploading sourcemaps (#5926)
- fix(svelte): Track components without script tags (#5957)
- fix(utils): Rename
global.ts
->worldwide.ts
(#5969)- fix(vue): Start pageload transaction earlier to capture missing spans (#5983)
- ref(build): Remove
constToVarPlugin
(#5970)- ref(nextjs): Don't assert existance of
pageProps
in_app
(#5945)- ref(utils): Deprecate
getGlobalObject
as it's no longer used (#5949)Work in this release contributed by
@jeengbe
. Thank you for your contribution!
Commits
-
5386ce7
release: 7.16.0 -
8408a3b
meta: Update changelog for 7.16.0 (#5988) -
8b2b78e
fix(nextjs): Fix typing issue withwithSentryConfig
andNextConfig
(#5967) -
d9d1115
fix(react): Support root and wildcard routes in react router v6 (#5971) -
12a4297
test(e2e): Don't run E2E tests on fork PRs (#5986) -
80f586e
fix(nextjs): Correctly apply auto-instrumentation to pages insrc
folder (#... -
3a12ba5
ref(build): RemoveconstToVarPlugin
(#5970) -
4080ee9
fix(vue): Start pageload transaction earlier to capture missing spans (#5983) -
21020d9
feat(node): Export Span type from@sentry/types
(#5982) -
424a59a
chore(dev): Usesetup-node
,cache
, andcheckout
v3 in GHA (#5981) - Additional commits viewable in compare view