dependabot npm(deps): bump @sentry/node from 7.11.1 to 7.12.0
Bumps @sentry/node from 7.11.1 to 7.12.0.
Release notes
Sourced from @sentry/node
's releases.
7.12.0
This release adds an environment check in
@sentry/nextjs
for Vercel deployments (using theVERCEL_ENV
env variable), and only enablesSentryWebpackPlugin
if the environment isproduction
. To override this, settingdisableClientWebpackPlugin
ordisableServerWebpackPlugin
tofalse
now takes precedence over other checks, rather than being a no-op. Note: Overriding this is not recommended! It can increase build time and clog Release Health data in Sentry with inaccurate noise.
- fix(browser): use valid urls in Request checks (#5630)
- fix(integrations): Don't add empty stack trace in
RewriteFrames
(#5625)- feat(nextjs): Create transactions in
getInitialProps
andgetServerSideProps
(#5593)- feat(nextjs): Instrument server-side
getInitialProps
of_app
,_document
and_error
(#5604)- fix(nextjs): Start navigation transactions on same-route navigations (#5642)
- fix(nextjs): Don't run webpack plugin on non-prod Vercel deployments (#5603)
- ref(nextjs): Add warning about non-hidden sourcemaps (#5649)
- ref(nextjs): Use proxy loader for wrapping all data-fetching functions (#5602)
- feat(node): Populate
event.contexts
for Node.js (#5512)- fix(node): Avoid catching domain errors in request handler (#5627)
- fix(serverless): Check for existence of callback in GCP event handler before calling (#5608)
- ref(tracing): Remove mark measurements (#5605)
- ref(tracing): Update long task description (#5601)
- chore(svelte): Detect and report SvelteKit usage (#5594)
- feat(svelte): Add Component Tracking (#5612)
Work in this release contributed by
@lucas-zimerman
,@GJZwiers
, and@mohd-akram
. Thank you for your contributions!
Changelog
Sourced from @sentry/node
's changelog.
7.12.0
This release adds an environment check in
@sentry/nextjs
for Vercel deployments (using theVERCEL_ENV
env variable), and only enablesSentryWebpackPlugin
if the environment isproduction
. To override this, settingdisableClientWebpackPlugin
ordisableServerWebpackPlugin
tofalse
now takes precedence over other checks, rather than being a no-op. Note: Overriding this is not recommended! It can increase build time and clog Release Health data in Sentry with inaccurate noise.
- feat(nextjs): Create transactions in
getInitialProps
andgetServerSideProps
(#5593)- feat(nextjs): Instrument server-side
getInitialProps
of_app
,_document
and_error
(#5604)- feat(node): Populate
event.contexts
for Node.js (#5512)- feat(svelte): Add Component Tracking (#5612)
- fix(browser): use valid urls in Request checks (#5630)
- fix(integrations): Don't add empty stack trace in
RewriteFrames
(#5625)- fix(nextjs): Start navigation transactions on same-route navigations (#5642)
- fix(nextjs): Don't run webpack plugin on non-prod Vercel deployments (#5603)
- fix(node): Avoid catching domain errors in request handler (#5627)
- fix(serverless): Check for existence of callback in GCP event handler before calling (#5608)
- ref(nextjs): Add warning about non-hidden sourcemaps (#5649)
- ref(nextjs): Use proxy loader for wrapping all data-fetching functions (#5602)
- ref(tracing): Remove mark measurements (#5605)
- ref(tracing): Update long task description (#5601)
- chore(svelte): Detect and report SvelteKit usage (#5594)
Work in this release contributed by
@lucas-zimerman
,@GJZwiers
, and@mohd-akram
. Thank you for your contributions!
Commits
-
e3fbee5
release: 7.12.0 -
b5a7c03
fix: Adjust changelog 7.12.0 heading level (#5663) -
b92d422
fix: changelog for 7.12.0 (#5662) -
b26c611
meta: Update changelog with 7.12.0 (#5661) -
f683059
feat(svelte): Add Component Tracking (#5612) -
27b5771
ref(nextjs): Add warning about non-hidden sourcemaps (#5649) -
7542482
chore(various): Fix comments and docstrings (#5651) -
aff06e0
chore(utils): UpdateparseBaggageSetMutability
docstring (#5657) -
51c016f
fix(integrations): Don't add empty stack trace inRewriteFrames
(#5625) -
232964c
ref(tests): AddTestEnv
class to Node integration tests. (#5633) - Additional commits viewable in compare view