fix(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.7
Release Notes
getsentry/sentry-javascript (@sentry/node)
v6.19.7
Compare Source
Work in this release contributed by @cameronaziz and @kpdecker. Thank you for your contributions!
v6.19.6
Compare Source
v6.19.5
Compare Source
v6.19.4
Compare Source
build/types
to tarballs and adjusttypes
entry points (#4824)Work in this release contributed by @MikevPeeren. Thank you for your contribution!
v6.19.3
Compare Source
v6.19.2
Compare Source
isNaN
function (#4759)v6.19.1
Compare Source
This release fixes a bug from 6.19.0 causing type import errors in most JS SDKs.
v6.19.0
Compare 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
maxNormalizationBreadth
setting. See #4689 for details.normalize
maximum properties/elements (#4689)apply
rather thancall
intry-catch
integration (#4695)@sentry/browser
(#4688)syntheticException
creation (#4691)BrowserTracing
logging flag default value (#4708)isDebugBuild
logging guard (#4696)Work in this release contributed by @Turbo87. Thank you for your contribution!
v6.18.2
Compare 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/tracing
as a dependency of@sentry/node
. Please explicitly install and import@sentry/tracing
if 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.1
Compare Source
Work in this release contributed by @belgattitude, @pbernery, and @kylemh. Thank you for your contributions!
v6.18.0
Compare Source
This patch deprecates the
frameContextLines
option for the Node SDK. The migration documentation details how to migrate off the deprecatedframeContextLines
option.ignoreSentryErrors
option for AWS lambda (#4620)Work in this release contributed by @GoshaEgorian and @ichina. Thank you for your contributions!
v6.17.9
Compare Source
Work in this release contributed by @aaronadamsCA. Thank you for your contribution!
v6.17.8
Compare Source
normalizeDepth
when normalization is skipped(#4574)Work in this release contributed by @mydea. Thank you for your contribution!
v6.17.7
Compare Source
Work in this release contributed by @connorjclark. Thank you for your contribution!
v6.17.6
Compare Source
Work in this release contributed by @mobilestar1. Thank you for your contribution!
v6.17.5
Compare Source
This release deprecates the
Severity
enum, theSeverityLevel
type, and the internalSeverityLevels
array, all from@sentry/types
. In v7,Severity
will disappear (in favor ofSeverityLevel
) andSeverityLevel
andSeverityLevels
will 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-plugin
to 1.18.5 (#4501)@sentry/utils
(#4492)Work in this release contributed by @Bobakanoosh and @ssnielsen. Thank you for your contributions!
v6.17.4
Compare Source
@sentry/webpack-plugin
from 1.18.3 to 1.18.4 (#4464)ExtraErrorData
'sdepth
option (#4487)BrowserTracing
integration directly (#4480)SpanStatus
enum (#4478)_isVue
not defined in Vue3 (#4461)Work in this release contributed by @7inspire, @jaeseokk, and @rchl. Thank you for your contributions!
v6.17.3
Compare Source
req
andres
if necessary when instrumenting server (#4467)v6.17.2
Compare Source
This patch contains a breaking change for anyone setting the undocumented
rethrowAfterCapture
option 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 theWrapperOptions
type for now. It will be removed in the next major release, though, so we recommend removing it from your code.rethrowAfterCapture
use in AWS lambda wrapper (#4448)is
casting (#4451)v6.17.1
Compare Source
hidden-source-map
as webpack devtool value (#4436)Work in this release contributed by @datbth. Thank you for your contribution!
v6.17.0
Compare 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
Dsn
class, which has been removed. We also deprecated a few of our typescript enums and our internalAPI
class. 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.1
Compare Source
Work in this release contributed by @KATT. Thank you for your contribution!
v6.16.0
Compare Source
Work in this release contributed by @jherdman and @travigd. Thank you for your contribution!
v6.15.0
Compare Source
DOMExceptions
, if possible (#4160)withSentry
is done (#4027)Work in this release contributed by @nowylie. Thank you for your contribution!
v6.14.3
Compare Source
is
utility functions (#4124)v6.14.2
Compare Source
false API resolved without sending a response
warning (#4139)is
utility functions (#4124)Work in this release contributed by @J4YF7O. Thank you for your contribution!
v6.14.1
Compare Source
v6.14.0
Compare Source
Work in this release contributed by @tmilar, @deammer, and @freekii. Thank you for your contributions!
v6.13.3
Compare Source
@sentry/xxxx
packages (#4019)distDir
Next.js option (#3990)v6.13.2
Compare Source
v6.13.1
Compare Source
v6.13.0
Compare Source
document.head
ordocument.body
exists forinjectReportDialog
(#3972)safari(-web)-extension
stack (#3929)ember-source
todevDependencies
(#3962)lastEventID
for transactions (#3966)basePath
onurlPrefix
(#3922)autoSessionTracking
if dsn undefined (#3954)v6.12.0
Compare Source
v6.11.0
Compare Source
flush
andclose
when client undefined (#3846)SentryWebpackPlugin
from uploading unnecessary files (#3845)Event
objects (#3864)v6.10.0
Compare Source
Vue 3
(#3804)web-vitals 2.1.0
(#3781)InitSentryForEmber
optional (#3802)flush
finish in API routes (#3811)domains
to prevent scope bleed (#3788)Route
typing more generic (#3809)v6.9.0
Compare Source
ensureNoCircularStructures
experiment to help debug serialization bugs (#3776)ErrorBoundary
(#3793)withSentryConfig
return type match given config type (#3760)captureRequestSession
is available before its called (#3773)autoSessionTracking
correctly (#3758)allRoutes
cannot triple equal a new array instance (#3779)document.scripts
in metrics (#3766)ExtractedNodeRequestData
to include validquery_params
fortracesSampler
(#3715)_app
and API routes (#3786)productionBrowserSourceMaps
in config (#3765)v6.8.0
Compare Source
v6.7.2
Compare Source
beforeSend
more strict (#3713)withSentryConfig
(#3698)entry
property (#3703)v6.7.1
Compare Source
request
context (#3672)v6.7.0
Compare Source
tunnel
option to support request tunneling for dealing with ad-blockers (#3521)v6.6.0
Compare Source
UrlParser
in Node.js transports (#3612)serializeAttribute
option to DOM breadcrumbs. (#3620)Improve NextConfigExports
compatibility (#3592)trace
directive (#3617)performance.now
when calculating browser timing (#3657)exception
andstacktrace
events (#3653)require(console)
with a global object (#3623)HTTPModule
more abstract to be able to use it in non-Node.JS environments (#3655)BrowserTracing
integration 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.