Bump @sentry/profiling-node from 0.0.12 to 9.41.0
Type: Pull Request
State: Closed
Association: None
Comments: 4
(11 months ago)
(11 months ago)
(11 months ago)
Scope: Frontend
Bumps @sentry/profiling-node from 0.0.12 to 9.41.0.
Release notes
Sourced from @sentry/profiling-node's releases.
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
Server-side and client-side parameterized routes are now supported in the Astro SDK. No configuration changes are required.
Other Changes
- feat(v9/node): Add shouldHandleError option to fastifyIntegration (#17123)
- fix(v9/cloudflare) Allow non UUID workflow instance IDs (#17135)
- fix(v9/node): Ensure tool errors for
vercelAiIntegrationhave correct trace (#17142)- fix(v9/remix): Ensure source maps upload fails silently if Sentry CLI fails (#17095)
- fix(v9/svelte): Do not insert preprocess code in script module in Svelte 5 (#17124)
Work in this release was contributed by
@richardjelinek-fastest. Thank you for your contribution!Bundle size 📦
Path Size @sentry/browser23.24 KB @sentry/browser- with treeshaking flags21.83 KB @sentry/browser(incl. Tracing)38.73 KB
... (truncated)
Changelog
Sourced from @sentry/profiling-node's changelog.
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
Server-side and client-side parameterized routes are now supported in the Astro SDK. No configuration changes are required.
Other Changes
- feat(v9/node): Add shouldHandleError option to fastifyIntegration (#17123)
- fix(v9/cloudflare) Allow non UUID workflow instance IDs (#17135)
- fix(v9/node): Ensure tool errors for
vercelAiIntegrationhave correct trace (#17142)- fix(v9/remix): Ensure source maps upload fails silently if Sentry CLI fails (#17095)
- fix(v9/svelte): Do not insert preprocess code in script module in Svelte 5 (#17124)
Work in this release was contributed by
@richardjelinek-fastest. Thank you for your contribution!9.40.0
Important Changes
- feat(browser): Add debugId sync APIs between web worker and main thread (#16981)
... (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: | 4137433 |
| UUID: | 2693418024 |
| Node ID: | PR_kwDOIiIfRc6gikwo |
| Host: | GitHub |
| Repository: | python-benchmark/sentry |
| Mergeable: | Yes |
| Merge State: | Unstable |