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.11.0 to v8.12.0 #2729

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 25, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

v8.12.0

Compare Source

Important Changes
  • feat(solid): Remove need to pass router hooks to solid integration (breaking)

This release introduces breaking changes to the @sentry/solid package (which is currently out in alpha).

We've made it easier to get started with the solid router integration by removing the need to pass use* hooks
explicitly to solidRouterBrowserTracingIntegration. Import solidRouterBrowserTracingIntegration from
@sentry/solid/solidrouter and add it to Sentry.init

import * as Sentry from '@​sentry/solid';
import { solidRouterBrowserTracingIntegration, withSentryRouterRouting } from '@​sentry/solid/solidrouter';
import { Router } from '@​solidjs/router';

Sentry.init({
  dsn: '__PUBLIC_DSN__',
  integrations: [solidRouterBrowserTracingIntegration()],
  tracesSampleRate: 1.0, //  Capture 100% of the transactions
});

const SentryRouter = withSentryRouterRouting(Router);
  • feat(core): Return client from init method (#​12585)

Sentry.init() now returns a client directly, so you don't need to explicitly call getClient() anymore:

const client = Sentry.init();
  • feat(nextjs): Add deleteSourcemapsAfterUpload option (#​12457)

This adds an easy way to delete sourcemaps immediately after uploading them:

module.exports = withSentryConfig(nextConfig, {
  sourcemaps: {
    deleteSourcemapsAfterUpload: true,
  },
});
  • feat(node): Allow to configure maxSpanWaitDuration (#​12610)

Adds configuration option for the max. duration in seconds that the SDK will wait for parent spans to be finished before
discarding a span. The SDK will automatically clean up spans that have no finished parent after this duration. This is
necessary to prevent memory leaks in case of parent spans that are never finished or otherwise dropped/missing. However,
if you have very long-running spans in your application, a shorter duration might cause spans to be discarded too early.
In this case, you can increase this duration to a value that fits your expected data.

Other Changes
  • feat(feedback): Extra check for iPad in screenshot support (#​12593)
  • fix(bundle): Ensure CDN bundles do not overwrite window.Sentry (#​12580)
  • fix(feedback): Inject preact from feedbackModal into feedbackScreenshot integration (#​12535)
  • fix(node): Re-throw errors from koa middleware (#​12609)
  • fix(remix): Mark isRemixV2 as optional in exposed types. (#​12614)
  • ref(node): Add error message to NodeFetch log (#​12612)

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


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 has been generated by Mend Renovate. View repository job log here.

@arnfinn arnfinn merged commit bae62e8 into dependency_updates Jun 25, 2024
6 checks passed
@arnfinn arnfinn deleted the renovate/sentry-javascript-monorepo branch June 25, 2024 12:58
arnfinn added a commit that referenced this pull request Aug 7, 2024
* Update dependency @iframe-resizer/react from v5.1.3 to v5.1.4 (#2728)

* Update sentry-javascript monorepo from v8.11.0 to v8.12.0 (#2729)

* Update tanstack-query monorepo from v5.45.1 to v5.47.0 (#2732)

* Update tanstack-query monorepo from v5.47.0 to v5.48.0 (#2737)

* Update docker/build-push-action action from vv6.1.0 to v6.2.0 (#2742)

* Update dependency decap-cms-app from v3.1.10 to v3.1.11 (#2745)

* Update dependency decap-cms-core from v3.3.6 to v3.3.7 (#2746)

* eksakt versjon av pakker

* Update dependency knip from v5.23.0 to v5.23.1 (#2749)

* Update sentry-javascript monorepo from v8.12.0 to v8.13.0 (#2748)

* Update dependency @testing-library/dom from v10.1.0 to v10.2.0 (#2750)

* Update material-ui monorepo (#2758)

* Update Node.js to v20.15.0 (#2656)

* Revert "Update Node.js to v20.15.0 (#2656)"

This reverts commit c242132.

* Update dependency eslint from v9.5.0 to v9.8.0 (#2759)

* Update tanstack-query monorepo from v5.48.0 to v5.51.21 (#2760)

* Update dependency knip from v5.23.1 to v5.27.0 (#2761)

* Update dependency simple-oauth2 from v5.0.1 to v5.1.0 (#2762)

* Update docker/build-push-action action from vv6.2.0 to v6.5.0 (#2774)

* Update dependency typescript-eslint from v7.14.1 to v7.18.0 (#2766)

* Update dependency cypress from v13.12.0 to v13.13.2 (#2767)

* Update actions/setup-node action from vv4.0.2 to v4.0.3 (#2796)

* Update actions/upload-artifact action from vv4.3.3 to v4.3.5 (#2797)

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

* Update cypress-io/github-action action from vv6.7.1 to v6.7.2 (#2798)

* Update dependency jsdom from v24.1.0 to v24.1.1 (#2800)

* Update actions/upload-artifact action from vv4.3.5 to v4.3.6 (#2802)

* Update dependency lint-staged from v15.2.7 to v15.2.8 (#2801)

* Update dependency next from v14.2.4 to v14.2.5 (#2803)

* Update dependency react-spring from v9.7.3 to v9.7.4 (#2805)

* Update docker/login-action action from vv3.2.0 to v3.3.0 (#2811)

* Update dependency husky from v9.0.11 to v9.1.4 (#2810)

* Update dependency express-rate-limit from v7.3.1 to v7.4.0 (#2809)

* Update dependency @iframe-resizer/react from v5.1.4 to v5.2.3 (#2808)

* Update Yarn from v4.3.1 to v4.4.0 (#2807)

* Update dependency start-server-and-test from v2.0.4 to v2.0.5 (#2806)

* Update docker/setup-buildx-action action from vv3.3.0 to v3.6.1 (#2813)

* Update dependency knip from v5.27.0 to v5.27.1 (#2812)

* Update dependency prettier from v3.3.2 to v3.3.3 (#2804)

* Update dependency prettier from v3.3.2 to v3.3.3

* prettier

---------

Co-authored-by: arnfinn <arnfinn.steindal@gmail.com>
Uglemat pushed a commit that referenced this pull request Aug 7, 2024
* Update dependency @iframe-resizer/react from v5.1.3 to v5.1.4 (#2728)

* Update sentry-javascript monorepo from v8.11.0 to v8.12.0 (#2729)

* Update tanstack-query monorepo from v5.45.1 to v5.47.0 (#2732)

* Update tanstack-query monorepo from v5.47.0 to v5.48.0 (#2737)

* Update docker/build-push-action action from vv6.1.0 to v6.2.0 (#2742)

* Update dependency decap-cms-app from v3.1.10 to v3.1.11 (#2745)

* Update dependency decap-cms-core from v3.3.6 to v3.3.7 (#2746)

* eksakt versjon av pakker

* Update dependency knip from v5.23.0 to v5.23.1 (#2749)

* Update sentry-javascript monorepo from v8.12.0 to v8.13.0 (#2748)

* Update dependency @testing-library/dom from v10.1.0 to v10.2.0 (#2750)

* Update material-ui monorepo (#2758)

* Update Node.js to v20.15.0 (#2656)

* Revert "Update Node.js to v20.15.0 (#2656)"

This reverts commit c242132.

* Update dependency eslint from v9.5.0 to v9.8.0 (#2759)

* Update tanstack-query monorepo from v5.48.0 to v5.51.21 (#2760)

* Update dependency knip from v5.23.1 to v5.27.0 (#2761)

* Update dependency simple-oauth2 from v5.0.1 to v5.1.0 (#2762)

* Update docker/build-push-action action from vv6.2.0 to v6.5.0 (#2774)

* Update dependency typescript-eslint from v7.14.1 to v7.18.0 (#2766)

* Update dependency cypress from v13.12.0 to v13.13.2 (#2767)

* Update actions/setup-node action from vv4.0.2 to v4.0.3 (#2796)

* Update actions/upload-artifact action from vv4.3.3 to v4.3.5 (#2797)

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

* Update cypress-io/github-action action from vv6.7.1 to v6.7.2 (#2798)

* Update dependency jsdom from v24.1.0 to v24.1.1 (#2800)

* Update actions/upload-artifact action from vv4.3.5 to v4.3.6 (#2802)

* Update dependency lint-staged from v15.2.7 to v15.2.8 (#2801)

* Update dependency next from v14.2.4 to v14.2.5 (#2803)

* Update dependency react-spring from v9.7.3 to v9.7.4 (#2805)

* Update docker/login-action action from vv3.2.0 to v3.3.0 (#2811)

* Update dependency husky from v9.0.11 to v9.1.4 (#2810)

* Update dependency express-rate-limit from v7.3.1 to v7.4.0 (#2809)

* Update dependency @iframe-resizer/react from v5.1.4 to v5.2.3 (#2808)

* Update Yarn from v4.3.1 to v4.4.0 (#2807)

* Update dependency start-server-and-test from v2.0.4 to v2.0.5 (#2806)

* Update docker/setup-buildx-action action from vv3.3.0 to v3.6.1 (#2813)

* Update dependency knip from v5.27.0 to v5.27.1 (#2812)

* Update dependency prettier from v3.3.2 to v3.3.3 (#2804)

* Update dependency prettier from v3.3.2 to v3.3.3

* prettier

---------

Co-authored-by: arnfinn <arnfinn.steindal@gmail.com>
Uglemat pushed a commit that referenced this pull request Aug 20, 2024
* Update dependency @iframe-resizer/react from v5.1.3 to v5.1.4 (#2728)

* Update sentry-javascript monorepo from v8.11.0 to v8.12.0 (#2729)

* Update tanstack-query monorepo from v5.45.1 to v5.47.0 (#2732)

* Update tanstack-query monorepo from v5.47.0 to v5.48.0 (#2737)

* Update docker/build-push-action action from vv6.1.0 to v6.2.0 (#2742)

* Update dependency decap-cms-app from v3.1.10 to v3.1.11 (#2745)

* Update dependency decap-cms-core from v3.3.6 to v3.3.7 (#2746)

* eksakt versjon av pakker

* Update dependency knip from v5.23.0 to v5.23.1 (#2749)

* Update sentry-javascript monorepo from v8.12.0 to v8.13.0 (#2748)

* Update dependency @testing-library/dom from v10.1.0 to v10.2.0 (#2750)

* Update material-ui monorepo (#2758)

* Update Node.js to v20.15.0 (#2656)

* Revert "Update Node.js to v20.15.0 (#2656)"

This reverts commit c242132.

* Update dependency eslint from v9.5.0 to v9.8.0 (#2759)

* Update tanstack-query monorepo from v5.48.0 to v5.51.21 (#2760)

* Update dependency knip from v5.23.1 to v5.27.0 (#2761)

* Update dependency simple-oauth2 from v5.0.1 to v5.1.0 (#2762)

* Update docker/build-push-action action from vv6.2.0 to v6.5.0 (#2774)

* Update dependency typescript-eslint from v7.14.1 to v7.18.0 (#2766)

* Update dependency cypress from v13.12.0 to v13.13.2 (#2767)

* Update actions/setup-node action from vv4.0.2 to v4.0.3 (#2796)

* Update actions/upload-artifact action from vv4.3.3 to v4.3.5 (#2797)

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

* Update cypress-io/github-action action from vv6.7.1 to v6.7.2 (#2798)

* Update dependency jsdom from v24.1.0 to v24.1.1 (#2800)

* Update actions/upload-artifact action from vv4.3.5 to v4.3.6 (#2802)

* Update dependency lint-staged from v15.2.7 to v15.2.8 (#2801)

* Update dependency next from v14.2.4 to v14.2.5 (#2803)

* Update dependency react-spring from v9.7.3 to v9.7.4 (#2805)

* Update docker/login-action action from vv3.2.0 to v3.3.0 (#2811)

* Update dependency husky from v9.0.11 to v9.1.4 (#2810)

* Update dependency express-rate-limit from v7.3.1 to v7.4.0 (#2809)

* Update dependency @iframe-resizer/react from v5.1.4 to v5.2.3 (#2808)

* Update Yarn from v4.3.1 to v4.4.0 (#2807)

* Update dependency start-server-and-test from v2.0.4 to v2.0.5 (#2806)

* Update docker/setup-buildx-action action from vv3.3.0 to v3.6.1 (#2813)

* Update dependency knip from v5.27.0 to v5.27.1 (#2812)

* Update dependency prettier from v3.3.2 to v3.3.3 (#2804)

* Update dependency prettier from v3.3.2 to v3.3.3

* prettier

---------

Co-authored-by: arnfinn <arnfinn.steindal@gmail.com>
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