Skip to content
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

chore: update scripts/update-javascript.sh to 7.9.0 #2412

Merged
merged 1 commit into from Aug 8, 2022

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 6, 2022

Bumps scripts/update-javascript.sh from 7.7.0 to 7.9.0.

Auto-generated by a dependency updater.

Changelog

7.9.0

This release adds the tracePropagationTargets option to the Sentry Node SDK.

  • feat(node): Add tracePropagationTargets option (#5521)
  • fix(browser): Parse Chrome stack frames without full paths (#5519)
  • fix(browser): Set : as a part of gecko protocol regex group. (#4153)
  • fix(browser): Strip webpack wrapping from stack frames (#5522)
  • fix(nextjs): Pull transpileClientSDK option from correct location (#5516)
  • fix(node): Handle colons in stack trace paths (#5517)
  • fix(react): Fix React Router v6 paramaterization (#5515)
  • fix(remix): Paramaterize server side transactions (#5491)
  • fix(remix): Provide sentry-trace and baggage via root loader. (#5509)
  • ref(nextjs): Prework for wrapping data-fetching functions (#5508)
  • ref(nextjs): Simplify NextConfigObject type (#5514)

7.8.1

  • fix(nextjs): Add default distDir value back into index.server.ts (#5479)
  • fix(node): Add conditions to TracingHandler.startTransaction (#5485)
  • fix(node): Adjust Express URL parameterization for array routes (#5495)
  • fix(node): Adjust Express URL parameterization for RegEx routes (#5483)
  • fix(node): Check if router exists before it is instrumented (#5502)
  • fix(node): Correctly handle Windows paths when resolving module name (#5476)
  • fix(node): Ensure that self._handler exists before calling it in LinkedErrors (#5497)
  • ref(tracing): Simplify sample_rate serialization for DSC (#5475)

7.8.0

This release adds the transpileClientSDK flag to the Next.JS SDK Webpack config. This option makes WebPack transpile the SDK code to the same transpilation level as the user code. By specifying this option, the Next.JS SDK works in older browsers that do not support ES6 or ES6+ (e.g. object spread) features.

  • feat(react): Use state context for Redux integration (#5471)
  • feat(remix): Set sentry-trace and baggage tags on server-side (#5440)
  • feat(tracing): Allow storing span metadata (#5464)
  • feat(tracing): Log start and end of span (#5446)
  • fix(nextjs): Add transpileClientSDK option (#5472)
  • fix(nextjs): Move userNextConfig.sentry to closure (#5473)
  • fix(nextjs): Remove index signaure in captureUnderscoreErrorException argument type (#5463)
  • fix(nextjs): Stop using eval when checking for sentry-cli binary (#5447)
  • fix(remix): Clone erroneous responses not to consume their body streams. (#5429)
  • fix(remix): Do not capture 4xx codes from thrown responses. (#5441)
  • ref(angular): Set ErrorHandler Exception Mechanism to be unhandled by default(#3844)
  • ref(nextjs): Extract isBuild into an exported function (#5444)
  • ref(nextjs): Remove compensation for workaround in _error.js (#5378)
  • ref(nextjs): Use loader to set RewriteFrames helper value (#5445)
  • ref(node): Improve Express URL Parameterization (#5450)
  • ref(utils): Improve uuid generation (#5426)

Work in this release contributed by mitchheddles. Thank you for your contribution!

@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Aug 6, 2022
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-javascript.sh/7.9.0 branch from a68f915 to 27d882a Compare August 6, 2022 03:26
@bruno-garcia bruno-garcia enabled auto-merge (squash) August 8, 2022 20:33
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-javascript.sh/7.9.0 branch from 27d882a to 57659b7 Compare August 8, 2022 20:45
@bruno-garcia bruno-garcia changed the title chore(deps): update JavaScript SDK to v7.9.0 chore: update scripts/update-javascript.sh to 7.9.0 Aug 8, 2022
@bruno-garcia bruno-garcia merged commit a252226 into main Aug 8, 2022
@bruno-garcia bruno-garcia deleted the deps/scripts/update-javascript.sh/7.9.0 branch August 8, 2022 23:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants