Bump @sentry/profiling-node from 0.0.12 to 10.2.0
Type: Pull Request
State: Closed
Association: None
Comments: 3
(10 months ago)
(10 months ago)
(10 months ago)
Scope: Frontend
Bumps @sentry/profiling-node from 0.0.12 to 10.2.0.
Release notes
Sourced from @sentry/profiling-node's releases.
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)
The
startTraceoption is deprecated and will be removed in a future major version. If you want to disable tracing, setSENTRY_TRACES_SAMPLE_RATEto0.0. instead. As of today, the flag does not affect traces anymore.Other Changes
- feat(astro): Streamline build logs (#17301)
- feat(browser): Handles data URIs in chrome stack frames (#17292)
- feat(core): Accumulate tokens for
gen_ai.invoke_agentspans from child LLM calls (#17281)- feat(deps): Bump
@prisma/instrumentationfrom 6.12.0 to 6.13.0 (#17315)- feat(deps): Bump
@sentry/clifrom 2.50.0 to 2.50.2 (#17316)- feat(deps): Bump
@sentry/rollup-pluginfrom 4.0.0 to 4.0.2 (#17317)
... (truncated)
Changelog
Sourced from @sentry/profiling-node's changelog.
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)
The
startTraceoption is deprecated and will be removed in a future major version. If you want to disable tracing, setSENTRY_TRACES_SAMPLE_RATEto0.0. instead. As of today, the flag does not affect traces anymore.Other Changes
- feat(astro): Streamline build logs (#17301)
- feat(browser): Handles data URIs in chrome stack frames (#17292)
- feat(core): Accumulate tokens for
gen_ai.invoke_agentspans from child LLM calls (#17281)- feat(deps): Bump
@prisma/instrumentationfrom 6.12.0 to 6.13.0 (#17315)- feat(deps): Bump
@sentry/clifrom 2.50.0 to 2.50.2 (#17316)
... (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
+559
-422
Package Dependencies
Technical Details
| ID: | 4767071 |
| UUID: | 2729163310 |
| Node ID: | PR_kwDOIiIfRc6iq7ou |
| Host: | GitHub |
| Repository: | python-benchmark/sentry |
| Mergeable: | Yes |
| Merge State: | Unstable |
| Rebaseable: | Yes |