Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

fix(deps): update sentry packages to v7.62.0 (minor) #163

Merged
merged 1 commit into from
Aug 9, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 4, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sentry/react (source) 7.60.1 -> 7.62.0 age adoption passing confidence
@sentry/tracing (source) 7.60.1 -> 7.62.0 age adoption passing confidence

Release Notes

getsentry/sentry-javascript (@​sentry/react)

v7.62.0

Compare Source

Important Changes
  • feat(integrations): Add ContextLines integration for html-embedded JS stack frames (#​8699)

This release adds the ContextLines integration as an optional integration for the Browser SDKs to @sentry/integrations.

This integration adds source code from inline JavaScript of the current page's HTML (e.g. JS in <script> tags) to stack traces of captured errors.
It can't collect source code from assets referenced by your HTML (e.g. <script src="..." />).

The ContextLines integration is useful when you have inline JS code in HTML pages that can't be accessed by Sentry's backend, for example, due to a login-protected page.

import { ContextLines } from "@&#8203;sentry/integrations";

Sentry.init({
  // ...
  integrations: [
    new ContextLines({
      // The number of lines to collect before and after each stack frame's line number
      // Defaults to 7
      frameContextLines: 7,
    }),
  ],
});
Other Changes
  • fix(nextjs): Make all wrappers isomorphic and available in all runtimes (#​8743)
  • fix(replay): Cancel debounce when replay is too short/long (#​8742)
  • fix(utils): dirname and basename should handle Windows paths (#​8737)
  • ref: Hoist flush, close, and lastEventId into @sentry/core (#​8731)
  • ref(node): Don't call JSON.stringify on prisma client when logging (#​8745)

v7.61.1

Compare Source

  • feat(nextjs): Add AsyncLocalStorage async context strategy to edge SDK (#​8720)
  • fix(core): Filter internal API frames for synthetic frames (#​8710)
  • fix(integrations): Capture exception if any arg to console method is an error (#​8671)
  • fix(node-experimental): Update auto integration lookup & readme (#​8690)
  • fix(node): Add availablility check on current hub to Node ContextLines integration (#​8715)
  • fix(replay): Ensure buffer sessions end after capturing an error (#​8713)
  • fix(replay): Ensure buffer->session switch is reliable (#​8712)
  • fix(replay): Ensure we debounce flush if replay too short (#​8716)
  • fix(replay): Improve capture of errorIds/traceIds (#​8678)
  • fix(tracing): Set correct parent span id on fetch sentry-trace header (#​8687)
  • fix(utils): Avoid pre_context and context_line overlap if frame lineno is out of bounds (#​8722)
  • ref(replay): Improve status logging (#​8709)
  • ref(nextjs): Allow withSentryConfig to accept async config function (#​8721)

v7.61.0

Compare Source

Important Changes
  • feat(node-experimental): Add @sentry/node-experimental package as MVP for POTEL (#​8609)

This introduces a new, experimental package, @sentry/node-experimental.
This is a variant of the Node SDK which uses OpenTelemetry under the hood for performance instrumentation.

Note that this package is very much WIP, considered unstable and may change at any time.
No SemVer guarantees apply whatsoever. Still, if you're brave enough you can give it a try.
Read more about @​sentry/node-experimental

Other Changes
  • fix(node): Don't set extra baggage headers (#​8657)
  • fix(tracing): Trim idle transaction spans if they exceed final timeout (#​8653)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC).

🚦 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 these updates again.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot added the dependencies label Aug 4, 2023
@renovate renovate bot temporarily deployed to ci August 4, 2023 14:07 Inactive
@renovate renovate bot force-pushed the renovate/sentry-packages branch from 23cfaaf to 172bdef Compare August 7, 2023 08:29
@renovate renovate bot temporarily deployed to ci August 7, 2023 08:29 Inactive
@renovate renovate bot force-pushed the renovate/sentry-packages branch from 172bdef to 0398fe2 Compare August 7, 2023 09:06
@renovate renovate bot temporarily deployed to ci August 7, 2023 09:06 Inactive
@renovate renovate bot force-pushed the renovate/sentry-packages branch from 0398fe2 to 9028c14 Compare August 7, 2023 13:46
@renovate renovate bot temporarily deployed to ci August 7, 2023 13:46 Inactive
@renovate renovate bot force-pushed the renovate/sentry-packages branch from 9028c14 to 84c91db Compare August 7, 2023 16:06
@renovate renovate bot temporarily deployed to ci August 7, 2023 16:06 Inactive
@renovate renovate bot changed the title fix(deps): update sentry packages to v7.61.1 (minor) fix(deps): update sentry packages to v7.62.0 (minor) Aug 9, 2023
@renovate renovate bot force-pushed the renovate/sentry-packages branch from 84c91db to 3c17ddc Compare August 9, 2023 10:58
@renovate renovate bot temporarily deployed to ci August 9, 2023 10:58 Inactive
@renovate renovate bot force-pushed the renovate/sentry-packages branch from 3c17ddc to 90e1280 Compare August 9, 2023 11:36
@renovate renovate bot temporarily deployed to ci August 9, 2023 11:36 Inactive
@spaenleh spaenleh merged commit 7abcc5a into main Aug 9, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant