Skip to content

dependabot npm(deps): bump @sentry/tracing from 7.15.0 to 7.16.0

Bumps @sentry/tracing from 7.15.0 to 7.16.0.

Release notes

Sourced from @​sentry/tracing's releases.

7.16.0

This release adds the withSentryConfig feature to the Svelte SDK. It replaces the now deprecated Svelte componentTrackingPreprocessor 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 and NextConfig (#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/tracing's changelog.

7.16.0

This release adds the withSentryConfig feature to the Svelte SDK. It replaces the now deprecated Svelte componentTrackingPreprocessor 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 and NextConfig (#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 with withSentryConfig and NextConfig (#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 in src folder (#...
  • 3a12ba5 ref(build): Remove constToVarPlugin (#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): Use setup-node, cache, and checkout v3 in GHA (#5981)
  • Additional commits viewable in compare view

Merge request reports

Loading