fix(deps): update sentry-javascript monorepo to v6.19.7 - #31
Open
renovate[bot] wants to merge 1 commit into
Open
fix(deps): update sentry-javascript monorepo to v6.19.7#31renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/sentry-javascript-monorepo
branch
from
September 13, 2021 08:51
82dfa27 to
ae71421
Compare
renovate
Bot
force-pushed
the
renovate/sentry-javascript-monorepo
branch
from
September 20, 2021 13:05
ae71421 to
29dd1c6
Compare
renovate
Bot
force-pushed
the
renovate/sentry-javascript-monorepo
branch
from
September 20, 2021 19:51
29dd1c6 to
dba0864
Compare
renovate
Bot
force-pushed
the
renovate/sentry-javascript-monorepo
branch
from
September 21, 2021 16:03
dba0864 to
c464039
Compare
renovate
Bot
force-pushed
the
renovate/sentry-javascript-monorepo
branch
from
October 6, 2021 17:09
c464039 to
a0c7ec6
Compare
renovate
Bot
force-pushed
the
renovate/sentry-javascript-monorepo
branch
from
December 6, 2021 11:10
a0c7ec6 to
b541979
Compare
renovate
Bot
force-pushed
the
renovate/sentry-javascript-monorepo
branch
2 times, most recently
from
December 7, 2021 19:35
538e689 to
0d45251
Compare
renovate
Bot
force-pushed
the
renovate/sentry-javascript-monorepo
branch
from
December 10, 2021 14:39
0d45251 to
d8db64e
Compare
renovate
Bot
force-pushed
the
renovate/sentry-javascript-monorepo
branch
from
January 24, 2022 09:03
d8db64e to
747fa1f
Compare
renovate
Bot
force-pushed
the
renovate/sentry-javascript-monorepo
branch
from
January 24, 2022 18:51
747fa1f to
d52f7aa
Compare
renovate
Bot
force-pushed
the
renovate/sentry-javascript-monorepo
branch
from
January 25, 2022 22:03
d52f7aa to
05c8c65
Compare
renovate
Bot
force-pushed
the
renovate/sentry-javascript-monorepo
branch
from
January 28, 2022 17:41
05c8c65 to
93042b0
Compare
renovate
Bot
force-pushed
the
renovate/sentry-javascript-monorepo
branch
from
February 2, 2022 17:14
93042b0 to
2d87b29
Compare
renovate
Bot
force-pushed
the
renovate/sentry-javascript-monorepo
branch
from
March 7, 2022 08:54
2d87b29 to
cd0f33d
Compare
renovate
Bot
force-pushed
the
renovate/sentry-javascript-monorepo
branch
from
March 26, 2022 15:01
cd0f33d to
ffa4984
Compare
renovate
Bot
force-pushed
the
renovate/sentry-javascript-monorepo
branch
from
April 25, 2022 02:21
ffa4984 to
1179c93
Compare
renovate
Bot
force-pushed
the
renovate/sentry-javascript-monorepo
branch
from
May 15, 2022 20:53
1179c93 to
cfe0df9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.2.5->6.19.76.2.5->6.19.7Release Notes
getsentry/sentry-javascript
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.
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.normalizemaximum properties/elements (#4689)applyrather thancallintry-catchintegration (#4695)@sentry/browser(#4688)syntheticExceptioncreation (#4691)BrowserTracinglogging flag default value (#4708)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)Work in this release contributed by @J4YF7O. Thank you for your contribution!
v6.14.1Compare Source
v6.14.0Compare Source
Work in this release contributed by @tmilar, @deammer, and @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
flushandclosewhen client undefined (#3846)SentryWebpackPluginfrom uploading unnecessary files (#3845)Eventobjects (#3864)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)v6.5.1Compare Source
v6.5.0Compare Source
v6.4.1Compare Source
v6.4.0Compare Source
v6.3.6Compare Source
v6.3.5Compare Source
v6.3.4Compare Source
v6.3.3Compare Source
v6.3.2Compare Source
v6.3.1Compare Source
requirecalls in config code (#3426)v6.3.0Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 these updates again.
This PR has been generated by Mend Renovate. View repository job log here.