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

fix(deps): update dependency @sentry/node to v7 #977

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 5, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sentry/node 6.19.7 -> 7.8.0 age adoption passing confidence

Release Notes

getsentry/sentry-javascript

v7.8.0

Compare Source

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!

v7.7.0

Compare Source

  • feat(angular): Add URL parameterization of transaction names (#​5416)
  • fix(core): Add sentry_client to auth headers (#​5413)
  • fix(remix): Add documentRequest function name. (#​5404)
  • fix(remix): Skip capturing ok responses as errors. (#​5405)
  • ref(remix): Add transaction source (#​5398)

v7.6.0

Compare Source

This release adds the source field to all outgoing transactions.
See the tracking GH issue for more details.

This release also re-enables lambda layer releases for the Node Serverless SDK.

  • ref(angular): Add transaction source for Angular Router (#​5382)
  • ref(build): Reenable lambda layer release in craft (#​5207)
  • feat(nextjs): Record transaction name source when creating transactions (#​5391)
  • ref(react): Add source to react-router-v3 (#​5377)
  • ref(react): Add transaction source for react router v4/v5 (#​5384)
  • ref(react): Add transaction source for react router v6 (#​5385)
  • feat(remix): Wrap root with ErrorBoundary (#​5365)
  • fix(remix): Move hook checks inside the wrapper component (#​5371)
  • fix(remix): Strip query params from transaction names (#​5368)
  • fix(remix): Make peer deps less restrictive (#​5369)
  • fix(remix): Wrap handleDocumentRequest functions (#​5387)
  • ref(serverless): Add transaction source (#​5394)
  • feat(tracing): Add transaction source field (#​5367)
  • feat(tracing): Record transaction name source when name set directly (#​5396)
  • ref(tracing): Add transaction source to default router (#​5386)
  • ref(tracing): Include transaction in DSC if transaction source is not an unparameterized URL (#​5392)
  • feat(vue): Add transaction source to VueRouter instrumentation (#​5381)

Work in this release contributed by @​moishinetzer. Thank you for your contribution!

v7.5.1

Compare Source

This release removes the user_id and the transaction field from the dynamic sampling context data that is attached to outgoing requests as well as sent to Relay.

  • ref(tracing): Remove transaction name and user_id from DSC (#​5363)

v7.5.0

Compare Source

This release adds the sendDefaultPii flag to the Sentry.init options.
When using performance monitoring capabilities of the SDK, it controls whether user IDs (set via Sentry.setUser) are propagated in the baggage header of outgoing HTTP requests.
This flag is set to false per default, and acts as an opt-in mechanism for sending potentially sensitive data.
If you want to attach user IDs to Sentry transactions and traces, set this flag to true but keep in mind that this is potentially sensitive information.

  • feat(sdk): Add sendDefaultPii option to the JS SDKs (#​5341)
  • fix(remix): Sourcemaps upload script is missing in the tarball (#​5356)
  • fix(remix): Use cjs for main entry point (#​5352)
  • ref(tracing): Only add user_id to DSC if sendDefaultPii is true (#​5344)

Work in this release contributed by @​jkcorrea and @​nfelger. Thank you for your contributions!

v7.4.1

Compare Source

This release includes the first published version of @sentry/remix.

  • build(remix): Make remix package public (#​5349)

v7.4.0

Compare Source

This release contains the alpha version of @sentry/remix, our newest JavaScript SDK! For details on how to use
it, please see the README and the tracking GitHub issue.

Attention: Due to an oversight, the @sentry/remix package is only published as part of the 7.4.1 release.

  • feat(remix): Enable Remix SDK (#​5327)
  • feat(remix): Add release / sourcemap upload script. (#​5312)
  • feat(remix): Add Remix server SDK (#​5269)
  • feat(remix): Add Remix client SDK (#​5264)
  • feat(remix): Add Remix SDK package boilerplate (#​5256)
  • fix(utils): Handle toJSON methods that return circular references (#​5323)

Work in this release contributed by @​MichaelDeBoey. Thank you for your contribution!

Special thank you to @​jacob-ebey for pointing us in the right direction while we were working on the Remix SDK:
https://github.com/jacob-ebey/remix-sentry.

v7.3.1

Compare Source

  • feat(react): expose FallbackRender as top-level type (#​5307)
  • fix(core): Remove optional chaining usage (#​5304)
  • fix(ember): Restore ember package contents (#​5318)
  • fix(ember): Update README docs to match sentry-docs (#​5315)
  • ref(hub): Reduce hub bundle size (#​5306)
  • ref(tracing): Ignore third party baggage entries from incoming requests (#​5319)
  • ref(types): Add type for measurement unit (#​5313)

Work in this release contributed by @​MasterOdin. Thank you for your contribution!

v7.3.0

Compare Source

  • feat(nextjs): Add exception handler for _error.js (#​5259)
  • feat(tracing): Add additional Dynamic Sampling Context items to baggage and envelope headers (#​5292)
  • fix(node): Allow ParseRequestOptions to be passed to request handler (#​5287)
  • fix(tracing): Baggage parsing fails when input is not of type string (#​5276)
  • fix(tracing): Report the right units for CLS and TTFB (#​5303)
  • fix(vue): Property access on undefined in errorHandler (#​5279)
  • ref(node): Move stack parser to utils so it can be used from Electron (#​5286)
  • ref(tracing): Move getBaggage() from Span to Transaction class (#​5299)
  • ref(tracing): Unify DSC key names in envelope and baggage headers (#​5302)

Work in this release contributed by @​Arinono. Thank you for your contribution!

v7.2.0

Compare Source

  • feat(angular): Add Angular 14 support (#​5253)
  • feat(tracing): GraphQL and Apollo Integrations (#​3953)
  • fix(docs): Adjust hash-link to propagation-of-baggage-header (#​5235)
  • fix(docs): Update MIGRATION for SeverityLevel (#​5225)
  • fix(nextjs): Export showReportDialog from NextJS SDK (#​5242)
  • fix(vue): Accounts for undefined options when formatting component name (#​5254)
  • ref(node): Move request-data-extraction functions to@sentry/utils (#​5257)
  • ref(tracing): Check and set mutability of baggage (#​5205)
  • ref(tracing): Sync baggage data in Http and envelope headers (#​5218)
  • chore(angular): Add Angular version to event contexts (#​5260)
  • chore(core): Remove circular JSON debugging hacks (#​5267)
  • chore(integrations): Add trace to CONSOLE_LEVELS (#​5249)

Work in this release contributed by @​Arinono and @​slaesh. Thank you for your contributions!

v7.1.1

Compare Source

  • Revert "ref(node): Move non-handler code out of handlers module" (#​5223)
  • fix(types): Vendor in TextEncoderCommon type (#​5221)

v7.1.0

Compare Source

  • feat(tracing): Propagate environment and release values in baggage Http headers (#​5193)
  • feat(node): Compression support for http transport (#​5209)
  • fix(serverless): Do not change DSN in Serverless integration (#​5212)
  • fix(core): Normalize trace context (#​5171)
  • fix(utils): Fix faulty references in dropUndefinedKeys (#​5201)
  • fix(build): Add missing debug logger plugin in debug.min bundle variant config (#​5192)
  • fix(tracing): Fix missing page load metrics in Electron renderer (#​5187)
  • ref(node): Move non-handler code out of handlers module (#​5190)
  • ref: Switch to magic string for logger statements (#​5155)
  • chore(build): Only upload lambda layer when releasing (#​5208)

v7.0.0

Compare Source

Version 7 of the Sentry JavaScript SDK brings a variety of features and fixes including bundle size and performance improvements, brand new integrations, support for the attachments API, and key bug fixes.

This release does not change or remove any top level public API methods (captureException, captureMessage), and only requires changes to certain configuration options or custom clients/integrations/transports.

Note: The v7 version of the JavaScript SDK requires a self-hosted version of Sentry 20.6.0 or higher. If you are using a version of self-hosted Sentry (aka onpremise) older than 20.6.0 then you will need to upgrade.

For detailed overview of all the changes, please see our v7 migration guide.

Breaking Changes

If you are a regular consumer of the Sentry JavaScript SDK you only need to focus on the general items. The internal breaking changes are aimed at libraries that build on top of and extend the JavaScript SDK (like @sentry/electron or @sentry/react-native).

General
Internal
Other Changes
Features
  • feat(tracing): Add Prisma ORM integration. (#​4931)
  • feat(react): Add react-router-v6 integration (#​5042)
  • feat: Add attachments API (#​5004)
  • feat: Add name field to EventProcessor (#​4932)
  • feat: Expose configurable stack parser (#​4902)
  • feat(tracing): Make setMeasurement public API (#​4933)
  • feat(tracing): Add GB unit to device memory tag value (#​4935)
  • feat: Export browser integrations individually (#​5028)
  • feat(core): Send Baggage in Envelope Header (#​5104)
Fixes
  • fix(browser): Fix memory leak in addEventListener instrumentation (#​5147)
  • fix(build): Fix express import in gcpfunction (#​5097)
  • fix(ember): Export sha hashes of injected scripts (#​5089)
  • fix(hub): Add missing parameter to captureException docstring (#​5001)
  • fix(integrations): Mark ExtraErrorData as already normalized (#​5053)
  • fix(serverless): Adjust v6 Lambda layer hotfix for v7 (#​5006)
  • fix(tracing): Adjust sideEffects package.json entry for v7 (#​4987)
  • fix(tracing): Remove isInstanceOf check in Hub constructor (#​5046)
  • fix(tracing): Don't use querySelector when not available (#​5160)
  • fix(nextjs): Update webpack-plugin and change how cli binary is detected. This should reduce bundle size of NextJS applications. (#​4988)
  • fix(utils): Fix infinite recursion in dropUndefinedKeys (#​5163)
Misc
  • feat(build): Vendor polyfills injected during build (#​5051)
  • ref(build): Use rollup to build AWS lambda layer (#​5146)
  • ref(core): Make event processing log warnings instead of errors (#​5010)
  • ref(node): Allow node stack parser to work in browser context (#​5135)
  • ref(serverless): Point DSN to relay in lambda extension (#​5126)
  • ref(serverless): Do not throw on flush error (#​5090)
  • ref(utils): Clean up dangerous type casts in object helper file (#​5047)
  • ref(utils): Add logic to enable skipping of normalization (#​5052)

Configuration

📅 Schedule: Branch creation - "after 4pm on friday,before 9am on monday,every weekend" in timezone Europe/Paris, 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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/major-7-sentry-javascript-monorepo branch 7 times, most recently from d59a347 to 7e30ca0 Compare June 11, 2022 20:43
@renovate renovate bot force-pushed the renovate/major-7-sentry-javascript-monorepo branch from 7e30ca0 to b2d1716 Compare June 17, 2022 14:22
@renovate renovate bot force-pushed the renovate/major-7-sentry-javascript-monorepo branch 12 times, most recently from ee19c5e to b51804c Compare June 26, 2022 02:42
@renovate renovate bot force-pushed the renovate/major-7-sentry-javascript-monorepo branch 4 times, most recently from 8409391 to 30e0883 Compare July 8, 2022 14:33
@renovate renovate bot force-pushed the renovate/major-7-sentry-javascript-monorepo branch 6 times, most recently from 17bcd01 to f9d24bd Compare July 10, 2022 23:25
@renovate renovate bot force-pushed the renovate/major-7-sentry-javascript-monorepo branch 6 times, most recently from ab55a8b to d5166af Compare July 18, 2022 05:05
@renovate renovate bot force-pushed the renovate/major-7-sentry-javascript-monorepo branch 7 times, most recently from 9a3f6e8 to 3f59559 Compare July 30, 2022 18:30
@renovate renovate bot force-pushed the renovate/major-7-sentry-javascript-monorepo branch 2 times, most recently from d643d4c to 1197782 Compare August 1, 2022 02:09
@renovate renovate bot force-pushed the renovate/major-7-sentry-javascript-monorepo branch from 1197782 to 8908088 Compare August 1, 2022 02:16
@renovate renovate bot changed the title fix(deps): update dependency @sentry/node to v7 fix(deps): update dependency @sentry/node to v7 - autoclosed Aug 2, 2022
@renovate renovate bot closed this Aug 2, 2022
@renovate renovate bot deleted the renovate/major-7-sentry-javascript-monorepo branch August 2, 2022 08:33
@renovate renovate bot changed the title fix(deps): update dependency @sentry/node to v7 - autoclosed fix(deps): update dependency @sentry/node to v7 Aug 2, 2022
@renovate renovate bot reopened this Aug 2, 2022
@renovate renovate bot restored the renovate/major-7-sentry-javascript-monorepo branch August 2, 2022 08:45
@bodinsamuel bodinsamuel changed the base branch from master to chore/renovateBaseBranch August 2, 2022 08:47
@bodinsamuel bodinsamuel merged commit dc9e885 into chore/renovateBaseBranch Aug 2, 2022
@renovate renovate bot deleted the renovate/major-7-sentry-javascript-monorepo branch August 2, 2022 08:50
bodinsamuel pushed a commit that referenced this pull request Aug 2, 2022
* chore: automatic empty commit

* chore(deps): update dependency jest-junit to v14 (#997)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency @sentry/node to v7 (#977)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency husky to v8 (#964)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency eslint-plugin-jest to v26 (#861)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency lint-staged to v13 (#976)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): lock file maintenance (#971)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Samuel Bodin <samuel.bodin@algolia.com>
algolia-crawler-bot pushed a commit that referenced this pull request Aug 8, 2022
## [1.7.11](v1.7.10...v1.7.11) (2022-08-08)

### Bug Fixes

* dependencies 2022-08-05 ([#1018](#1018)) ([24d40dd](24d40dd)), closes [#997](#997) [#977](#977) [#964](#964) [#861](#861) [#976](#976) [#971](#971)
* dependencies 2022-08-07 ([#1019](#1019)) ([5fb867a](5fb867a))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant