chore(deps): update JavaScript SDK to v7.17.3 #2582
Merged
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.
Bumps scripts/update-javascript.sh from 7.16.0 to 7.17.3.
Auto-generated by a dependency updater.
Changelog
7.17.3
onCLS()
(#6091)7.17.2
tracingOrigins
not applying (#6079)7.17.1
This release standardizes our SDKs to use the MIT License, which is our standard license for Sentry SDKs. We were previously using the BSD 3-Clause License in
sentry/browser
,sentry/core
,sentry/gatsby
,sentry/hub
,sentry/integrations
,sentry/node
,sentry/react
,sentry/types
,sentry/typescript
, andsentry/utils
.This release also updates the behaviour of
tracingOrigins
to no longer affect span creation.tracingOrigins
will only affect ifsentry-trace
andbaggage
headers are attached to outgoing requests. To control span creation, use theshouldCreateSpanForRequest
option.RequestData
integration for server-side requests (#6007)[Symbol.toStringTag]: 'Module'
to CJS files (#6043)tracingOrigins
when creating spans (#6039)WINDOW
from utils (#6024)RequestData
integration default (#5980)RequestData
integration in express handlers (#5990)Work in this release contributed by philipatkinson, Rockergmail, ys-zhifu, and koenpunt. Thank you for your contributions!
Special shoutout to Tofandel who helped fix a bug in Jest that was affecting the Sentry JavaScript SDKs!