Sourced from @sentry/core's
releases.
9.33.0
Important Changes
- feat: Add opt-in
vercelAiIntegrationto cloudflare & vercel-edge (#16732)The
vercelAiIntegrationis now available as opt-in for the Cloudflare and the Next.js SDK for Vercel Edge. To use it, add the integration inSentry.initSentry.init({ tracesSampleRate: 1.0, integrations: [Sentry.vercelAIIntegration()], });And enable telemetry for Vercel AI calls
const result = await generateText({ model: openai('gpt-4o'), experimental_telemetry: { isEnabled: true, }, });
- feat(node): Add postgresjs instrumentation (#16665)
The Node.js SDK now includes instrumentation for Postgres.js.
- feat(node): Use diagnostics channel for Fastify v5 error handling (#16715)
If you're on Fastify v5, you no longer need to call
setupFastifyErrorHandler. It is done automatically by the node SDK. Older versions still rely on callingsetupFastifyErrorHandler.Other Changes
- feat(cloudflare): Allow interop with OpenTelemetry emitted spans (#16714)
- feat(cloudflare): Flush after
waitUntil(#16681)- fix(nextjs): Remove
aifrom default server external packages (#16736)Work in this release was contributed by
@0xbad0c0d3. Thank you for your contribution!Bundle size 📦
Path Size @sentry/browser23.42 KB @sentry/browser- with treeshaking flags23.2 KB @sentry/browser(incl. Tracing)37.93 KB @sentry/browser(incl. Tracing, Replay)75.18 KB
... (truncated)
Sourced from @sentry/core's
changelog.
9.33.0
Important Changes
- feat: Add opt-in
vercelAiIntegrationto cloudflare & vercel-edge (#16732)The
vercelAiIntegrationis now available as opt-in for the Cloudflare and the Next.js SDK for Vercel Edge. To use it, add the integration inSentry.initSentry.init({ tracesSampleRate: 1.0, integrations: [Sentry.vercelAIIntegration()], });And enable telemetry for Vercel AI calls
const result = await generateText({ model: openai('gpt-4o'), experimental_telemetry: { isEnabled: true, }, });
- feat(node): Add postgresjs instrumentation (#16665)
The Node.js SDK now includes instrumentation for Postgres.js.
- feat(node): Use diagnostics channel for Fastify v5 error handling (#16715)
If you're on Fastify v5, you no longer need to call
setupFastifyErrorHandler. It is done automatically by the node SDK. Older versions still rely on callingsetupFastifyErrorHandler.Other Changes
- feat(cloudflare): Allow interop with OpenTelemetry emitted spans (#16714)
- feat(cloudflare): Flush after
waitUntil(#16681)- fix(nextjs): Remove
aifrom default server external packages (#16736)Work in this release was contributed by
@0xbad0c0d3. Thank you for your contribution!9.32.0
Important Changes
- feat(browser): Add CLS sources to span attributes (#16710)
Enhances CLS (Cumulative Layout Shift) spans by adding attributes detailing the elements that caused layout shifts.
... (truncated)
70e425f
release: 9.33.0c07f2a2
Merge pull request #16750
from getsentry/prepare-release/9.33.0e8eb291
meta(changelog): Update changelog for 9.33.0e7891f7
chore: Add external contributor to CHANGELOG.md (#16747)c20a3c4
feat(cloudflare): Flush after waitUntil (#16681)510ba3e
feat(node): Add postgresjs instrumentation (#16665)f916be1
feat(node): Use diagnostics channel for Fastify v5 error handling (#16715)40f04bc
feat: Add opt-in vercelAiIntegration to cloudflare &
vercel-edge (#16732)ae30471
test(nuxt): Add fake module and composable to E2E test (#16731)43403dc
fix(nextjs): Remove ai from default server external
packages (#16736)Sourced from @sentry/react's
releases.
9.33.0
Important Changes
- feat: Add opt-in
vercelAiIntegrationto cloudflare & vercel-edge (#16732)The
vercelAiIntegrationis now available as opt-in for the Cloudflare and the Next.js SDK for Vercel Edge. To use it, add the integration inSentry.initSentry.init({ tracesSampleRate: 1.0, integrations: [Sentry.vercelAIIntegration()], });And enable telemetry for Vercel AI calls
const result = await generateText({ model: openai('gpt-4o'), experimental_telemetry: { isEnabled: true, }, });
- feat(node): Add postgresjs instrumentation (#16665)
The Node.js SDK now includes instrumentation for Postgres.js.
- feat(node): Use diagnostics channel for Fastify v5 error handling (#16715)
If you're on Fastify v5, you no longer need to call
setupFastifyErrorHandler. It is done automatically by the node SDK. Older versions still rely on callingsetupFastifyErrorHandler.Other Changes
- feat(cloudflare): Allow interop with OpenTelemetry emitted spans (#16714)
- feat(cloudflare): Flush after
waitUntil(#16681)- fix(nextjs): Remove
aifrom default server external packages (#16736)Work in this release was contributed by
@0xbad0c0d3. Thank you for your contribution!Bundle size 📦
Path Size @sentry/browser23.42 KB @sentry/browser- with treeshaking flags23.2 KB @sentry/browser(incl. Tracing)37.93 KB @sentry/browser(incl. Tracing, Replay)75.18 KB
... (truncated)
Sourced from @sentry/react's
changelog.
9.33.0
Important Changes
- feat: Add opt-in
vercelAiIntegrationto cloudflare & vercel-edge (#16732)The
vercelAiIntegrationis now available as opt-in for the Cloudflare and the Next.js SDK for Vercel Edge. To use it, add the integration inSentry.initSentry.init({ tracesSampleRate: 1.0, integrations: [Sentry.vercelAIIntegration()], });And enable telemetry for Vercel AI calls
const result = await generateText({ model: openai('gpt-4o'), experimental_telemetry: { isEnabled: true, }, });
- feat(node): Add postgresjs instrumentation (#16665)
The Node.js SDK now includes instrumentation for Postgres.js.
- feat(node): Use diagnostics channel for Fastify v5 error handling (#16715)
If you're on Fastify v5, you no longer need to call
setupFastifyErrorHandler. It is done automatically by the node SDK. Older versions still rely on callingsetupFastifyErrorHandler.Other Changes
- feat(cloudflare): Allow interop with OpenTelemetry emitted spans (#16714)
- feat(cloudflare): Flush after
waitUntil(#16681)- fix(nextjs): Remove
aifrom default server external packages (#16736)Work in this release was contributed by
@0xbad0c0d3. Thank you for your contribution!9.32.0
Important Changes
- feat(browser): Add CLS sources to span attributes (#16710)
Enhances CLS (Cumulative Layout Shift) spans by adding attributes detailing the elements that caused layout shifts.
... (truncated)
70e425f
release: 9.33.0c07f2a2
Merge pull request #16750
from getsentry/prepare-release/9.33.0e8eb291
meta(changelog): Update changelog for 9.33.0e7891f7
chore: Add external contributor to CHANGELOG.md (#16747)c20a3c4
feat(cloudflare): Flush after waitUntil (#16681)510ba3e
feat(node): Add postgresjs instrumentation (#16665)f916be1
feat(node): Use diagnostics channel for Fastify v5 error handling (#16715)40f04bc
feat: Add opt-in vercelAiIntegration to cloudflare &
vercel-edge (#16732)ae30471
test(nuxt): Add fake module and composable to E2E test (#16731)43403dc
fix(nextjs): Remove ai from default server external
packages (#16736)