Bump @sentry/profiling-node from 0.0.12 to 10.36.0
Type: Pull Request
State: Open
Association: Unknown
Comments: 2
(5 months ago)
(5 months ago)
Scope: Frontend
Bumps @sentry/profiling-node from 0.0.12 to 10.36.0.
Release notes
Sourced from @sentry/profiling-node's releases.
10.36.0
- feat(node): Add Prisma v7 support (#18908)
- feat(opentelemetry): Support
db.system.nameattribute for database spans (#18902)- feat(deps): Bump OpenTelemetry dependencies (#18878)
- fix(core): Sanitize data URLs in
http.clientspans (#18896)- fix(nextjs): Add ALS runner fallbacks for serverless environments (#18889)
- fix(node): Profiling debug ID matching (#18817)
- chore(deps-dev): bump
@remix-run/server-runtimefrom 2.15.2 to 2.17.3 in /packages/remix (#18750)Bundle size 📦
Path Size @sentry/browser24.61 KB @sentry/browser- with treeshaking flags23.15 KB @sentry/browser(incl. Tracing)41.04 KB @sentry/browser(incl. Tracing, Profiling)45.56 KB @sentry/browser(incl. Tracing, Replay)78.74 KB @sentry/browser(incl. Tracing, Replay) - with treeshaking flags68.63 KB @sentry/browser(incl. Tracing, Replay with Canvas)83.32 KB @sentry/browser(incl. Tracing, Replay, Feedback)95.24 KB @sentry/browser(incl. Feedback)40.94 KB @sentry/browser(incl. sendFeedback)29.19 KB @sentry/browser(incl. FeedbackAsync)34.07 KB @sentry/browser(incl. Metrics)25.69 KB @sentry/browser(incl. Logs)25.84 KB @sentry/browser(incl. Metrics & Logs)26.48 KB @sentry/react26.3 KB @sentry/react(incl. Tracing)43.22 KB @sentry/vue28.95 KB @sentry/vue(incl. Tracing)42.79 KB @sentry/svelte24.63 KB CDN Bundle 27.13 KB CDN Bundle (incl. Tracing) 41.83 KB CDN Bundle (incl. Tracing, Logs, Metrics) 42.63 KB CDN Bundle (incl. Tracing, Replay) 77.67 KB CDN Bundle (incl. Tracing, Replay, Feedback) 82.98 KB CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) 83.87 KB CDN Bundle - uncompressed 79.36 KB CDN Bundle (incl. Tracing) - uncompressed 123.84 KB CDN Bundle (incl. Tracing, Logs, Metrics) - uncompressed 126.61 KB CDN Bundle (incl. Tracing, Replay) - uncompressed 237.64 KB CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 250.14 KB CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) - uncompressed 252.89 KB
... (truncated)
Changelog
Sourced from @sentry/profiling-node's changelog.
10.36.0
- feat(node): Add Prisma v7 support (#18908)
- feat(opentelemetry): Support
db.system.nameattribute for database spans (#18902)- feat(deps): Bump OpenTelemetry dependencies (#18878)
- fix(core): Sanitize data URLs in
http.clientspans (#18896)- fix(nextjs): Add ALS runner fallbacks for serverless environments (#18889)
- fix(node): Profiling debug ID matching
- chore(deps-dev): bump
@remix-run/server-runtimefrom 2.15.2 to 2.17.3 in /packages/remix (#18750)10.35.0
Important Changes
feat(tanstackstart-react): Add
sentryTanstackStartvite plugin to manage automatic source map uploads (#18712)You can now configure source maps upload for TanStack Start using the
sentryTanstackStartVite plugin:// vite.config.ts import { defineConfig } from 'vite'; import { sentryTanstackStart } from '@sentry/tanstackstart-react'; import { tanstackStart } from '@tanstack/react-start/plugin/vite';export default defineConfig({
plugins: [
sentryTanstackStart({
authToken: process.env.SENTRY_AUTH_TOKEN,
org: 'your-org',
project: 'your-project',
}),
tanstackStart(),
],
});
Other Changes
- feat(browser): Add CDN bundle for
tracing.replay.feedback.logs.metrics(#18785)- feat(browser): Add shim package for logs (#18831)
- feat(cloudflare): Automatically set the release id when CF_VERSION_METADATA is enabled (#18855)
- feat(core): Add
ignoredclient report event drop reason (#18815)- feat(logs): Add
Logexports to browser and node packages (#18857)- feat(node-core,bun): Export processSessionIntegration from node-core and add it to bun (#18852)
... (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)
Package Dependencies
Technical Details
| ID: | 13210064 |
| UUID: | 3858283272 |
| Node ID: | PR_kwDOIiIfRc6_fFhA |
| Host: | GitHub |
| Repository: | python-benchmark/sentry |