-
Notifications
You must be signed in to change notification settings - Fork 6
Update dependency @sentry/browser to v6.19.7 - abandoned #370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
556da0e
to
371ed8d
Compare
371ed8d
to
9d76f51
Compare
9d76f51
to
9bab0a0
Compare
9bab0a0
to
87e4442
Compare
87e4442
to
199f598
Compare
199f598
to
3e7a733
Compare
3e7a733
to
3678963
Compare
3678963
to
2296416
Compare
2296416
to
0f63a41
Compare
0f63a41
to
82ce1c7
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
This PR contains the following updates:
6.8.0
->6.19.7
Release Notes
getsentry/sentry-javascript
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)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 this update again.
This PR has been generated by Mend Renovate. View repository job log here.