kula-app / OnLaunch

OnLaunch is a service allowing app developers to notify app users about updates, warnings and maintenance.
https://kula.app/onlaunch
Apache License 2.0
10 stars 1 forks source link

fix(deps): update dependency @sentry/nextjs to v8.23.0 #1124

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

getsentry/sentry-javascript (@​sentry/nextjs) ### [`v8.23.0`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#8230) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/8.22.0...8.23.0) ##### Important Changes - **feat(cloudflare): Add Cloudflare D1 instrumentation ([#​13142](https://togithub.com/getsentry/sentry-javascript/issues/13142))** This release includes support for Cloudflare D1, Cloudflare's serverless SQL database. To instrument your Cloudflare D1 database, use the `instrumentD1WithSentry` method as follows: ```ts // env.DB is the D1 DB binding configured in your `wrangler.toml` const db = instrumentD1WithSentry(env.DB); // Now you can use the database as usual await db.prepare('SELECT * FROM table WHERE id = ?').bind(1).run(); ``` ##### Other Changes - feat(cloudflare): Allow users to pass handler to sentryPagesPlugin ([#​13192](https://togithub.com/getsentry/sentry-javascript/issues/13192)) - feat(cloudflare): Instrument scheduled handler ([#​13114](https://togithub.com/getsentry/sentry-javascript/issues/13114)) - feat(core): Add `getTraceData` function ([#​13134](https://togithub.com/getsentry/sentry-javascript/issues/13134)) - feat(nestjs): Automatic instrumentation of nestjs interceptors before route execution ([#​13153](https://togithub.com/getsentry/sentry-javascript/issues/13153)) - feat(nestjs): Automatic instrumentation of nestjs pipes ([#​13137](https://togithub.com/getsentry/sentry-javascript/issues/13137)) - feat(nuxt): Filter out Nuxt build assets ([#​13148](https://togithub.com/getsentry/sentry-javascript/issues/13148)) - feat(profiling): Attach sdk info to chunks ([#​13145](https://togithub.com/getsentry/sentry-javascript/issues/13145)) - feat(solidstart): Add sentry `onBeforeResponse` middleware to enable distributed tracing ([#​13221](https://togithub.com/getsentry/sentry-javascript/issues/13221)) - feat(solidstart): Filter out low quality transactions for build assets ([#​13222](https://togithub.com/getsentry/sentry-javascript/issues/13222)) - fix(browser): Avoid showing browser extension error message in non-`window` global scopes ([#​13156](https://togithub.com/getsentry/sentry-javascript/issues/13156)) - fix(feedback): Call dialog.close() in dialog close callbacks in `\_loadAndRenderDialog` ([#​13203](https://togithub.com/getsentry/sentry-javascript/issues/13203)) - fix(nestjs): Inline Observable type to resolve missing 'rxjs' dependency ([#​13166](https://togithub.com/getsentry/sentry-javascript/issues/13166)) - fix(nuxt): Detect pageload by adding flag in Vue router ([#​13171](https://togithub.com/getsentry/sentry-javascript/issues/13171)) - fix(utils): Handle when requests get aborted in fetch instrumentation ([#​13202](https://togithub.com/getsentry/sentry-javascript/issues/13202)) - ref(browser): Improve browserMetrics collection ([#​13062](https://togithub.com/getsentry/sentry-javascript/issues/13062)) Work in this release was contributed by [@​horochx](https://togithub.com/horochx). Thank you for your contribution!

Configuration

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

🚦 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 this update again.



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

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 3.90%. Comparing base (3e558f2) to head (356dc7a).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1124 +/- ## ===================================== Coverage 3.90% 3.90% ===================================== Files 162 162 Lines 3743 3743 Branches 372 372 ===================================== Hits 146 146 Misses 3593 3593 Partials 4 4 ``` | [Flag](https://app.codecov.io/gh/kula-app/OnLaunch/pull/1124/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kula-app) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/kula-app/OnLaunch/pull/1124/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kula-app) | `3.90% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kula-app#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.