chore(deps): update dependency @sentry/node to v6.19.7 #62
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
6.5.1->6.19.7Release Notes
getsentry/sentry-javascript (@sentry/node)
v6.19.7Compare Source
Work in this release contributed by @cameronaziz and @kpdecker. Thank you for your contributions!
v6.19.6Compare Source
v6.19.5Compare Source
v6.19.4Compare Source
build/typesto tarballs and adjusttypesentry points (#4824))Work in this release contributed by @MikevPeeren. Thank you for your contribution!
v6.19.3Compare Source
v6.19.2Compare Source
isNaNfunction (#4759)v6.19.1Compare Source
This release fixes a bug from 6.19.0 causing type import errors in most JS SDKs.
fix(types): Point to type definitions in dist folder #4745
v6.19.0Compare Source
This release makes a change to the data normalization process, limiting the number of entries or properties which will be included in any given array or object to 1000. Previously there was no limit, so in rare cases you may notice a change in your context data. If this is a problem, you can increase the limit with the new
maxNormalizationBreadthsetting. See #4689 for details.feat(build): Create debug versions of minified bundles (#4699)
feat(integrations): Make ES6 integration bundles (#4718)
feat(utils): Limit
normalizemaximum properties/elements (#4689)feat(various): Apply debug guard to logger everywhere (#4698)
fix(browser): Use
applyrather thancallintry-catchintegration (#4695)fix(ember): Fix merging env config (#4714)
fix(nextjs): Add env var to suppress API non-response meta-warning (#4706)
fix(nextjs): Widen scope for client file upload (#4705)
fix(node): Fix async stack parsing (#4721)
ref(browser): Use ratelimit utils in base transport (#4686)
ref(build): Introduce root build directory in
@sentry/browser(#4688)ref(minimal): Simplify
syntheticExceptioncreation (#4691)ref(tracing): Remove
BrowserTracinglogging flag default value (#4708)ref(utils): Simplify
isDebugBuildlogging guard (#4696)Work in this release contributed by @Turbo87. Thank you for your contribution!
v6.18.2Compare Source
If you are using
@sentry-internal/eslint-config-sdk, please note that this release turns on the quotes rule to enforce usage of single quotes.This release also removes
@sentry/tracingas a dependency of@sentry/node. Please explicitly install and import@sentry/tracingif you want to use performance monitoring capabilities. For more details, see our docs on setting up Node Performance Monitoring.We also now produce an ES6 version of our CDN tracing bundle, which can be accessed with
bundle.tracing.es6.min.js.Work in this release contributed by @Ignigena. Thank you for your contribution!
v6.18.1Compare Source
Work in this release contributed by @belgattitude, @pbernery, and @kylemh. Thank you for your contributions!
v6.18.0Compare Source
This patch deprecates the
frameContextLinesoption for the Node SDK. The migration documentation details how to migrate off the deprecatedframeContextLinesoption.ignoreSentryErrorsoption for AWS lambda (#4620)Work in this release contributed by @GoshaEgorian and @ichina. Thank you for your contributions!
v6.17.9Compare Source
Work in this release contributed by @aaronadamsCA. Thank you for your contribution!
v6.17.8Compare Source
normalizeDepthwhen normalization is skipped(#4574)Work in this release contributed by @mydea. Thank you for your contribution!
v6.17.7Compare Source
Work in this release contributed by @connorjclark. Thank you for your contribution!
v6.17.6Compare Source
Work in this release contributed by @mobilestar1. Thank you for your contribution!
v6.17.5Compare Source
This release deprecates the
Severityenum, theSeverityLeveltype, and the internalSeverityLevelsarray, all from@sentry/types. In v7,Severitywill disappear (in favor ofSeverityLevel) andSeverityLevelandSeverityLevelswill live in@sentry/utils. If you are using any of the three, we encourage you to migrate your usage now, using our migration guide.@sentry/webpack-pluginto 1.18.5 (#4501)@sentry/utils(#4492)Work in this release contributed by @Bobakanoosh and @ssnielsen. Thank you for your contributions!
v6.17.4Compare Source
@sentry/webpack-pluginfrom 1.18.3 to 1.18.4 (#4464)ExtraErrorData'sdepthoption (#4487)BrowserTracingintegration directly (#4480)SpanStatusenum (#4478)_isVuenot defined in Vue3 (#4461)Work in this release contributed by @7inspire, @jaeseokk, and @rchl. Thank you for your contributions!
v6.17.3Compare Source
reqandresif necessary when instrumenting server (#4467)v6.17.2Compare Source
This patch contains a breaking change for anyone setting the undocumented
rethrowAfterCaptureoption for@sentry/serverless's AWS wrapper tofalse, as its functionality has been removed. For backwards compatibility with anyone setting it totrue(which is also the default), the option remains in theWrapperOptionstype for now. It will be removed in the next major release, though, so we recommend removing it from your code.rethrowAfterCaptureuse in AWS lambda wrapper (#4448)v6.17.1Compare Source
hidden-source-mapas webpack devtool value (#4436)Work in this release contributed by @datbth. Thank you for your contribution!
v6.17.0Compare Source
This release contains several internal refactors that help reduce the bundle size of the SDK and help prep for our upcoming major release. There are no breaking changes in this patch unless you are using our internal
Dsnclass, which has been removed. We also deprecated a few of our typescript enums and our internalAPIclass. We've detailed in our migration documentation how to update your sdk usage if you are using any of these in your code.Work in this release contributed by @yordis, @Badisi, and @lh1me. Thank you for your contribution!
v6.16.1Compare Source
Work in this release contributed by @KATT. Thank you for your contribution!
v6.16.0Compare Source
Work in this release contributed by @jherdman and @travigd. Thank you for your contribution!
v6.15.0Compare Source
DOMExceptions, if possible (#4160)withSentryis done (#4027)Work in this release contributed by @nowylie. Thank you for your contribution!
v6.14.3Compare Source
isutility functions (#4124)v6.14.2Compare Source
false API resolved without sending a responsewarning (#4139)isutility functions (#4124)Features, fixes, and improvements in this release have been contributed by: @J4YF7O. Thank you for your contributions!
v6.14.1Compare Source
v6.14.0Compare Source
Features, fixes, and improvements in this release have been contributed by: @tmilar, @deammer, @freekii. Thank you for your contributions!
v6.13.3Compare Source
@sentry/xxxxpackages (#4019)distDirNext.js option (#3990)v6.13.2Compare Source
v6.13.1Compare Source
v6.13.0Compare Source
document.headordocument.bodyexists forinjectReportDialog(#3972)safari(-web)-extensionstack (#3929)ember-sourcetodevDependencies(#3962)lastEventIDfor transactions (#3966)basePathonurlPrefix(#3922)autoSessionTrackingif dsn undefined (#3954)v6.12.0Compare Source
v6.11.0Compare Source
feat(nextjs): Allow for TypeScript user config files (#3847)
fix(browser): Make sure handler exists for LinkedErrors Integration (#3861)
fix(core): Skip anonymous callbacks while searching frame URLs. (#3842)
fix(core): Stop rejecting in
flushandclosewhen client undefined (#3846)fix(nextjs): Stop
SentryWebpackPluginfrom uploading unnecessary files (#3845)fix(react): Require ReactElement in ErrorBoundary props and render (#3857)
fix(tests): Allow tests to run on Windows without WSL (#3813)
fix(utils): Fix false-positive circular references when normalizing
Eventobjects (#3864)fix(vue): Make Router.name type optional to match VueRouter (#3843)
ref(core): Prevent redundant setup work (#3862)
ref(nextjs): Stop reinitializing the server SDK unnecessarily (#3860)
v6.10.0Compare Source
Vue 3(#3804)web-vitals 2.1.0(#3781)InitSentryForEmberoptional (#3802)flushfinish in API routes (#3811)domainsto prevent scope bleed (#3788)Routetyping more generic (#3809)v6.9.0Compare Source
ensureNoCircularStructuresexperiment to help debug serialization bugs (#3776)ErrorBoundary(#3793)withSentryConfigreturn type match given config type (#3760)captureRequestSessionis available before its called (#3773)autoSessionTrackingcorrectly (#3758)allRoutescannot triple equal a new array instance (#3779)document.scriptsin metrics (#3766)ExtractedNodeRequestDatato include validquery_paramsfortracesSampler(#3715)_appand API routes (#3786)productionBrowserSourceMapsin config (#3765)v6.8.0Compare Source
v6.7.2Compare Source
beforeSendmore strict (#3713)withSentryConfig(#3698)entryproperty (#3703)v6.7.1Compare Source
requestcontext (#3672)v6.7.0Compare Source
tunneloption to support request tunneling for dealing with ad-blockers (#3521)v6.6.0Compare Source
UrlParserin Node.js transports (#3612)serializeAttributeoption to DOM breadcrumbs. (#3620)Improve NextConfigExportscompatibility (#3592)tracedirective (#3617)performance.nowwhen calculating browser timing (#3657)exceptionandstacktraceevents (#3653)require(console)with a global object (#3623)HTTPModulemore abstract to be able to use it in non-Node.JS environments (#3655)BrowserTracingintegration directly from@sentry/nextjs(#3647)Configuration
📅 Schedule: Branch creation - "every weekend" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.