dependabot npm(deps): bump @sentry/tracing from 7.12.1 to 7.14.0
Bumps @sentry/tracing from 7.12.1 to 7.14.0.
Release notes
Sourced from @sentry/tracing
's releases.
7.14.0
- feat(nextjs): Add status to data-fetcher spans (#5777)
- feat(nextjs): Auto-wrap API routes (#5778)
- feat(nextjs): Promote option to automatically wrap data fetchers and API routes to non-experimental (#5793)
- feat(utils): Modern implementation of
getGlobalObject
(#5809)- fix(gatsby): Include app-* entrypoints as they may include user source code (#5685)
- fix(nextjs): Handle
pathname
being passed in object ininstrumentServer
(#5782)- fix(nextjs): Pass request in sampling context of data fetchers wrapper transaction (#5784)
- fix(nextjs): Reverse order of checks for instrumenting server (#5828)
- fix(nextjs): Rename
nextjs.data.server
ops (#5830)- fix(remix): Do not skip error handling if tracing is not enabled. (#5811)
- fix(remix): Use import() to get
react-router-dom
in Express wrapper. (#5810)- fix(tracing): Remove
connection.downlink
measurement (#5794)- ref(browser): Use configured transport as fallback for client reports (#5797)
- ref(nextjs): Use flush code from
withSentry
in all backend wrappers (#5814)- ref(nextjs): Use integration to add request data to transaction events (#5703)
- ref(nextjs): Use
RequestData
integration for errors (#5729)- ref(node): Move request data functions back to
@sentry/node
(#5759)- ref(tracing): Don't track transaction sampling method (#5775)
- ref(types): Use intersections instead of extend in envelope types (#5788)
Work in this release contributed by
@Auspicus
and@dagroe
. Thank you for your contributions!7.13.0
- feat(browser): Use fetch
keepalive
flag (#5697)- feat(core): Set custom transaction source for event processors (#5722)
- feat(nextjs): Trace navigation transactions (#5676)
- feat(node): Add Modules integration to default integrations (#5706)
- fix(browser): Use
normalizeDepth
option when creating an event from a plain object- fix(core): Fix integration deduping (#5696)
- fix(node): Use
normalizeDepth
when creating an event from unknown input- fix(nextjs): Make NextApiHandler type version-agnostic (#5737)
- fix(tracing): Set sample rate in transaction metadata and DSC (#5691)
- ref: Make dynamic sampling context mutable (#5710)
- ref(tracing): Record transaction name changes (#5723)
- chore(nextjs): Remove obsolete dataFetchers loader (#5713)
Changelog
Sourced from @sentry/tracing
's changelog.
7.14.0
- feat(nextjs): Add status to data-fetcher spans (#5777)
- feat(nextjs): Auto-wrap API routes (#5778)
- feat(nextjs): Promote option to automatically wrap data fetchers and API routes to non-experimental (#5793)
- feat(utils): Modern implementation of
getGlobalObject
(#5809)- fix(gatsby): Include app-* entrypoints as they may include user source code (#5685)
- fix(nextjs): Handle
pathname
being passed in object ininstrumentServer
(#5782)- fix(nextjs): Pass request in sampling context of data fetchers wrapper transaction (#5784)
- fix(nextjs): Reverse order of checks for instrumenting server (#5828)
- fix(nextjs): Rename
nextjs.data.server
ops (#5830)- fix(remix): Do not skip error handling if tracing is not enabled. (#5811)
- fix(remix): Use import() to get
react-router-dom
in Express wrapper. (#5810)- fix(tracing): Remove
connection.downlink
measurement (#5794)- ref(browser): Use configured transport as fallback for client reports (#5797)
- ref(nextjs): Use flush code from
withSentry
in all backend wrappers (#5814)- ref(nextjs): Use integration to add request data to transaction events (#5703)
- ref(nextjs): Use
RequestData
integration for errors (#5729)- ref(node): Move request data functions back to
@sentry/node
(#5759)- ref(tracing): Don't track transaction sampling method (#5775)
- ref(types): Use intersections instead of extend in envelope types (#5788)
Work in this release contributed by
@Auspicus
and@dagroe
. Thank you for your contributions!7.13.0
- feat(browser): Use fetch
keepalive
flag (#5697)- feat(core): Set custom transaction source for event processors (#5722)
- feat(nextjs): Trace navigation transactions (#5676)
- feat(node): Add Modules integration to default integrations (#5706)
- fix(browser): Use
normalizeDepth
option when creating an event from a plain object- fix(core): Fix integration deduping (#5696)
- fix(node): Use
normalizeDepth
when creating an event from unknown input- fix(nextjs): Make NextApiHandler type version-agnostic (#5737)
- fix(tracing): Set sample rate in transaction metadata and DSC (#5691)
- ref: Make dynamic sampling context mutable (#5710)
- ref(tracing): Record transaction name changes (#5723)
- chore(nextjs): Remove obsolete dataFetchers loader (#5713)
Commits
-
094dc18
release: 7.14.0 -
aa9f667
meta: Changelog for 7.14.0 (#5844) -
fac1103
fix(nextjs): Renamenextjs.data.server
ops (#5830) -
186bcda
ref(nextjs): Use flush code fromwithSentry
in all backend wrappers (#5814) -
f767905
chore(svelte): Remove beta warning from readme (#5822) -
12c19d0
ref(build): Switch from usingrollup-plugin-re
torollup-plugin-cleanup
(... -
0cfda74
fix(nextjs): Reverse order of checks for instrumenting server (#5828) -
d1f0b60
chore: Update discussion link to point to github discussions (#5820) -
bc1475a
test(e2e): Set up fake registry for E2E tests (#5806) -
a5bfa80
feat(utils): Modern implementation ofgetGlobalObject
(#5809) - Additional commits viewable in compare view