[Snyk] Upgrade @sentry/node from 6.16.1 to 6.19.1 #202
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.
Snyk has created this PR to upgrade @sentry/node from 6.16.1 to 6.19.1.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
Release notes
Package name: @sentry/node
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
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.feat(build): Create debug versions of minified bundles (#4699)
feat(integrations): Make ES6 integration bundles (#4718)
feat(utils): Limit
normalize
maximum properties/elements (#4689)feat(various): Apply debug guard to logger everywhere (#4698)
fix(browser): Use
apply
rather thancall
intry-catch
integration (#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
syntheticException
creation (#4691)ref(tracing): Remove
BrowserTracing
logging flag default value (#4708)ref(utils): Simplify
isDebugBuild
logging guard (#4696)Work in this release contributed by @ Turbo87. Thank you for your contribution!
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!
This patch builds on top of the https://github.com/getsentry/sentry-javascript/releases/tag/6.17.8-beta.0 beta.
It adds an additional finish reason that covers the case where a transaction was getting externally finished.
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs