chore(deps): update JavaScript SDK to v7.12.1 #2451
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.9.0 to 7.12.1.
Auto-generated by a dependency updater.
Changelog
7.12.1
contexts
cannot be overridden andculture
never included (#5677)7.12.0
This release adds an environment check in
sentry/nextjs
for Vercel deployments (using theVERCEL_ENV
env variable), and only enablesSentryWebpackPlugin
if the environment isproduction
. To override this, settingdisableClientWebpackPlugin
ordisableServerWebpackPlugin
tofalse
now takes precedence over other checks, rather than being a no-op. Note: Overriding this is not recommended! It can increase build time and clog Release Health data in Sentry with inaccurate noise.getInitialProps
andgetServerSideProps
(#5593)getInitialProps
of_app
,_document
and_error
(#5604)event.contexts
for Node.js (#5512)RewriteFrames
(#5625)Work in this release contributed by lucas-zimerman, GJZwiers, and mohd-akram. Thank you for your contributions!
7.11.1
7.11.0
This release introduces updates the
tracingOrigins
option to not attach any headers/create an spans when supplied with an empty array ([]
). Previously, we would supply the defaulttracingOrigins
if an empty array was set as thetracingOrigins
option.SentryError
isn't an error (#5562)getInitialProps
(#5587)7.10.0
This release introduces the first alpha version of
sentry/svelte
, our newest JavaScript SDK! For details on how to use it, please see the README and the tracking GitHub issue.json
responses from root loader functions. (#5548)autoWrapDataFetchers
option intoexperiments
object (#5540)Work in this release contributed by augustuswm. Thank you for your contribution!