Bump @sentry/profiling-node from 0.0.12 to 9.43.0
Type: Pull Request
State: Open
Association: None
Comments: 2
(11 months ago)
(11 months ago)
Scope: Frontend
Bumps @sentry/profiling-node from 0.0.12 to 9.43.0.
Release notes
Sourced from @​sentry/profiling-node's releases.
9.43.0
- feat(v9/core): add MCP server instrumentation (#17196)
- feat(v9/meta): Unify detection of serverless environments and add Cloud Run (#17204)
- fix(v9/node): Add mechanism to
fastifyIntegrationerror handler (#17211)- fix(v9/replay): Fix re-sampled sessions after a click (#17195)
Bundle size đŸ“¦
Path Size @​sentry/browser23.24 KB @​sentry/browser- with treeshaking flags21.83 KB @​sentry/browser(incl. Tracing)38.73 KB @​sentry/browser(incl. Tracing, Replay)75.98 KB @​sentry/browser(incl. Tracing, Replay) - with treeshaking flags66.02 KB @​sentry/browser(incl. Tracing, Replay with Canvas)80.57 KB @​sentry/browser(incl. Tracing, Replay, Feedback)92.38 KB @​sentry/browser(incl. Feedback)39.53 KB @​sentry/browser(incl. sendFeedback)27.81 KB @​sentry/browser(incl. FeedbackAsync)32.59 KB @​sentry/react24.95 KB @​sentry/react(incl. Tracing)40.64 KB @​sentry/vue27.58 KB @​sentry/vue(incl. Tracing)40.48 KB @​sentry/svelte23.25 KB CDN Bundle 24.59 KB CDN Bundle (incl. Tracing) 38.49 KB CDN Bundle (incl. Tracing, Replay) 73.66 KB CDN Bundle (incl. Tracing, Replay, Feedback) 79 KB CDN Bundle - uncompressed 71.73 KB CDN Bundle (incl. Tracing) - uncompressed 114.12 KB CDN Bundle (incl. Tracing, Replay) - uncompressed 225.65 KB CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 238.16 KB @​sentry/nextjs(client)42.64 KB @​sentry/sveltekit(client)39.14 KB @​sentry/node165.2 KB @​sentry/node- without tracing97.96 KB @​sentry/aws-serverless125.46 KB 9.42.1
- fix(v9/astro): Revert Astro v5 storing route data to
globalThis(#17185)- fix(v9/cloudflare): Avoid turning DurableObject sync methods into async (#17187)
- fix(v9/nextjs): Handle async params in url extraction (#17176)
- fix(v9/sveltekit): Align error status filtering and mechanism in
handleErrorWithSentry(#17174)Bundle size đŸ“¦
Path Size @​sentry/browser23.24 KB
... (truncated)
Changelog
Sourced from @​sentry/profiling-node's changelog.
9.43.0
- feat(v9/core): add MCP server instrumentation (#17196)
- feat(v9/meta): Unify detection of serverless environments and add Cloud Run (#17204)
- fix(v9/node): Add mechanism to
fastifyIntegrationerror handler (#17211)- fix(v9/replay): Fix re-sampled sessions after a click (#17195)
9.42.1
- fix(v9/astro): Revert Astro v5 storing route data to
globalThis(#17185)- fix(v9/cloudflare): Avoid turning DurableObject sync methods into async (#17187)
- fix(v9/nextjs): Handle async params in url extraction (#17176)
- fix(v9/sveltekit): Align error status filtering and mechanism in
handleErrorWithSentry(#17174)9.42.0
- feat(v9/aws): Detect SDK source for AWS Lambda layer (#17150)
- fix(v9/core): Fix OpenAI SDK private field access by binding non-instrumented fns (#17167)
- fix(v9/core): Update ai.response.object to gen_ai.response.object (#17155)
- fix(v9/nextjs): Update stackframe calls for next v15.5 (#17161)
9.41.0
Important Changes
- feat(v9/core): Deprecate experimental
enableLogsandbeforeSendLogoption (#17092)Sentry now has support for structured logging. Previously to enable structured logging, you had to use the
_experiments.enableLogsand_experiments.beforeSendLogoptions. These options have been deprecated in favor of the top-levelenableLogsandbeforeSendLogoptions.// before Sentry.init({ _experiments: { enableLogs: true, beforeSendLog: log => { return log; }, }, });// after
Sentry.init({
enableLogs: true,
beforeSendLog: log => {
return log;
},
});
- feat(astro): Implement parameterized routes
... (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
+553
-426
Package Dependencies
Technical Details
| ID: | 4313094 |
| UUID: | 2705484200 |
| Node ID: | PR_kwDOIiIfRc6hQmmo |
| Host: | GitHub |
| Repository: | python-benchmark/sentry |
| Merge State: | Unknown |