Bump @sentry/profiling-node from 0.0.12 to 10.7.0
Type: Pull Request
State: Open
Association: None
Comments: 3
(10 months ago)
(10 months ago)
Scope: Frontend
Bumps @sentry/profiling-node from 0.0.12 to 10.7.0.
Release notes
Sourced from @sentry/profiling-node's releases.
10.7.0
Important Changes
- feat(cloudflare): Add
instrumentPrototypeMethodsoption to instrument RPC methods for DurableObjects (#17424)By default,
Sentry.instrumentDurableObjectWithSentrywill not wrap any RPC methods on the prototype. To enable wrapping for RPC methods, setinstrumentPrototypeMethodstotrueor, if performance is a concern, a list of only the methods you want to instrument:class MyDurableObjectBase extends DurableObject<Env> { method1() { // ... }method2() { // ... }
method3() { // ... } } // Export your named class as defined in your wrangler config export const MyDurableObject = Sentry.instrumentDurableObjectWithSentry( (env: Env) => ({ dsn: "https://ac49b7af3017c458bd12dab9b3328bfc@o4508482761982032.ingest.de.sentry.io/4508482780987481", tracesSampleRate: 1.0, instrumentPrototypeMethods: ['method1', 'method3'], }), MyDurableObjectBase, );
Other Changes
- feat(aws): Add support for streaming handlers (#17463)
- feat(core): Stream responses Anthropic AI (#17460)
- feat(deps): bump
@opentelemetry/instrumentation-aws-sdkfrom 0.56.0 to 0.57.0 (#17455)- feat(deps): bump
@opentelemetry/instrumentation-dataloaderfrom 0.21.0 to 0.21.1 (#17457)- feat(deps): bump
@opentelemetry/instrumentation-kafkajsfrom 0.12.0 to 0.13.0 (#17469)- feat(deps): bump
@opentelemetry/instrumentation-mysql2from 0.49.0 to 0.50.0 (#17459)- feat(deps): bump
@prisma/instrumentationfrom 6.13.0 to 6.14.0 (#17466)- feat(deps): bump
@sentry/clifrom 2.51.1 to 2.52.0 (#17458)- feat(deps): bump
@sentry/rollup-pluginfrom 4.1.0 to 4.1.1 (#17456)- feat(deps): bump
@sentry/webpack-pluginfrom 4.1.0 to 4.1.1 (#17467)- feat(replay): Add option to skip
requestAnimationFramefor canvas snapshots (#17380)
... (truncated)
Changelog
Sourced from @sentry/profiling-node's changelog.
10.7.0
Important Changes
- feat(cloudflare): Add
instrumentPrototypeMethodsoption to instrument RPC methods for DurableObjects (#17424)By default,
Sentry.instrumentDurableObjectWithSentrywill not wrap any RPC methods on the prototype. To enable wrapping for RPC methods, setinstrumentPrototypeMethodstotrueor, if performance is a concern, a list of only the methods you want to instrument:class MyDurableObjectBase extends DurableObject<Env> { method1() { // ... }method2() { // ... }
method3() { // ... } } // Export your named class as defined in your wrangler config export const MyDurableObject = Sentry.instrumentDurableObjectWithSentry( (env: Env) => ({ dsn: "https://ac49b7af3017c458bd12dab9b3328bfc@o4508482761982032.ingest.de.sentry.io/4508482780987481", tracesSampleRate: 1.0, instrumentPrototypeMethods: ['method1', 'method3'], }), MyDurableObjectBase, );
Other Changes
- feat(aws): Add support for streaming handlers (#17463)
- feat(core): Stream responses Anthropic AI (#17460)
- feat(deps): bump
@opentelemetry/instrumentation-aws-sdkfrom 0.56.0 to 0.57.0 (#17455)- feat(deps): bump
@opentelemetry/instrumentation-dataloaderfrom 0.21.0 to 0.21.1 (#17457)- feat(deps): bump
@opentelemetry/instrumentation-kafkajsfrom 0.12.0 to 0.13.0 (#17469)- feat(deps): bump
@opentelemetry/instrumentation-mysql2from 0.49.0 to 0.50.0 (#17459)- feat(deps): bump
@prisma/instrumentationfrom 6.13.0 to 6.14.0 (#17466)- feat(deps): bump
@sentry/clifrom 2.51.1 to 2.52.0 (#17458)- feat(deps): bump
@sentry/rollup-pluginfrom 4.1.0 to 4.1.1 (#17456)- feat(deps): bump
@sentry/webpack-pluginfrom 4.1.0 to 4.1.1 (#17467)- feat(replay): Add option to skip
requestAnimationFramefor canvas snapshots (#17380)
... (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: | 5901119 |
| UUID: | 3361504153 |
| Node ID: | PR_kwDOIiIfRc6ltkPv |
| Host: | GitHub |
| Repository: | python-benchmark/sentry |