Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 22, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sentry/nextjs (source) 8.50.0 -> 8.51.0 age adoption passing confidence

Release Notes

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

v8.51.0

Compare Source

Important Changes
  • feat(v8/node): Add prismaInstrumentation option to Prisma integration as escape hatch for all Prisma versions (#​15128)

    This release adds a compatibility API to add support for Prisma version 6.
    To capture performance data for Prisma version 6:

    1. Install the @prisma/instrumentation package on version 6.

    2. Pass a new PrismaInstrumentation() instance as exported from @prisma/instrumentation to the prismaInstrumentation option:

      import { PrismaInstrumentation } from '@​prisma/instrumentation';
      
      Sentry.init({
        integrations: [
          prismaIntegration({
            // Override the default instrumentation that Sentry uses
            prismaInstrumentation: new PrismaInstrumentation(),
          }),
        ],
      });

      The passed instrumentation instance will override the default instrumentation instance the integration would use, while the prismaIntegration will still ensure data compatibility for the various Prisma versions.

    3. Remove the previewFeatures = ["tracing"] option from the client generator block of your Prisma schema.

Other Changes
  • feat(v8/browser): Add multiplexedtransport.js CDN bundle (#​15046)
  • feat(v8/browser): Add Unleash integration (#​14948)
  • feat(v8/deno): Deprecate Deno SDK as published on deno.land (#​15121)
  • feat(v8/sveltekit): Deprecate fetchProxyScriptNonce option (#​15011)
  • fix(v8/aws-lambda): Avoid overwriting root span name (#​15054)
  • fix(v8/core): fatal events should set session as crashed (#​15073)
  • fix(v8/node/nestjs): Use method on current fastify request (#​15104)

Work in this release was contributed by @​tjhiggins, and @​nwalters512. Thank you for your contributions!

Bundle size 📦

Path Size
@​sentry/browser 23.29 KB
@​sentry/browser - with treeshaking flags 23.17 KB
@​sentry/browser (incl. Tracing) 35.85 KB
@​sentry/browser (incl. Tracing, Replay) 73.2 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 66.66 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 77.51 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 89.44 KB
@​sentry/browser (incl. Feedback) 39.5 KB
@​sentry/browser (incl. sendFeedback) 27.9 KB
@​sentry/browser (incl. FeedbackAsync) 32.7 KB
@​sentry/react 25.97 KB
@​sentry/react (incl. Tracing) 38.68 KB
@​sentry/vue 27.57 KB
@​sentry/vue (incl. Tracing) 37.71 KB
@​sentry/svelte 23.46 KB
CDN Bundle 24.5 KB
CDN Bundle (incl. Tracing) 37.56 KB
CDN Bundle (incl. Tracing, Replay) 72.85 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 78.21 KB
CDN Bundle - uncompressed 71.94 KB
CDN Bundle (incl. Tracing) - uncompressed 111.44 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 225.69 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 238.79 KB
@​sentry/nextjs (client) 38.93 KB
@​sentry/sveltekit (client) 36.36 KB
@​sentry/node 162.83 KB
@​sentry/node - without tracing 99.14 KB
@​sentry/aws-serverless 126.65 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 22, 2025
@renovate renovate bot had a problem deploying to data-manager-ui/test January 22, 2025 18:29 Failure
@renovate renovate bot had a problem deploying to data-manager-ui/test January 22, 2025 18:29 Failure
@renovate renovate bot force-pushed the renovate/sentry-javascript-monorepo branch from 2b39787 to 0b4f450 Compare January 25, 2025 11:58
@renovate renovate bot had a problem deploying to data-manager-ui/test January 25, 2025 12:01 Failure
@renovate renovate bot had a problem deploying to data-manager-ui/test January 25, 2025 12:01 Failure
@renovate renovate bot force-pushed the renovate/sentry-javascript-monorepo branch from 0b4f450 to 1a6c3c5 Compare January 25, 2025 12:11
@renovate renovate bot had a problem deploying to data-manager-ui/test January 25, 2025 12:11 Failure
@renovate renovate bot had a problem deploying to data-manager-ui/test January 25, 2025 12:11 Failure
@renovate renovate bot force-pushed the renovate/sentry-javascript-monorepo branch from 1a6c3c5 to f405285 Compare January 25, 2025 12:12
@renovate renovate bot had a problem deploying to data-manager-ui/test January 25, 2025 12:12 Failure
@renovate renovate bot had a problem deploying to data-manager-ui/test January 25, 2025 12:12 Failure
@OliverDudgeon OliverDudgeon merged commit 8e7c30c into master Jan 25, 2025
4 of 6 checks passed
@renovate renovate bot deleted the renovate/sentry-javascript-monorepo branch January 25, 2025 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants