Bump @sentry/profiling-node from 0.0.12 to 10.14.0
Type: Pull Request
State: Open
Association: None
Comments: 2
(9 months ago)
(9 months ago)
Scope: Frontend
Bumps @sentry/profiling-node from 0.0.12 to 10.14.0.
Release notes
Sourced from @​sentry/profiling-node's releases.
10.14.0
Important Changes
feat(cloudflare,vercel-edge): Add support for Google Gen AI instrumentation (#17723)
The SDK now automatically instruments Google's Generative AI operations in Cloudflare Workers and Vercel Edge Runtime environments, providing insights into your AI operations.
Other Changes
- fix(nextjs): Display updated turbopack warnings (#17737)
- ref(core): Wrap isolationscope in
WeakRefwhen storing it on spans (#17712)
- test(node): Avoid using specific port for node-integration-tests (#17729)
- test(nuxt): Update Nuxt version and add Nitro $fetch test (#17713)
Bundle size đŸ“¦
Path Size @​sentry/browser23.69 KB @​sentry/browser- with treeshaking flags22.24 KB @​sentry/browser(incl. Tracing)39.46 KB @​sentry/browser(incl. Tracing, Replay)76.93 KB @​sentry/browser(incl. Tracing, Replay) - with treeshaking flags66.84 KB @​sentry/browser(incl. Tracing, Replay with Canvas)81.49 KB @​sentry/browser(incl. Tracing, Replay, Feedback)93.41 KB @​sentry/browser(incl. Feedback)40.01 KB @​sentry/browser(incl. sendFeedback)28.24 KB @​sentry/browser(incl. FeedbackAsync)33.05 KB @​sentry/react25.37 KB @​sentry/react(incl. Tracing)41.38 KB @​sentry/vue28.11 KB @​sentry/vue(incl. Tracing)41.22 KB @​sentry/svelte23.72 KB CDN Bundle 25.17 KB CDN Bundle (incl. Tracing) 39.3 KB CDN Bundle (incl. Tracing, Replay) 74.66 KB CDN Bundle (incl. Tracing, Replay, Feedback) 80.04 KB CDN Bundle - uncompressed 73.6 KB CDN Bundle (incl. Tracing) - uncompressed 116.34 KB CDN Bundle (incl. Tracing, Replay) - uncompressed 228.76 KB CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 241.23 KB @​sentry/nextjs(client)43.36 KB @​sentry/sveltekit(client)39.87 KB @​sentry/node-core48.85 KB
... (truncated)
Changelog
Sourced from @​sentry/profiling-node's changelog.
10.14.0
Important Changes
feat(cloudflare,vercel-edge): Add support for Google Gen AI instrumentation (#17723)
The SDK now automatically instruments Google's Generative AI operations in Cloudflare Workers and Vercel Edge Runtime environments, providing insights into your AI operations.
Other Changes
- fix(nextjs): Display updated turbopack warnings (#17737)
- ref(core): Wrap isolationscope in
WeakRefwhen storing it on spans (#17712)
- test(node): Avoid using specific port for node-integration-tests (#17729)
- test(nuxt): Update Nuxt version and add Nitro $fetch test (#17713)
10.13.0
Important Changes
feat(browser): Add option to explicitly end pageload span via
reportPageLoaded()(#17697)With this release you can take manual control of ending the pageload span. Usually this span is ended automatically by the SDK, based on a period of inactivity after the initial page was loaded in the browser. If you want full control over the pageload duration, you can tell Sentry, when your page was fully loaded:
Sentry.init({ //... integrations: [ // 1. Enable manual pageload reporting Sentry.browserTracingIntegration({ enableReportPageLoaded: true }), ], });// 2. Whenever you decide the page is loaded, call:
Sentry.reportPageLoaded();
Note that if
Sentry.reportPageLoaded()is not called within 30 seconds of the initial pageload (or whatever value thefinalTimeoutoption is set to), the pageload span will be ended automatically.feat(core,node): Add instrumentation for
GoogleGenerativeAI(#17625)The SDK now automatically instruments the
@google/generative-aipackage to provide insights into your AI operations.feat(nextjs): Promote
useRunAfterProductionCompileHookto non-experimental build option (#17721)
... (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
0
0
+0
-0
Package Dependencies
@sentry/profiling-node
npm
0.0.12 → 10.14.0
Major
Technical Details
| ID: | 8323326 |
| UUID: | 3446800591 |
| Node ID: | PR_kwDOIiIfRc6qJsJ7 |
| Host: | GitHub |
| Repository: | python-benchmark/sentry |