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 v7.109.0 to v7.110.0 #2325

Merged
merged 1 commit into from
Apr 12, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 12, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

v7.110.0

Compare Source

Important Changes
  • feat(tracing): Add interactions sample rate to browser tracing integrations (#​11382)

You can now use a interactionsSampleRate to control the sample rate of INP spans. interactionsSampleRate is applied
on top of the global tracesSampleRate. Therefore if interactionsSampleRate is 0.5 and tracesSampleRate is 0.1,
then the actual sample rate for interactions is 0.05.

Sentry.init({
  tracesSampleRate: 0.1,
  integrations: [
    Sentry.browserTracingIntegration({
      interactionsSampleRate: 0.5,
    }),
  ],
});
  • Deprecations

This release deprecates the Hub class, as well as the addRequestDataToTransaction method. The trpcMiddleware
method is no longer on the Handlers export, but instead is a standalone export.

Please see the detailed Migration docs on how to migrate to the new APIs.

  • feat: Deprecate and relocate trpcMiddleware (#​11389)
  • feat(core): Deprecate Hub class (#​11528)
  • feat(types): Deprecate Hub interface (#​11530)
  • ref: Deprecate addRequestDataToTransaction (#​11368)
Other Changes
  • feat(core): Update metric normalization (#​11519)
  • feat(feedback): Customize feedback placeholder text color (#​11521)
  • feat(remix): Skip span creation for OPTIONS and HEAD request. (#​11485)
  • feat(utils): Add metric buckets rate limit (#​11506)
  • fix(core): unref timer to not block node exit (#​11483)
  • fix(metrics): Map statsd to metric_bucket (#​11505)
  • fix(spans): Allow zero exclusive time for INP spans (#​11408)
  • ref(feedback): Configure feedback fonts (#​11520)

Bundle size 📦

Path Size
@​sentry/browser (incl. Tracing, Replay, Feedback) - Webpack (gzipped) 80.58 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 71.55 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) - Webpack (gzipped) 75.57 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) 65.18 KB
@​sentry/browser (incl. Tracing) - Webpack (gzipped) 35.49 KB
@​sentry/browser (incl. browserTracingIntegration) - Webpack (gzipped) 35.37 KB
@​sentry/browser (incl. Feedback) - Webpack (gzipped) 31.57 KB
@​sentry/browser (incl. sendFeedback) - Webpack (gzipped) 31.58 KB
@​sentry/browser - Webpack (gzipped) 22.78 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) 78.76 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 70.12 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 35.9 KB
@​sentry/browser - ES6 CDN Bundle (gzipped) 25.27 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 220.72 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 108.53 KB
@​sentry/browser - ES6 CDN Bundle (minified & uncompressed) 75.79 KB
@​sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 39.17 KB
@​sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 72.03 KB
@​sentry/react - Webpack (gzipped) 22.81 KB
@​sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 89.87 KB
@​sentry/nextjs Client - Webpack (gzipped) 54.01 KB
@​sentry-internal/feedback - Webpack (gzipped) 17.32 KB

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.

@renovate renovate bot force-pushed the renovate/sentry-javascript-monorepo branch 2 times, most recently from 146f706 to b720d96 Compare April 12, 2024 07:20
@renovate renovate bot force-pushed the renovate/sentry-javascript-monorepo branch from b720d96 to a2dbbac Compare April 12, 2024 07:25
@renovate renovate bot merged commit eefad10 into dependency_updates Apr 12, 2024
6 checks passed
@renovate renovate bot deleted the renovate/sentry-javascript-monorepo branch April 12, 2024 07:37
arnfinn added a commit that referenced this pull request Apr 16, 2024
* Update docker/setup-buildx-action action from vv3.2.0 to v3.3.0 (#2272)

* Update dependency eslint from v8.57.0 to v9.0.0 (#2266)

* Update dependency @testing-library/react from v14.2.2 to v14.3.0 (#2286)

* Update typescript-eslint monorepo from v7.5.0 to v7.6.0 (#2287)

* Update dependency @types/react from v18.2.74 to v18.2.75 (#2288)

* Update dependency @types/node from v20.12.5 to v20.12.6 (#2291)

* Update dependency @cypress/code-coverage from v3.12.33 to v3.12.34 (#2300)

* Update dependency @types/node from v20.12.6 to v20.12.7 (#2302)

* Update codecov/codecov-action action from vv4.2.0 to v4.3.0 (#2301)

* Update dependency typescript from v5.4.4 to v5.4.5 (#2309)

* Update dependency algoliasearch from v4.23.2 to v4.23.3 (#2312)

* Update dependency @testing-library/react from v14.3.0 to v15.0.0 (#2311)

* Update dependency decap-cms-app from v3.1.8 to v3.1.9 (#2316)

* Update tanstack-query monorepo from v5.29.0 to v5.29.2 (#2317)

* Update Node.js to v20.12.2 (#2320)

* Update dependency @testing-library/react from v15.0.0 to v15.0.1 (#2321)

* Update dependency cypress from v13.7.2 to v13.7.3 (#2322)

* Update react monorepo (#2323)

* Update nextjs monorepo from v14.1.4 to v14.2.0 (#2324)

* Update vitest monorepo from v1.4.0 to v1.5.0 (#2326)

* Update sentry-javascript monorepo from v7.109.0 to v7.110.0 (#2325)

* Strapi-oppdateringer (#2327)

Feiler gjennom renovate av en eller annen grunn

* Update strapi monorepo from v4.20.3 to v4.23.0 (#2102)

* Update nextjs monorepo from v14.2.0 to v14.2.1 (#2331)

* Update dependency @testing-library/react from v15.0.1 to v15.0.2 (#2332)

* Update dependency @types/react from v18.2.77 to v18.2.78 (#2333)

* Update dependency react-icons from v5.0.1 to v5.1.0 (#2334)

* Update sentry-javascript monorepo from v7.110.0 to v7.110.1 (#2335)

* Update typescript-eslint monorepo from v7.6.0 to v7.7.0 (#2336)

* Update dependency @types/react from v18.2.78 to v18.2.79 (#2337)
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