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/nextjs to v7.63.0 #836

Merged
merged 1 commit into from
Aug 12, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 9, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sentry/nextjs (source) 7.61.1 -> 7.63.0 age adoption passing confidence

Release Notes

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

v7.63.0

Compare Source

  • build(deps): bump @​opentelemetry/instrumentation from 0.41.0 to 0.41.2
  • feat(eventbuilder): Export exceptionFromError for use in hybrid SDKs (#​8766)
  • feat(node-experimental): Re-export from node (#​8786)
  • feat(tracing): Add db connection attributes for mysql spans (#​8775)
  • feat(tracing): Add db connection attributes for postgres spans (#​8778)
  • feat(tracing): Improve data collection for mongodb spans (#​8774)
  • fix(nextjs): Execute sentry config independently of autoInstrumentServerFunctions and autoInstrumentAppDirectory (#​8781)
  • fix(replay): Ensure we do not flush if flush took too long (#​8784)
  • fix(replay): Ensure we do not try to flush when we force stop replay (#​8783)
  • fix(replay): Fix hasCheckout handling (#​8782)
  • fix(replay): Handle multiple clicks in a short time (#​8773)
  • ref(replay): Skip events being added too long after initial segment (#​8768)

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)

Configuration

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

🚦 Automerge: Enabled.

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, check this box

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

@vercel
Copy link

vercel bot commented Aug 9, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
theme-nextjs-bea-preview ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 12, 2023 4:30pm
3 Ignored Deployments
Name Status Preview Comments Updated (UTC)
theme-nextjs-bea-cookbook ⬜️ Ignored (Inspect) Visit Preview Aug 12, 2023 4:30pm
theme-nextjs-bea-photography ⬜️ Ignored (Inspect) Visit Preview Aug 12, 2023 4:30pm
theme-nextjs-bea-the-good-newsroom ⬜️ Ignored (Inspect) Visit Preview Aug 12, 2023 4:30pm

@renovate renovate bot changed the title fix(deps): update dependency @sentry/nextjs to v7.62.0 fix(deps): update dependency @sentry/nextjs to v7.63.0 Aug 10, 2023
@renovate renovate bot force-pushed the renovate/sentry-javascript-monorepo branch from 87b3b6d to b128c8f Compare August 10, 2023 18:07
@renovate renovate bot force-pushed the renovate/sentry-javascript-monorepo branch from b128c8f to 4d3e326 Compare August 11, 2023 12:37
@renovate renovate bot force-pushed the renovate/sentry-javascript-monorepo branch 2 times, most recently from ed33c4c to 170f231 Compare August 11, 2023 16:21
@renovate renovate bot force-pushed the renovate/sentry-javascript-monorepo branch from 170f231 to 83ba9d1 Compare August 11, 2023 16:51
@renovate renovate bot force-pushed the renovate/sentry-javascript-monorepo branch from 83ba9d1 to 22bf7ec Compare August 12, 2023 00:57
@renovate renovate bot force-pushed the renovate/sentry-javascript-monorepo branch from 22bf7ec to 86f2f13 Compare August 12, 2023 05:03
@renovate renovate bot force-pushed the renovate/sentry-javascript-monorepo branch from 86f2f13 to 28fd5dc Compare August 12, 2023 09:55
@renovate renovate bot force-pushed the renovate/sentry-javascript-monorepo branch from 28fd5dc to c01c79e Compare August 12, 2023 13:54
@renovate renovate bot force-pushed the renovate/sentry-javascript-monorepo branch from c01c79e to 77e8f4b Compare August 12, 2023 15:49
@renovate renovate bot merged commit 50f85ef into main Aug 12, 2023
8 checks passed
@renovate renovate bot deleted the renovate/sentry-javascript-monorepo branch August 12, 2023 18:24
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.

0 participants