Skip to content

Commit

Permalink
build(deps): update sentry-javascript monorepo to ^7.104.0 (#3963)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

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

---

### Release Notes

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

###
[`v7.104.0`](https://togithub.com/getsentry/sentry-javascript/releases/tag/7.104.0)

[Compare
Source](https://togithub.com/getsentry/sentry-javascript/compare/7.103.0...7.104.0)

##### Important Changes

- **feat(performance): create Interaction standalone spans on inp events
([#&#8203;10709](https://togithub.com/getsentry/sentry-javascript/issues/10709))**

This release adds support for the INP web vital. This is currently only
supported for Saas Sentry, and product support
is released with the upcoming `24.3.0` release of self-hosted.

To opt-in to this feature, you can use the `enableInp` option in the
`browserTracingIntegration`:

```js
Sentry.init({
  integrations: [
    Sentry.browserTracingIntegration({
      enableInp: true,
    });
  ]
})
```

##### Other Changes

- feat(feedback): Flush replays when feedback form opens
([#&#8203;10567](https://togithub.com/getsentry/sentry-javascript/issues/10567))
- feat(profiling-node): Expose `nodeProfilingIntegration`
([#&#8203;10864](https://togithub.com/getsentry/sentry-javascript/issues/10864))
- fix(profiling-node): Fix dependencies to point to current versions
([#&#8203;10861](https://togithub.com/getsentry/sentry-javascript/issues/10861))
- fix(replay): Add `errorHandler` for replayCanvas integration
([#&#8203;10796](https://togithub.com/getsentry/sentry-javascript/issues/10796))

#### Bundle size 📦

| Path | Size |
|
----------------------------------------------------------------------------------
| ----------------- |
| [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl.
Tracing, Replay, Feedback) - Webpack (gzipped) | 78.71 KB |
| [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl.
Tracing, Replay) - Webpack (gzipped) | 69.87 KB |
| [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl.
Tracing, Replay with Canvas) - Webpack (gzipped) | 73.83 KB |
| [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl.
Tracing, Replay) - Webpack with treeshaking flags (gzipped) | 63.48 KB |
| [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl.
Tracing) - Webpack (gzipped) | 33.84 KB |
| [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl.
browserTracingIntegration) - Webpack (gzipped) | 34.88 KB |
| [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl.
Feedback) - Webpack (gzipped) | 31.44 KB |
| [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl.
sendFeedback) - Webpack (gzipped) | 31.45 KB |
| [@&#8203;sentry/browser](https://togithub.com/sentry/browser) -
Webpack (gzipped) | 22.68 KB |
| [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl.
Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) | 76.96 KB |
| [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl.
Tracing, Replay) - ES6 CDN Bundle (gzipped) | 68.38 KB |
| [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl.
Tracing) - ES6 CDN Bundle (gzipped) | 34.18 KB |
| [@&#8203;sentry/browser](https://togithub.com/sentry/browser) - ES6
CDN Bundle (gzipped) | 25.09 KB |
| [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl.
Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) | 215.47 KB
|
| [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl.
Tracing) - ES6 CDN Bundle (minified & uncompressed) | 103.28 KB |
| [@&#8203;sentry/browser](https://togithub.com/sentry/browser) - ES6
CDN Bundle (minified & uncompressed) | 75.32 KB |
| [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl.
Tracing) - ES5 CDN Bundle (gzipped) | 37.35 KB |
| [@&#8203;sentry/react](https://togithub.com/sentry/react) (incl.
Tracing, Replay) - Webpack (gzipped) | 70.25 KB |
| [@&#8203;sentry/react](https://togithub.com/sentry/react) - Webpack
(gzipped) | 22.71 KB |
| [@&#8203;sentry/nextjs](https://togithub.com/sentry/nextjs) Client
(incl. Tracing, Replay) - Webpack (gzipped) | 89.1 KB |
| [@&#8203;sentry/nextjs](https://togithub.com/sentry/nextjs) Client -
Webpack (gzipped) | 53.28 KB |
|
[@&#8203;sentry-internal/feedback](https://togithub.com/sentry-internal/feedback)
- Webpack (gzipped) | 17.28 KB |

</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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/inabagumi/shinju-date).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjAuMiIsInVwZGF0ZWRJblZlciI6IjM3LjIyMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 1, 2024
1 parent f153a64 commit a07fa29
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 86 deletions.
4 changes: 2 additions & 2 deletions apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"@googleapis/youtube": "^13.1.0",
"@hookform/resolvers": "^3.3.4",
"@js-temporal/polyfill": "^0.4.4",
"@sentry/nextjs": "^7.103.0",
"@sentry/profiling-node": "^7.103.0",
"@sentry/nextjs": "^7.104.0",
"@sentry/profiling-node": "^7.104.0",
"@shinju-date/helpers": "workspace:*",
"@supabase/supabase-js": "^2.39.7",
"@upstash/ratelimit": "^1.0.1",
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"@js-temporal/polyfill": "^0.4.4",
"@mdx-js/react": "^3.0.1",
"@reach/skip-nav": "^0.18.0",
"@sentry/nextjs": "^7.103.0",
"@sentry/profiling-node": "^7.103.0",
"@sentry/nextjs": "^7.104.0",
"@sentry/profiling-node": "^7.104.0",
"@supabase/supabase-js": "^2.39.7",
"@upstash/redis": "^1.28.4",
"@vercel/analytics": "^1.2.2",
Expand Down
164 changes: 82 additions & 82 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a07fa29

Please sign in to comment.