Update dependency @sentry/nextjs to v8.33.1 #48

Merged
Fascinated merged 1 commits from renovate/sentry-javascript-monorepo into master 2024-10-03 18:10:50 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
@sentry/nextjs (source) dependencies minor 8.32.0 -> 8.33.1

Release Notes

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

v8.33.1

Compare Source

  • fix(core): Update trpc middleware types (#​13859)
  • fix(fetch): Fix memory leak when handling endless streaming
    (#​13809)

Work in this release was contributed by @​soapproject. Thank you for your contribution!

Bundle size 📦

Path Size
@​sentry/browser 22.64 KB
@​sentry/browser - with treeshaking flags 21.42 KB
@​sentry/browser (incl. Tracing) 34.87 KB
@​sentry/browser (incl. Tracing, Replay) 71.38 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 61.81 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 75.73 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 88.5 KB
@​sentry/browser (incl. Tracing, Replay, Feedback, metrics) 90.38 KB
@​sentry/browser (incl. metrics) 26.91 KB
@​sentry/browser (incl. Feedback) 39.78 KB
@​sentry/browser (incl. sendFeedback) 27.3 KB
@​sentry/browser (incl. FeedbackAsync) 32.08 KB
@​sentry/react 25.39 KB
@​sentry/react (incl. Tracing) 37.86 KB
@​sentry/vue 26.8 KB
@​sentry/vue (incl. Tracing) 36.77 KB
@​sentry/svelte 22.77 KB
CDN Bundle 23.95 KB
CDN Bundle (incl. Tracing) 36.66 KB
CDN Bundle (incl. Tracing, Replay) 71.15 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 76.45 KB
CDN Bundle - uncompressed 70.17 KB
CDN Bundle (incl. Tracing) - uncompressed 108.68 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 220.58 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 233.79 KB
@​sentry/nextjs (client) 37.82 KB
@​sentry/sveltekit (client) 35.45 KB
@​sentry/node 125.13 KB
@​sentry/node - without tracing 93.58 KB
@​sentry/aws-serverless 103.28 KB

v8.33.0

Compare Source

Important Changes
  • feat(nextjs): Support new async APIs (headers(), params, searchParams)
    (#​13828)

Adds support for new dynamic Next.js APIs.

  • feat(node): Add lru-memoizer instrumentation
    (#​13796)

Adds integration for lru-memoizer using @​opentelemetry/instrumentation-lru-memoizer.

  • feat(nuxt): Add unstable_sentryBundlerPluginOptions to module options
    (#​13811)

Allows passing other options from the bundler plugins (vite and rollup) to Nuxt module options.

Other Changes
  • fix(browser): Ensure wrap() only returns functions
    (#​13838)
  • fix(core): Adapt trpc middleware input attachment
    (#​13831)
  • fix(core): Don't return trace data in getTraceData and getTraceMetaTags if SDK is disabled
    (#​13760)
  • fix(nuxt): Don't restrict source map assets upload
    (#​13800)
  • fix(nuxt): Use absolute path for client config (#​13798)
  • fix(replay): Stop global event handling for paused replays
    (#​13815)
  • fix(sveltekit): add url param to source map upload options
    (#​13812)
  • fix(types): Add jsdocs to cron types (#​13776)
  • fix(nextjs): Loosen @​sentry/nextjs webpack peer dependency
    (#​13826)

Work in this release was contributed by @​joshuajaco. 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@sentry/nextjs](https://github.com/getsentry/sentry-javascript/tree/master/packages/nextjs) ([source](https://github.com/getsentry/sentry-javascript)) | dependencies | minor | [`8.32.0` -> `8.33.1`](https://renovatebot.com/diffs/npm/@sentry%2fnextjs/8.32.0/8.33.1) | --- ### Release Notes <details> <summary>getsentry/sentry-javascript (@&#8203;sentry/nextjs)</summary> ### [`v8.33.1`](https://github.com/getsentry/sentry-javascript/releases/tag/8.33.1) [Compare Source](https://github.com/getsentry/sentry-javascript/compare/8.33.0...8.33.1) - fix(core): Update trpc middleware types ([#&#8203;13859](https://github.com/getsentry/sentry-javascript/pull/13859)) - fix(fetch): Fix memory leak when handling endless streaming ([#&#8203;13809](https://github.com/getsentry/sentry-javascript/pull/13809)) Work in this release was contributed by [@&#8203;soapproject](https://github.com/soapproject). Thank you for your contribution! #### Bundle size 📦 | Path | Size | | ---------------------------------------------------------------- | ----------------- | | [@&#8203;sentry/browser](https://github.com/sentry/browser) | 22.64 KB | | [@&#8203;sentry/browser](https://github.com/sentry/browser) - with treeshaking flags | 21.42 KB | | [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. Tracing) | 34.87 KB | | [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. Tracing, Replay) | 71.38 KB | | [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. Tracing, Replay) - with treeshaking flags | 61.81 KB | | [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. Tracing, Replay with Canvas) | 75.73 KB | | [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. Tracing, Replay, Feedback) | 88.5 KB | | [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. Tracing, Replay, Feedback, metrics) | 90.38 KB | | [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. metrics) | 26.91 KB | | [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. Feedback) | 39.78 KB | | [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. sendFeedback) | 27.3 KB | | [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. FeedbackAsync) | 32.08 KB | | [@&#8203;sentry/react](https://github.com/sentry/react) | 25.39 KB | | [@&#8203;sentry/react](https://github.com/sentry/react) (incl. Tracing) | 37.86 KB | | [@&#8203;sentry/vue](https://github.com/sentry/vue) | 26.8 KB | | [@&#8203;sentry/vue](https://github.com/sentry/vue) (incl. Tracing) | 36.77 KB | | [@&#8203;sentry/svelte](https://github.com/sentry/svelte) | 22.77 KB | | CDN Bundle | 23.95 KB | | CDN Bundle (incl. Tracing) | 36.66 KB | | CDN Bundle (incl. Tracing, Replay) | 71.15 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) | 76.45 KB | | CDN Bundle - uncompressed | 70.17 KB | | CDN Bundle (incl. Tracing) - uncompressed | 108.68 KB | | CDN Bundle (incl. Tracing, Replay) - uncompressed | 220.58 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed | 233.79 KB | | [@&#8203;sentry/nextjs](https://github.com/sentry/nextjs) (client) | 37.82 KB | | [@&#8203;sentry/sveltekit](https://github.com/sentry/sveltekit) (client) | 35.45 KB | | [@&#8203;sentry/node](https://github.com/sentry/node) | 125.13 KB | | [@&#8203;sentry/node](https://github.com/sentry/node) - without tracing | 93.58 KB | | [@&#8203;sentry/aws-serverless](https://github.com/sentry/aws-serverless) | 103.28 KB | ### [`v8.33.0`](https://github.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#8330) [Compare Source](https://github.com/getsentry/sentry-javascript/compare/8.32.0...8.33.0) ##### Important Changes - **feat(nextjs): Support new async APIs (`headers()`, `params`, `searchParams`) ([#&#8203;13828](https://github.com/getsentry/sentry-javascript/pull/13828))** Adds support for [new dynamic Next.js APIs](https://github.com/vercel/next.js/pull/68812). - **feat(node): Add `lru-memoizer` instrumentation ([#&#8203;13796](https://github.com/getsentry/sentry-javascript/pull/13796))** Adds integration for lru-memoizer using [@&#8203;opentelemetry/instrumentation-lru-memoizer](https://github.com/opentelemetry/instrumentation-lru-memoizer). - **feat(nuxt): Add `unstable_sentryBundlerPluginOptions` to module options ([#&#8203;13811](https://github.com/getsentry/sentry-javascript/pull/13811))** Allows passing other options from the bundler plugins (vite and rollup) to Nuxt module options. ##### Other Changes - fix(browser): Ensure `wrap()` only returns functions ([#&#8203;13838](https://github.com/getsentry/sentry-javascript/pull/13838)) - fix(core): Adapt trpc middleware input attachment ([#&#8203;13831](https://github.com/getsentry/sentry-javascript/pull/13831)) - fix(core): Don't return trace data in `getTraceData` and `getTraceMetaTags` if SDK is disabled ([#&#8203;13760](https://github.com/getsentry/sentry-javascript/pull/13760)) - fix(nuxt): Don't restrict source map assets upload ([#&#8203;13800](https://github.com/getsentry/sentry-javascript/pull/13800)) - fix(nuxt): Use absolute path for client config ([#&#8203;13798](https://github.com/getsentry/sentry-javascript/pull/13798)) - fix(replay): Stop global event handling for paused replays ([#&#8203;13815](https://github.com/getsentry/sentry-javascript/pull/13815)) - fix(sveltekit): add url param to source map upload options ([#&#8203;13812](https://github.com/getsentry/sentry-javascript/pull/13812)) - fix(types): Add jsdocs to cron types ([#&#8203;13776](https://github.com/getsentry/sentry-javascript/pull/13776)) - fix(nextjs): Loosen [@&#8203;sentry/nextjs](https://github.com/sentry/nextjs) webpack peer dependency ([#&#8203;13826](https://github.com/getsentry/sentry-javascript/pull/13826)) Work in this release was contributed by [@&#8203;joshuajaco](https://github.com/joshuajaco). Thank you for your contribution! </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMDUuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEwNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate-bot force-pushed renovate/sentry-javascript-monorepo from 341ecb48b1 to cf889e2225 2024-10-02 17:03:06 +00:00 Compare
renovate-bot changed title from Update dependency @sentry/nextjs to v8.33.0 to Update dependency @sentry/nextjs to v8.33.1 2024-10-03 13:02:56 +00:00
Fascinated merged commit df7601e142 into master 2024-10-03 18:10:50 +00:00
Fascinated deleted branch renovate/sentry-javascript-monorepo 2024-10-03 18:10:50 +00:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Fascinated/scoresaber-reloadedv3#48
No description provided.