Bump @sentry/profiling-node from 0.0.12 to 9.33.0
Type: Pull Request
State: Closed
Association: None
Comments: 4
(12 months ago)
(12 months ago)
(12 months ago)
Scope: Frontend
Bumps @sentry/profiling-node from 0.0.12 to 9.33.0.
Release notes
Sourced from @sentry/profiling-node'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)
Changelog
Sourced from @sentry/profiling-node'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)
Commits
- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
1
2
+543
-426
Package Dependencies
Technical Details
| ID: | 2392523 |
| UUID: | 2625547235 |
| Node ID: | PR_kwDOIiIfRc6cfqvj |
| Host: | GitHub |
| Repository: | python-benchmark/sentry |
| Mergeable: | Yes |
| Merge State: | Unstable |