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

Update sentry-javascript monorepo from v8.25.0 to v8.26.0 #2861

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 14, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sentry/browser (source) 8.25.0 -> 8.26.0 age adoption passing confidence
@sentry/react (source) 8.25.0 -> 8.26.0 age adoption passing confidence

Release Notes

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

v8.26.0

Compare Source

Important Changes
  • feat(node): Add fsInstrumentation (#​13291)

    This release adds fsIntegration, an integration that instruments the fs API to the Sentry Node SDK. The
    integration creates spans with naming patterns of fs.readFile, fs.unlink, and so on.

    This integration is not enabled by default and needs to be registered in your Sentry.init call. You can configure
    via options whether to include path arguments or error messages as span attributes when an fs call fails:

    Sentry.init({
      integrations: [
        Sentry.fsIntegration({
          recordFilePaths: true,
          recordErrorMessagesAsSpanAttributes: true,
        }),
      ],
    });

    WARNING: This integration may add significant overhead to your application. Especially in scenarios with a lot of
    file I/O, like for example when running a framework dev server, including this integration can massively slow down
    your application.

Other Changes
  • feat(browser): Add spotlightBrowser integration (#​13263)

  • feat(browser): Allow sentry in safari extension background page (#​13209)

  • feat(browser): Send CLS as standalone span (experimental) (#​13056)

  • feat(core): Add OpenTelemetry-specific getTraceData implementation (#​13281)

  • feat(nextjs): Always add browserTracingIntegration (#​13324)

  • feat(nextjs): Always transmit trace data to the client (#​13337)

  • feat(nextjs): export SentryBuildOptions (#​13296)

  • feat(nextjs): Update experimental_captureRequestError to reflect RequestInfo.path change in Next.js canary
    (#​13344)

  • feat(nuxt): Always add tracing meta tags (#​13273)

  • feat(nuxt): Set transaction name for server error (#​13292)

  • feat(replay): Add a replay-specific logger (#​13256)

  • feat(sveltekit): Add bundle size optimizations to plugin options (#​13318)

  • feat(sveltekit): Always add browserTracingIntegration (#​13322)

  • feat(tracing): Make long animation frames opt-out (#​13255)

  • fix(astro): Correctly extract request data (#​13315)

  • fix(astro): Only track access request headers in dynamic page requests (#​13306)

  • fix(nuxt): Add import line for disabled autoImport (#​13342)

  • fix(nuxt): Add vue to excludeEsmLoaderHooks array (#​13346)

  • fix(opentelemetry): Do not overwrite http span name if kind is internal (#​13282)

  • fix(remix): Ensure origin is correctly set for remix server spans (#​13305)

Work in this release was contributed by @​MonstraG, @​undead-voron and @​Zen-cronic. Thank you for your contributions!


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot merged commit 737cd41 into dependency_updates Aug 14, 2024
6 checks passed
@renovate renovate bot deleted the renovate/sentry-javascript-monorepo branch August 14, 2024 08:55
arnfinn added a commit that referenced this pull request Aug 22, 2024
* Fjernet @types/react-select

Finnes ikke lenger. Kom en advarsel i Renovate-issuen (#336)

* Update sentry-javascript monorepo from v8.24.0 to v8.25.0 (#2835)

* Update material-ui monorepo from v5.16.6 to v5.16.7 (#2838)

* Update dependency @mui/x-tree-view from v7.12.0 to v7.12.1 (#2844)

* Update dependency eslint from v9.8.0 to v9.9.0 (#2845)

* Update dependency lint-staged from v15.2.8 to v15.2.9 (#2852)

* Update dependency @cypress/code-coverage from v3.12.44 to v3.12.45 (#2851)

* Update dependency decap-cms-core from v3.4.0 to v3.4.2 (#2855)

* Update dependency decap-server from v3.1.0 to v3.1.2 (#2856)

* Update dependency decap-cms-app from v3.2.1 to v3.3.2 (#2846)

* Update dependency react-icons from v5.2.1 to v5.3.0 (#2853)

* Update docker/build-push-action action from vv6.6.1 to v6.7.0 (#2858)

* Update sentry-javascript monorepo from v8.25.0 to v8.26.0 (#2861)

* Update dependency cypress from v13.13.2 to v13.13.3 (#2867)

* Update dependency turbo from v2.0.12 to v2.0.13 (#2868)

* Update dependency turbo from v2.0.13 to v2.0.14 (#2877)

* Update dependency sharp from v0.33.4 to v0.33.5 (#2892)

* Update dependency @mui/x-tree-view from v7.12.1 to v7.13.0 (#2893)

* Update dependency @types/react from v18.3.3 to v18.3.4 (#2909)

* Update dependency next from v14.2.5 to v14.2.6 (#2918)
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