Update dependency @sentry/nextjs to v8.35.0 #79

Merged
Fascinated merged 1 commits from renovate/sentry-javascript-monorepo into master 2024-10-23 07:45:31 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
@sentry/nextjs (source) dependencies patch 8.35.0-alpha.0 -> 8.35.0

Release Notes

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

v8.35.0

Compare Source

Beta release of the official Nuxt Sentry SDK

This release marks the beta release of the @sentry/nuxt Sentry SDK. For details on how to use it, check out the
Sentry Nuxt SDK README. Please reach out on
GitHub if you have any feedback or concerns.

  • feat(nuxt): Make dynamic import() wrapping default
    (#​13958)
    (BREAKING)
  • feat(nuxt): Add Rollup plugin to wrap server entry with import()
    (#​13945)

It is no longer required to add a Node --import flag. Please update your start command to avoid initializing Sentry
twice (BREAKING CHANGE).
The SDK will now apply modifications during the build of your application to allow for
patching of libraries during runtime. If run into issues with this change, you can disable this behavior in your
nuxt.config.ts and use the --import flag instead:

sentry: {
  dynamicImportForServerEntry: false;
}
  • feat(nuxt): Respect user-provided source map generation settings
    (#​14020)

We now require you to explicitly enable sourcemaps for the clientside so that Sentry can un-minify your errors. We made
this change so source maps aren't accidentally leaked to the public. Enable source maps on the client as follows:

export default defineNuxtConfig({
  sourcemap: {
    client: true,
  },
});
  • feat(nuxt): Log server instrumentation might not work in dev
    (#​14021)
  • feat(nuxt): Add Http responseHook with waitUntil
    (#​13986)
Important Changes

Support for Pinia is added in this release for @sentry/vue. To capture Pinia state data,
add createSentryPiniaPlugin() to your Pinia store:

import { createPinia } from 'pinia';
import { createSentryPiniaPlugin } from '@​sentry/vue';

const pinia = createPinia();

pinia.use(createSentryPiniaPlugin());
  • feat(node): Implement Sentry-specific http instrumentation
    (#​13763)

This change introduces a new SentryHttpInstrumentation to handle non-span related HTTP instrumentation, allowing it to
run side-by-side with OTel's HttpInstrumentation. This improves support for custom OTel setups and avoids conflicts
with Sentry's instrumentation. Additionally, the spans: false option is reintroduced for httpIntegration to disable
span emission while still allowing custom HttpInstrumentation instances (httpIntegration({ spans: false })).

  • feat(core): Make stream instrumentation opt-in
    (#​13951)

This change adds a new option trackFetchStreamPerformance to the browser tracing integration. Only when set to true,
Sentry will instrument streams via fetch.

Other Changes
  • feat(node): Expose suppressTracing API (#​13875)
  • feat(replay): Do not log "timeout while trying to read resp body" as exception
    (#​13965)
  • chore(node): Bump @opentelemetry/instrumentation-express to 0.43.0
    (#​13948)
  • chore(node): Bump @opentelemetry/instrumentation-fastify to 0.40.0
    (#​13983)
  • fix: Ensure type for init is correct in meta frameworks
    (#​13938)
  • fix(core): .set the sentry-trace header instead of .appending in fetch instrumentation
    (#​13907)
  • fix(module): keep version for node ESM package (#​13922)
  • fix(node): Ensure ignoreOutgoingRequests of httpIntegration applies to breadcrumbs
    (#​13970)
  • fix(replay): Fix onError sampling when loading an expired buffered session
    (#​13962)
  • fix(replay): Ignore older performance entries when starting manually
    (#​13969)
  • perf(node): Truncate breadcrumb messages created by console integration
    (#​14006)

Work in this release was contributed by @​ZakrepaShe and @​zhiyan114. Thank you for your contributions!

v8.35.0-beta.0

Compare Source

Important Changes
  • feat(core): Make stream instrumentation opt-in
    (#​13951)

This change adds a new option trackFetchStreamPerformance to the browser tracing integration. Only when set to true,
Sentry will instrument streams via fetch.

Work in this release was contributed by @​ZakrepaShe and @​zhiyan114. Thank you for your contributions!

Other Changes
  • chore(node): Bump @opentelemetry/instrumentation-express to 0.43.0
    (#​13948)
  • ci: Ensure we check correctly for bot users (#​13955)
  • dev(e2e): Fix nestjs version constraint (#​13964)
  • feat(node): Expose suppressTracing API (#​13875)
  • feat(node): Implement Sentry-specific http instrumentation
    (#​13763)
  • feat(nuxt): Add Rollup plugin to wrap server entry with import()
    (#​13945)
  • feat(replay): Do not log "timeout while trying to read resp body" as exception
    (#​13965)
  • feat(vue): Add Pinia plugin (#​13841)
  • fix: Ensure type for init is correct in meta frameworks
    (#​13938)
  • fix(module): keep version for node ESM package (#​13922)
  • fix(replay): Fix onError sampling when loading an expired buffered session
    (#​13962)
  • ref: Add external contributor to CHANGELOG.md (#​13956)
  • ref: Add external contributor to CHANGELOG.md (#​13959)
  • test(browser): Add test for current DSC transaction name updating behavior
    (#​13953)
  • test(loader): Update Loader Script & test error in sentryOnLoad
    (#​13952)
  • test(node): Add tests for current DSC transaction name updating behavior
    (#​13961)

Bundle size 📦

Path Size
@​sentry/browser 22.74 KB
@​sentry/browser - with treeshaking flags 21.53 KB
@​sentry/browser (incl. Tracing) 35.01 KB
@​sentry/browser (incl. Tracing, Replay) 71.73 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 62.1 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 76.07 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 88.84 KB
@​sentry/browser (incl. Tracing, Replay, Feedback, metrics) 90.69 KB
@​sentry/browser (incl. metrics) 27 KB
@​sentry/browser (incl. Feedback) 39.88 KB
@​sentry/browser (incl. sendFeedback) 27.38 KB
@​sentry/browser (incl. FeedbackAsync) 32.18 KB
@​sentry/react 25.49 KB
@​sentry/react (incl. Tracing) 37.98 KB
@​sentry/vue 26.91 KB
@​sentry/vue (incl. Tracing) 36.9 KB
@​sentry/svelte 22.87 KB
CDN Bundle 24.12 KB
CDN Bundle (incl. Tracing) 36.84 KB
CDN Bundle (incl. Tracing, Replay) 71.51 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 76.82 KB
CDN Bundle - uncompressed 70.7 KB
CDN Bundle (incl. Tracing) - uncompressed 109.37 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 221.8 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 235.02 KB
@​sentry/nextjs (client) 37.95 KB
@​sentry/sveltekit (client) 35.6 KB
@​sentry/node 125.04 KB
@​sentry/node - without tracing 94.14 KB
@​sentry/aws-serverless 103.71 KB

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 | patch | [`8.35.0-alpha.0` -> `8.35.0`](https://renovatebot.com/diffs/npm/@sentry%2fnextjs/8.35.0-alpha.0/8.35.0) | --- ### Release Notes <details> <summary>getsentry/sentry-javascript (@&#8203;sentry/nextjs)</summary> ### [`v8.35.0`](https://github.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#8350) [Compare Source](https://github.com/getsentry/sentry-javascript/compare/8.35.0-beta.0...8.35.0) ##### Beta release of the official Nuxt Sentry SDK This release marks the beta release of the `@sentry/nuxt` Sentry SDK. For details on how to use it, check out the [Sentry Nuxt SDK README](https://github.com/getsentry/sentry-javascript/tree/develop/packages/nuxt). Please reach out on [GitHub](https://github.com/getsentry/sentry-javascript/issues/new/choose) if you have any feedback or concerns. - **feat(nuxt): Make dynamic import() wrapping default ([#&#8203;13958](https://github.com/getsentry/sentry-javascript/pull/13958))** (BREAKING) - **feat(nuxt): Add Rollup plugin to wrap server entry with `import()` ([#&#8203;13945](https://github.com/getsentry/sentry-javascript/pull/13945))** **It is no longer required to add a Node `--import` flag. Please update your start command to avoid initializing Sentry twice (BREAKING CHANGE).** The SDK will now apply modifications during the build of your application to allow for patching of libraries during runtime. If run into issues with this change, you can disable this behavior in your `nuxt.config.ts` and use the `--import` flag instead: ```js sentry: { dynamicImportForServerEntry: false; } ``` - **feat(nuxt): Respect user-provided source map generation settings ([#&#8203;14020](https://github.com/getsentry/sentry-javascript/pull/14020))** We now require you to explicitly enable sourcemaps for the clientside so that Sentry can un-minify your errors. We made this change so source maps aren't accidentally leaked to the public. Enable source maps on the client as follows: ```js export default defineNuxtConfig({ sourcemap: { client: true, }, }); ``` - feat(nuxt): Log server instrumentation might not work in dev ([#&#8203;14021](https://github.com/getsentry/sentry-javascript/pull/14021)) - feat(nuxt): Add Http `responseHook` with `waitUntil` ([#&#8203;13986](https://github.com/getsentry/sentry-javascript/pull/13986)) ##### Important Changes - **feat(vue): Add Pinia plugin ([#&#8203;13841](https://github.com/getsentry/sentry-javascript/pull/13841))** Support for [Pinia](https://pinia.vuejs.org/) is added in this release for `@sentry/vue`. To capture Pinia state data, add `createSentryPiniaPlugin()` to your Pinia store: ```javascript import { createPinia } from 'pinia'; import { createSentryPiniaPlugin } from '@&#8203;sentry/vue'; const pinia = createPinia(); pinia.use(createSentryPiniaPlugin()); ``` - **feat(node): Implement Sentry-specific http instrumentation ([#&#8203;13763](https://github.com/getsentry/sentry-javascript/pull/13763))** This change introduces a new `SentryHttpInstrumentation` to handle non-span related HTTP instrumentation, allowing it to run side-by-side with OTel's `HttpInstrumentation`. This improves support for custom OTel setups and avoids conflicts with Sentry's instrumentation. Additionally, the `spans: false` option is reintroduced for `httpIntegration` to disable span emission while still allowing custom `HttpInstrumentation` instances (`httpIntegration({ spans: false })`). - **feat(core): Make stream instrumentation opt-in ([#&#8203;13951](https://github.com/getsentry/sentry-javascript/pull/13951))** This change adds a new option `trackFetchStreamPerformance` to the browser tracing integration. Only when set to `true`, Sentry will instrument streams via fetch. ##### Other Changes - feat(node): Expose `suppressTracing` API ([#&#8203;13875](https://github.com/getsentry/sentry-javascript/pull/13875)) - feat(replay): Do not log "timeout while trying to read resp body" as exception ([#&#8203;13965](https://github.com/getsentry/sentry-javascript/pull/13965)) - chore(node): Bump `@opentelemetry/instrumentation-express` to `0.43.0` ([#&#8203;13948](https://github.com/getsentry/sentry-javascript/pull/13948)) - chore(node): Bump `@opentelemetry/instrumentation-fastify` to `0.40.0` ([#&#8203;13983](https://github.com/getsentry/sentry-javascript/pull/13983)) - fix: Ensure type for `init` is correct in meta frameworks ([#&#8203;13938](https://github.com/getsentry/sentry-javascript/pull/13938)) - fix(core): `.set` the `sentry-trace` header instead of `.append`ing in fetch instrumentation ([#&#8203;13907](https://github.com/getsentry/sentry-javascript/pull/13907)) - fix(module): keep version for node ESM package ([#&#8203;13922](https://github.com/getsentry/sentry-javascript/pull/13922)) - fix(node): Ensure `ignoreOutgoingRequests` of `httpIntegration` applies to breadcrumbs ([#&#8203;13970](https://github.com/getsentry/sentry-javascript/pull/13970)) - fix(replay): Fix onError sampling when loading an expired buffered session ([#&#8203;13962](https://github.com/getsentry/sentry-javascript/pull/13962)) - fix(replay): Ignore older performance entries when starting manually ([#&#8203;13969](https://github.com/getsentry/sentry-javascript/pull/13969)) - perf(node): Truncate breadcrumb messages created by console integration ([#&#8203;14006](https://github.com/getsentry/sentry-javascript/pull/14006)) Work in this release was contributed by [@&#8203;ZakrepaShe](https://github.com/ZakrepaShe) and [@&#8203;zhiyan114](https://github.com/zhiyan114). Thank you for your contributions! ### [`v8.35.0-beta.0`](https://github.com/getsentry/sentry-javascript/releases/tag/8.35.0-beta.0) [Compare Source](https://github.com/getsentry/sentry-javascript/compare/8.35.0-alpha.0...8.35.0-beta.0) ##### Important Changes - **feat(core): Make stream instrumentation opt-in ([#&#8203;13951](https://github.com/getsentry/sentry-javascript/pull/13951))** This change adds a new option `trackFetchStreamPerformance` to the browser tracing integration. Only when set to `true`, Sentry will instrument streams via fetch. Work in this release was contributed by [@&#8203;ZakrepaShe](https://github.com/ZakrepaShe) and [@&#8203;zhiyan114](https://github.com/zhiyan114). Thank you for your contributions! ##### Other Changes - chore(node): Bump `@opentelemetry/instrumentation-express` to `0.43.0` ([#&#8203;13948](https://github.com/getsentry/sentry-javascript/pull/13948)) - ci: Ensure we check correctly for bot users ([#&#8203;13955](https://github.com/getsentry/sentry-javascript/pull/13955)) - dev(e2e): Fix nestjs version constraint ([#&#8203;13964](https://github.com/getsentry/sentry-javascript/pull/13964)) - feat(node): Expose `suppressTracing` API ([#&#8203;13875](https://github.com/getsentry/sentry-javascript/pull/13875)) - feat(node): Implement Sentry-specific http instrumentation ([#&#8203;13763](https://github.com/getsentry/sentry-javascript/pull/13763)) - feat(nuxt): Add Rollup plugin to wrap server entry with `import()` ([#&#8203;13945](https://github.com/getsentry/sentry-javascript/pull/13945)) - feat(replay): Do not log "timeout while trying to read resp body" as exception ([#&#8203;13965](https://github.com/getsentry/sentry-javascript/pull/13965)) - feat(vue): Add Pinia plugin ([#&#8203;13841](https://github.com/getsentry/sentry-javascript/pull/13841)) - fix: Ensure type for `init` is correct in meta frameworks ([#&#8203;13938](https://github.com/getsentry/sentry-javascript/pull/13938)) - fix(module): keep version for node ESM package ([#&#8203;13922](https://github.com/getsentry/sentry-javascript/pull/13922)) - fix(replay): Fix onError sampling when loading an expired buffered session ([#&#8203;13962](https://github.com/getsentry/sentry-javascript/pull/13962)) - ref: Add external contributor to CHANGELOG.md ([#&#8203;13956](https://github.com/getsentry/sentry-javascript/pull/13956)) - ref: Add external contributor to CHANGELOG.md ([#&#8203;13959](https://github.com/getsentry/sentry-javascript/pull/13959)) - test(browser): Add test for current DSC transaction name updating behavior ([#&#8203;13953](https://github.com/getsentry/sentry-javascript/pull/13953)) - test(loader): Update Loader Script & test error in `sentryOnLoad` ([#&#8203;13952](https://github.com/getsentry/sentry-javascript/pull/13952)) - test(node): Add tests for current DSC transaction name updating behavior ([#&#8203;13961](https://github.com/getsentry/sentry-javascript/pull/13961)) #### Bundle size 📦 | Path | Size | | ---------------------------------------------------------------- | ----------------- | | [@&#8203;sentry/browser](https://github.com/sentry/browser) | 22.74 KB | | [@&#8203;sentry/browser](https://github.com/sentry/browser) - with treeshaking flags | 21.53 KB | | [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. Tracing) | 35.01 KB | | [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. Tracing, Replay) | 71.73 KB | | [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. Tracing, Replay) - with treeshaking flags | 62.1 KB | | [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. Tracing, Replay with Canvas) | 76.07 KB | | [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. Tracing, Replay, Feedback) | 88.84 KB | | [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. Tracing, Replay, Feedback, metrics) | 90.69 KB | | [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. metrics) | 27 KB | | [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. Feedback) | 39.88 KB | | [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. sendFeedback) | 27.38 KB | | [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. FeedbackAsync) | 32.18 KB | | [@&#8203;sentry/react](https://github.com/sentry/react) | 25.49 KB | | [@&#8203;sentry/react](https://github.com/sentry/react) (incl. Tracing) | 37.98 KB | | [@&#8203;sentry/vue](https://github.com/sentry/vue) | 26.91 KB | | [@&#8203;sentry/vue](https://github.com/sentry/vue) (incl. Tracing) | 36.9 KB | | [@&#8203;sentry/svelte](https://github.com/sentry/svelte) | 22.87 KB | | CDN Bundle | 24.12 KB | | CDN Bundle (incl. Tracing) | 36.84 KB | | CDN Bundle (incl. Tracing, Replay) | 71.51 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) | 76.82 KB | | CDN Bundle - uncompressed | 70.7 KB | | CDN Bundle (incl. Tracing) - uncompressed | 109.37 KB | | CDN Bundle (incl. Tracing, Replay) - uncompressed | 221.8 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed | 235.02 KB | | [@&#8203;sentry/nextjs](https://github.com/sentry/nextjs) (client) | 37.95 KB | | [@&#8203;sentry/sveltekit](https://github.com/sentry/sveltekit) (client) | 35.6 KB | | [@&#8203;sentry/node](https://github.com/sentry/node) | 125.04 KB | | [@&#8203;sentry/node](https://github.com/sentry/node) - without tracing | 94.14 KB | | [@&#8203;sentry/aws-serverless](https://github.com/sentry/aws-serverless) | 103.71 KB | </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjQuMyIsInVwZGF0ZWRJblZlciI6IjM4LjEyOC41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate-bot force-pushed renovate/sentry-javascript-monorepo from 53db52ba9a to 78e3ec43d7 2024-10-21 12:02:39 +00:00 Compare
renovate-bot changed title from Update dependency @sentry/nextjs to v8.35.0-beta.0 to Update dependency @sentry/nextjs to v8.35.0 2024-10-21 12:02:39 +00:00
Fascinated merged commit fd95f9414f into master 2024-10-23 07:45:31 +00:00
Fascinated deleted branch renovate/sentry-javascript-monorepo 2024-10-23 07:45:31 +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#79
No description provided.