Skip to content

Commit

Permalink
build(deps): update sentry-javascript monorepo to ^8.29.0 (#4525)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@sentry/nextjs](https://redirect.github.com/getsentry/sentry-javascript/tree/master/packages/nextjs)
([source](https://redirect.github.com/getsentry/sentry-javascript)) |
[`^8.28.0` ->
`^8.29.0`](https://renovatebot.com/diffs/npm/@sentry%2fnextjs/8.28.0/8.29.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@sentry%2fnextjs/8.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@sentry%2fnextjs/8.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@sentry%2fnextjs/8.28.0/8.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sentry%2fnextjs/8.28.0/8.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@sentry/profiling-node](https://redirect.github.com/getsentry/sentry-javascript/tree/master/packages/profiling-node)
([source](https://redirect.github.com/getsentry/sentry-javascript)) |
[`^8.28.0` ->
`^8.29.0`](https://renovatebot.com/diffs/npm/@sentry%2fprofiling-node/8.28.0/8.29.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@sentry%2fprofiling-node/8.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@sentry%2fprofiling-node/8.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@sentry%2fprofiling-node/8.28.0/8.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sentry%2fprofiling-node/8.28.0/8.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>getsentry/sentry-javascript (@&#8203;sentry/nextjs)</summary>

###
[`v8.29.0`](https://redirect.github.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#8290)

##### Important Changes

-   **Beta releases of official Solid and SolidStart Sentry SDKs**

This release marks the beta releases of the `@sentry/solid` and
`@sentry/solidstart` Sentry SDKs. For details on how to
use them, check out the
[Sentry Solid SDK
README](https://redirect.github.com/getsentry/sentry-javascript/tree/develop/packages/solid)
and the
[Sentry SolidStart SDK
README](https://redirect.github.com/getsentry/sentry-javascript/tree/develop/packages/solidstart)
respectively. Please reach out on
[GitHub](https://redirect.github.com/getsentry/sentry-javascript/issues/new/choose)
if you have
any feedback or concerns.

- **feat(node): Option to only wrap instrumented modules
([#&#8203;13139](https://redirect.github.com/getsentry/sentry-javascript/issues/13139))**

Adds the SDK option to only wrap ES modules with `import-in-the-middle`
that specifically need to be instrumented.

```javascript
import * as Sentry from '@&#8203;sentry/node';

Sentry.init({
  dsn: '__PUBLIC_DSN__',
  registerEsmLoaderHooks: { onlyHookedModules: true },
});
```

- **feat(node): Update OpenTelemetry packages to instrumentation v0.53.0
([#&#8203;13587](https://redirect.github.com/getsentry/sentry-javascript/issues/13587))**

All internal OpenTelemetry instrumentation was updated to their latest
version. This adds support for Mongoose v7 and v8
and fixes various bugs related to ESM mode.

##### Other Changes

- feat(nextjs): Emit warning when using turbopack
([#&#8203;13566](https://redirect.github.com/getsentry/sentry-javascript/issues/13566))
- feat(nextjs): Future-proof Next.js config options overriding
([#&#8203;13586](https://redirect.github.com/getsentry/sentry-javascript/issues/13586))
- feat(node): Add `generic-pool` integration
([#&#8203;13465](https://redirect.github.com/getsentry/sentry-javascript/issues/13465))
- feat(nuxt): Upload sourcemaps generated by Nitro
([#&#8203;13382](https://redirect.github.com/getsentry/sentry-javascript/issues/13382))
- feat(solidstart): Add `browserTracingIntegration` by default
([#&#8203;13561](https://redirect.github.com/getsentry/sentry-javascript/issues/13561))
- feat(solidstart): Add `sentrySolidStartVite` plugin to simplify source
maps upload
([#&#8203;13493](https://redirect.github.com/getsentry/sentry-javascript/issues/13493))
- feat(vue): Only start UI spans if parent is available
([#&#8203;13568](https://redirect.github.com/getsentry/sentry-javascript/issues/13568))
- fix(cloudflare): Guard `context.waitUntil` call in request handler
([#&#8203;13549](https://redirect.github.com/getsentry/sentry-javascript/issues/13549))
- fix(gatsby): Fix assets path for sourcemaps upload
([#&#8203;13592](https://redirect.github.com/getsentry/sentry-javascript/issues/13592))
- fix(nextjs): Use posix paths for sourcemap uploads
([#&#8203;13603](https://redirect.github.com/getsentry/sentry-javascript/issues/13603))
- fix(node-fetch): Use stringified origin url
([#&#8203;13581](https://redirect.github.com/getsentry/sentry-javascript/issues/13581))
- fix(node): Replace dashes in `generic-pool` span origins with
underscores
([#&#8203;13579](https://redirect.github.com/getsentry/sentry-javascript/issues/13579))
- fix(replay): Fix types in WebVitalData
([#&#8203;13573](https://redirect.github.com/getsentry/sentry-javascript/issues/13573))
- fix(replay): Improve replay web vital types
([#&#8203;13602](https://redirect.github.com/getsentry/sentry-javascript/issues/13602))
- fix(utils): Keep logger on carrier
([#&#8203;13570](https://redirect.github.com/getsentry/sentry-javascript/issues/13570))

Work in this release was contributed by
[@&#8203;Zen-cronic](https://redirect.github.com/Zen-cronic). Thank you
for your contribution!

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/inabagumi/shinju-date).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 9, 2024
1 parent 96bacb9 commit 9ed063a
Show file tree
Hide file tree
Showing 4 changed files with 246 additions and 223 deletions.
4 changes: 2 additions & 2 deletions apps/admin/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"author": "Haneru Developers",
"dependencies": {
"@sentry/nextjs": "^8.28.0",
"@sentry/profiling-node": "^8.28.0",
"@sentry/nextjs": "^8.29.0",
"@sentry/profiling-node": "^8.29.0",
"@supabase/supabase-js": "^2.45.3",
"next": "^15.0.0-rc.0",
"react": "^19.0.0-rc-fb9a90fa48-20240614",
Expand Down
4 changes: 2 additions & 2 deletions apps/batch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"author": "Haneru Developers",
"dependencies": {
"@googleapis/youtube": "^20.0.0",
"@sentry/nextjs": "^8.28.0",
"@sentry/profiling-node": "^8.28.0",
"@sentry/nextjs": "^8.29.0",
"@sentry/profiling-node": "^8.29.0",
"@shinju-date/helpers": "workspace:*",
"@shinju-date/logging": "workspace:*",
"@shinju-date/retryable-fetch": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"author": "Haneru Developers",
"dependencies": {
"@mdx-js/react": "^3.0.1",
"@sentry/nextjs": "^8.28.0",
"@sentry/profiling-node": "^8.28.0",
"@sentry/nextjs": "^8.29.0",
"@sentry/profiling-node": "^8.29.0",
"@shinju-date/helpers": "workspace:*",
"@shinju-date/logging": "workspace:*",
"@shinju-date/retryable-fetch": "workspace:*",
Expand Down
Loading

0 comments on commit 9ed063a

Please sign in to comment.