Skip to content

Commit

Permalink
build(deps): update sentry-javascript monorepo to ^8.36.0 (#4670)
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.35.0` ->
`^8.36.0`](https://renovatebot.com/diffs/npm/@sentry%2fnextjs/8.35.0/8.36.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@sentry%2fnextjs/8.36.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@sentry%2fnextjs/8.36.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@sentry%2fnextjs/8.35.0/8.36.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sentry%2fnextjs/8.35.0/8.36.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.35.0` ->
`^8.36.0`](https://renovatebot.com/diffs/npm/@sentry%2fprofiling-node/8.35.0/8.36.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@sentry%2fprofiling-node/8.36.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@sentry%2fprofiling-node/8.36.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@sentry%2fprofiling-node/8.35.0/8.36.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sentry%2fprofiling-node/8.35.0/8.36.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

##### Important Changes

- **feat(nuxt): Add Sentry Pinia plugin
([#&#8203;14047](https://redirect.github.com/getsentry/sentry-javascript/pull/14047))**

The Nuxt SDK now allows you to track Pinia state for captured errors. To
enable the Pinia plugin, set the `trackPinia` option to `true` in your
client config:

```ts
// sentry.client.config.ts

Sentry.init({
  trackPinia: true,
});
```

Read more about the Pinia plugin in the [Sentry Pinia
Documentation](https://docs.sentry.io/platforms/javascript/guides/nuxt/features/pinia/).

- **feat(nextjs/vercel-edge/cloudflare): Switch to OTEL for performance
monitoring
([#&#8203;13889](https://redirect.github.com/getsentry/sentry-javascript/pull/13889))**

With this release, the Sentry Next.js, and Cloudflare SDKs will now
capture performance data based on OpenTelemetry.
Some exceptions apply in cases where Next.js captures inaccurate data
itself.

NOTE: You may experience minor differences in transaction names in
Sentry.
Most importantly transactions for serverside pages router invocations
will now be named `GET /[param]/my/route` instead of
`/[param]/my/route`.
This means that those transactions are now better aligned with the
OpenTelemetry semantic conventions.

##### Other Changes

- deps: Bump bundler plugins and CLI to 2.22.6 and 2.37.0 respectively
([#&#8203;14050](https://redirect.github.com/getsentry/sentry-javascript/pull/14050))
- feat(deps): bump
[@&#8203;opentelemetry/instrumentation-aws-sdk](https://redirect.github.com/opentelemetry/instrumentation-aws-sdk)
from 0.44.0 to 0.45.0
([#&#8203;14099](https://redirect.github.com/getsentry/sentry-javascript/pull/14099))
- feat(deps): bump
[@&#8203;opentelemetry/instrumentation-connect](https://redirect.github.com/opentelemetry/instrumentation-connect)
from 0.39.0 to 0.40.0
([#&#8203;14101](https://redirect.github.com/getsentry/sentry-javascript/pull/14101))
- feat(deps): bump
[@&#8203;opentelemetry/instrumentation-express](https://redirect.github.com/opentelemetry/instrumentation-express)
from 0.43.0 to 0.44.0
([#&#8203;14102](https://redirect.github.com/getsentry/sentry-javascript/pull/14102))
- feat(deps): bump
[@&#8203;opentelemetry/instrumentation-fs](https://redirect.github.com/opentelemetry/instrumentation-fs)
from 0.15.0 to 0.16.0
([#&#8203;14098](https://redirect.github.com/getsentry/sentry-javascript/pull/14098))
- feat(deps): bump
[@&#8203;opentelemetry/instrumentation-kafkajs](https://redirect.github.com/opentelemetry/instrumentation-kafkajs)
from 0.3.0 to 0.4.0
([#&#8203;14100](https://redirect.github.com/getsentry/sentry-javascript/pull/14100))
- feat(nextjs): Add method and url to route handler request data
([#&#8203;14084](https://redirect.github.com/getsentry/sentry-javascript/pull/14084))
- feat(node): Add breadcrumbs for `child_process` and `worker_thread`
([#&#8203;13896](https://redirect.github.com/getsentry/sentry-javascript/pull/13896))
- fix(core): Ensure standalone spans are not sent if SDK is disabled
([#&#8203;14088](https://redirect.github.com/getsentry/sentry-javascript/pull/14088))
- fix(nextjs): Await flush in api handlers
([#&#8203;14023](https://redirect.github.com/getsentry/sentry-javascript/pull/14023))
- fix(nextjs): Don't leak webpack types into exports
([#&#8203;14116](https://redirect.github.com/getsentry/sentry-javascript/pull/14116))
- fix(nextjs): Fix matching logic for file convention type for root
level components
([#&#8203;14038](https://redirect.github.com/getsentry/sentry-javascript/pull/14038))
- fix(nextjs): Respect directives in value injection loader
([#&#8203;14083](https://redirect.github.com/getsentry/sentry-javascript/pull/14083))
- fix(nuxt): Only wrap `.mjs` entry files in rollup
([#&#8203;14060](https://redirect.github.com/getsentry/sentry-javascript/pull/14060))
- fix(nuxt): Re-export all exported bindings
([#&#8203;14086](https://redirect.github.com/getsentry/sentry-javascript/pull/14086))
- fix(nuxt): Server-side setup in readme
([#&#8203;14049](https://redirect.github.com/getsentry/sentry-javascript/pull/14049))
- fix(profiling-node): Always warn when running on incompatible major
version of Node.js
([#&#8203;14043](https://redirect.github.com/getsentry/sentry-javascript/pull/14043))
- fix(replay): Fix `onError` callback
([#&#8203;14002](https://redirect.github.com/getsentry/sentry-javascript/pull/14002))
- perf(otel): Only calculate current timestamp once
([#&#8203;14094](https://redirect.github.com/getsentry/sentry-javascript/pull/14094))
- test(browser-integration): Add sentry DSN route handler by default
([#&#8203;14095](https://redirect.github.com/getsentry/sentry-javascript/pull/14095))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 31, 2024
1 parent 85adb0c commit 54cd4ba
Show file tree
Hide file tree
Showing 4 changed files with 214 additions and 152 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.35.0",
"@sentry/profiling-node": "^8.35.0",
"@sentry/nextjs": "^8.36.0",
"@sentry/profiling-node": "^8.36.0",
"@supabase/supabase-js": "^2.46.1",
"next": "^15.0.2",
"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.35.0",
"@sentry/profiling-node": "^8.35.0",
"@sentry/nextjs": "^8.36.0",
"@sentry/profiling-node": "^8.36.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.1.0",
"@sentry/nextjs": "^8.35.0",
"@sentry/profiling-node": "^8.35.0",
"@sentry/nextjs": "^8.36.0",
"@sentry/profiling-node": "^8.36.0",
"@shinju-date/helpers": "workspace:*",
"@shinju-date/logging": "workspace:*",
"@shinju-date/retryable-fetch": "workspace:*",
Expand Down
Loading

0 comments on commit 54cd4ba

Please sign in to comment.