Bump @sentry/profiling-node from 0.0.12 to 10.3.0
Type: Pull Request
State: Open
Association: None
Comments: 4
(10 months ago)
(10 months ago)
Scope: Frontend
Bumps @sentry/profiling-node from 0.0.12 to 10.3.0.
Release notes
Sourced from @​sentry/profiling-node's releases.
10.3.0
- feat(core): MCP Server - Capture prompt results from prompt function calls (#17284)
- feat(bun): Export
skipOpenTelemetrySetupoption (#17349)- feat(sveltekit): Streamline build logs (#17306)
- fix(browser): Handle data urls in errors caught by
globalHandlersIntegration(#17216)- fix(browser): Improve navigation vs. redirect detection (#17275)
- fix(react-router): Ensure source map upload fails silently if Sentry CLI fails (#17081)
- fix(react): Add support for React Router sub-routes from
handle(#17277)Bundle size đŸ“¦
Path Size @​sentry/browser23.55 KB @​sentry/browser- with treeshaking flags22.15 KB @​sentry/browser(incl. Tracing)38.89 KB @​sentry/browser(incl. Tracing, Replay)76.1 KB @​sentry/browser(incl. Tracing, Replay) - with treeshaking flags66.18 KB @​sentry/browser(incl. Tracing, Replay with Canvas)80.69 KB @​sentry/browser(incl. Tracing, Replay, Feedback)92.51 KB @​sentry/browser(incl. Feedback)39.81 KB @​sentry/browser(incl. sendFeedback)28.1 KB @​sentry/browser(incl. FeedbackAsync)32.87 KB @​sentry/react25.22 KB @​sentry/react(incl. Tracing)40.82 KB @​sentry/vue27.92 KB @​sentry/vue(incl. Tracing)40.67 KB @​sentry/svelte23.58 KB CDN Bundle 25.02 KB CDN Bundle (incl. Tracing) 38.79 KB CDN Bundle (incl. Tracing, Replay) 73.99 KB CDN Bundle (incl. Tracing, Replay, Feedback) 79.28 KB CDN Bundle - uncompressed 73.13 KB CDN Bundle (incl. Tracing) - uncompressed 114.76 KB CDN Bundle (incl. Tracing, Replay) - uncompressed 226.35 KB CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 238.66 KB @​sentry/nextjs(client)42.81 KB @​sentry/sveltekit(client)39.33 KB @​sentry/node-core46.61 KB @​sentry/node143.18 KB @​sentry/node- without tracing89.68 KB @​sentry/aws-serverless100.85 KB 10.2.0
Important Changes
- feat(core): Add
ignoreSpansoption (#17078)This release adds a new top-level
Sentry.initoption,ignoreSpans, that can be used as follows:
... (truncated)
Changelog
Sourced from @​sentry/profiling-node's changelog.
10.3.0
- feat(core): MCP Server - Capture prompt results from prompt function calls (#17284)
- feat(bun): Export
skipOpenTelemetrySetupoption (#17349)- feat(sveltekit): Streamline build logs (#17306)
- fix(browser): Handle data urls in errors caught by
globalHandlersIntegration(#17216)- fix(browser): Improve navigation vs. redirect detection (#17275)
- fix(react-router): Ensure source map upload fails silently if Sentry CLI fails (#17081)
- fix(react): Add support for React Router sub-routes from
handle(#17277)10.2.0
Important Changes
- feat(core): Add
ignoreSpansoption (#17078)This release adds a new top-level
Sentry.initoption,ignoreSpans, that can be used as follows:Sentry.init({ ignoreSpans: [ 'partial match', // string matching on the span name /regex/, // regex matching on the span name { name: 'span name', op: /http.client/, }, ], });Spans matching the filter criteria will not be recorded. Potential child spans of filtered spans will be re-parented, if possible.
- feat(cloudflare,vercel-edge): Add support for OpenAI instrumentation (#17338)
Adds support for OpenAI manual instrumentation in
@sentry/cloudflareand@sentry/vercel-edge.To instrument the OpenAI client, wrap it with
Sentry.instrumentOpenAiClientand set recording settings.import * as Sentry from '@sentry/cloudflare'; import OpenAI from 'openai';const openai = new OpenAI();
const client = Sentry.instrumentOpenAiClient(openai, { recordInputs: true, recordOutputs: true });// use the wrapped client
- ref(aws): Remove manual span creation (#17310)
... (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
Technical Details
| ID: | 4800082 |
| UUID: | 3305356914 |
| Node ID: | PR_kwDOIiIfRc6i1VA2 |
| Host: | GitHub |
| Repository: | python-benchmark/sentry |