Commit 27e5a7a
authored
chore(deps-dev): bump @sentry/node from 10.26.0 to 10.27.0 (#1244)
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript)
from 10.26.0 to 10.27.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/getsentry/sentry-javascript/releases"><code>@sentry/node</code>'s
releases</a>.</em></p>
<blockquote>
<h2>10.27.0</h2>
<h3>Important Changes</h3>
<ul>
<li>
<p><strong>feat(deps): Bump OpenTelemetry (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/18239">#18239</a>)</strong></p>
<ul>
<li>Bump <code>@opentelemetry/context-async-hooks</code> from ^2.1.0 to
^2.2.0</li>
<li>Bump <code>@opentelemetry/core</code> from ^2.1.0 to ^2.2.0</li>
<li>Bump <code>@opentelemetry/resources</code> from ^2.1.0 to
^2.2.0</li>
<li>Bump <code>@opentelemetry/sdk-trace-base</code> from ^2.1.0 to
^2.2.0</li>
<li>Bump <code>@opentelemetry/sdk-trace-node</code> from ^2.1.0 to
^2.2.0</li>
<li>Bump <code>@opentelemetry/instrumentation</code> from 0.204.0 to
0.208.0</li>
<li>Bump <code>@opentelemetry/instrumentation-amqplib</code> from
0.51.0 to 0.55.0</li>
<li>Bump <code>@opentelemetry/instrumentation-aws-sdk</code> from
0.59.0 to 0.64.0</li>
<li>Bump <code>@opentelemetry/instrumentation-connect</code> from
0.48.0 to 0.52.0</li>
<li>Bump <code>@opentelemetry/instrumentation-dataloader</code> from
0.22.0 to 0.26.0</li>
<li>Bump <code>@opentelemetry/instrumentation-express</code> from
0.53.0 to 0.57.0</li>
<li>Bump <code>@opentelemetry/instrumentation-fs</code> from 0.24.0 to
0.28.0</li>
<li>Bump <code>@opentelemetry/instrumentation-generic-pool</code> from
0.48.0 to 0.52.0</li>
<li>Bump <code>@opentelemetry/instrumentation-graphql</code> from
0.52.0 to 0.56.0</li>
<li>Bump <code>@opentelemetry/instrumentation-hapi</code> from 0.51.0
to 0.55.0</li>
<li>Bump <code>@opentelemetry/instrumentation-http</code> from 0.204.0
to 0.208.0</li>
<li>Bump <code>@opentelemetry/instrumentation-ioredis</code> from
0.52.0 to 0.56.0</li>
<li>Bump <code>@opentelemetry/instrumentation-kafkajs</code> from
0.14.0 to 0.18.0</li>
<li>Bump <code>@opentelemetry/instrumentation-knex</code> from 0.49.0
to 0.53.0</li>
<li>Bump <code>@opentelemetry/instrumentation-koa</code> from 0.52.0 to
0.57.0</li>
<li>Bump <code>@opentelemetry/instrumentation-lru-memoizer</code> from
0.49.0 to 0.53.0</li>
<li>Bump <code>@opentelemetry/instrumentation-mongodb</code> from
0.57.0 to 0.61.0</li>
<li>Bump <code>@opentelemetry/instrumentation-mongoose</code> from
0.51.0 to 0.55.0</li>
<li>Bump <code>@opentelemetry/instrumentation-mysql</code> from 0.50.0
to 0.54.0</li>
<li>Bump <code>@opentelemetry/instrumentation-mysql2</code> from 0.51.0
to 0.55.0</li>
<li>Bump <code>@opentelemetry/instrumentation-nestjs-core</code> from
0.50.0 to 0.55.0</li>
<li>Bump <code>@opentelemetry/instrumentation-pg</code> from 0.57.0 to
0.61.0</li>
<li>Bump <code>@opentelemetry/instrumentation-redis</code> from 0.53.0
to 0.57.0</li>
<li>Bump <code>@opentelemetry/instrumentation-tedious</code> from
0.23.0 to 0.27.0</li>
<li>Bump <code>@opentelemetry/instrumentation-undici</code> from 0.15.0
to 0.19.0</li>
<li>Bump <code>@prisma/instrumentation</code> from 6.15.0 to
6.19.0</li>
</ul>
</li>
<li>
<p><strong>feat(browserprofiling): Add <code>manual</code> mode and
deprecate old profiling (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/18189">#18189</a>)</strong></p>
<p>Adds the <code>manual</code> lifecycle mode for UI profiling (the
default mode), allowing profiles to be captured manually with
<code>Sentry.uiProfiler.startProfiler()</code> and
<code>Sentry.uiProfiler.stopProfiler()</code>.
The previous transaction-based profiling is with
<code>profilesSampleRate</code> is now deprecated in favor of the new UI
Profiling with <code>profileSessionSampleRate</code>.</p>
</li>
</ul>
<h3>Other Changes</h3>
<ul>
<li>feat(core): Add <code>gibibyte</code> and <code>pebibyte</code> to
<code>InformationUnit</code> type (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/18241">#18241</a>)</li>
<li>feat(core): Add scope attribute APIs (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/18165">#18165</a>)</li>
<li>feat(core): Re-add <code>_experiments.enableLogs</code> option (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/18299">#18299</a>)</li>
<li>feat(core): Use <code>maxValueLength</code> on error messages (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/18301">#18301</a>)</li>
<li>feat(deps): bump <code>@sentry/bundler-plugin-core</code> from
4.3.0 to 4.6.1 (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/18273">#18273</a>)</li>
<li>feat(deps): bump <code>@sentry/cli</code> from 2.56.0 to 2.58.2 (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/18271">#18271</a>)</li>
<li>feat(node): Add tracing support for AzureOpenAI (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/18281">#18281</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md"><code>@sentry/node</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>10.27.0</h2>
<h3>Important Changes</h3>
<ul>
<li>
<p><strong>feat(deps): Bump OpenTelemetry (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/18239">#18239</a>)</strong></p>
<ul>
<li>Bump <code>@opentelemetry/context-async-hooks</code> from ^2.1.0 to
^2.2.0</li>
<li>Bump <code>@opentelemetry/core</code> from ^2.1.0 to ^2.2.0</li>
<li>Bump <code>@opentelemetry/resources</code> from ^2.1.0 to
^2.2.0</li>
<li>Bump <code>@opentelemetry/sdk-trace-base</code> from ^2.1.0 to
^2.2.0</li>
<li>Bump <code>@opentelemetry/sdk-trace-node</code> from ^2.1.0 to
^2.2.0</li>
<li>Bump <code>@opentelemetry/instrumentation</code> from 0.204.0 to
0.208.0</li>
<li>Bump <code>@opentelemetry/instrumentation-amqplib</code> from
0.51.0 to 0.55.0</li>
<li>Bump <code>@opentelemetry/instrumentation-aws-sdk</code> from
0.59.0 to 0.64.0</li>
<li>Bump <code>@opentelemetry/instrumentation-connect</code> from
0.48.0 to 0.52.0</li>
<li>Bump <code>@opentelemetry/instrumentation-dataloader</code> from
0.22.0 to 0.26.0</li>
<li>Bump <code>@opentelemetry/instrumentation-express</code> from
0.53.0 to 0.57.0</li>
<li>Bump <code>@opentelemetry/instrumentation-fs</code> from 0.24.0 to
0.28.0</li>
<li>Bump <code>@opentelemetry/instrumentation-generic-pool</code> from
0.48.0 to 0.52.0</li>
<li>Bump <code>@opentelemetry/instrumentation-graphql</code> from
0.52.0 to 0.56.0</li>
<li>Bump <code>@opentelemetry/instrumentation-hapi</code> from 0.51.0
to 0.55.0</li>
<li>Bump <code>@opentelemetry/instrumentation-http</code> from 0.204.0
to 0.208.0</li>
<li>Bump <code>@opentelemetry/instrumentation-ioredis</code> from
0.52.0 to 0.56.0</li>
<li>Bump <code>@opentelemetry/instrumentation-kafkajs</code> from
0.14.0 to 0.18.0</li>
<li>Bump <code>@opentelemetry/instrumentation-knex</code> from 0.49.0
to 0.53.0</li>
<li>Bump <code>@opentelemetry/instrumentation-koa</code> from 0.52.0 to
0.57.0</li>
<li>Bump <code>@opentelemetry/instrumentation-lru-memoizer</code> from
0.49.0 to 0.53.0</li>
<li>Bump <code>@opentelemetry/instrumentation-mongodb</code> from
0.57.0 to 0.61.0</li>
<li>Bump <code>@opentelemetry/instrumentation-mongoose</code> from
0.51.0 to 0.55.0</li>
<li>Bump <code>@opentelemetry/instrumentation-mysql</code> from 0.50.0
to 0.54.0</li>
<li>Bump <code>@opentelemetry/instrumentation-mysql2</code> from 0.51.0
to 0.55.0</li>
<li>Bump <code>@opentelemetry/instrumentation-nestjs-core</code> from
0.50.0 to 0.55.0</li>
<li>Bump <code>@opentelemetry/instrumentation-pg</code> from 0.57.0 to
0.61.0</li>
<li>Bump <code>@opentelemetry/instrumentation-redis</code> from 0.53.0
to 0.57.0</li>
<li>Bump <code>@opentelemetry/instrumentation-tedious</code> from
0.23.0 to 0.27.0</li>
<li>Bump <code>@opentelemetry/instrumentation-undici</code> from 0.15.0
to 0.19.0</li>
<li>Bump <code>@prisma/instrumentation</code> from 6.15.0 to
6.19.0</li>
</ul>
</li>
<li>
<p><strong>feat(browserprofiling): Add <code>manual</code> mode and
deprecate old profiling (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/18189">#18189</a>)</strong></p>
<p>Adds the <code>manual</code> lifecycle mode for UI profiling (the
default mode), allowing profiles to be captured manually with
<code>Sentry.uiProfiler.startProfiler()</code> and
<code>Sentry.uiProfiler.stopProfiler()</code>.
The previous transaction-based profiling is with
<code>profilesSampleRate</code> is now deprecated in favor of the new UI
Profiling with <code>profileSessionSampleRate</code>.</p>
</li>
</ul>
<h3>Other Changes</h3>
<ul>
<li>feat(core): Add <code>gibibyte</code> and <code>pebibyte</code> to
<code>InformationUnit</code> type (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/18241">#18241</a>)</li>
<li>feat(core): Add scope attribute APIs (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/18165">#18165</a>)</li>
<li>feat(core): Re-add <code>_experiments.enableLogs</code> option (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/18299">#18299</a>)</li>
<li>feat(core): Use <code>maxValueLength</code> on error messages (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/18301">#18301</a>)</li>
<li>feat(deps): bump <code>@sentry/bundler-plugin-core</code> from
4.3.0 to 4.6.1 (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/18273">#18273</a>)</li>
<li>feat(deps): bump <code>@sentry/cli</code> from 2.56.0 to 2.58.2 (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/18271">#18271</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/0b0151d6be13a23c06eb957ace12085f760fae2c"><code>0b0151d</code></a>
release: 10.27.0</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/930863e7d08235050f682613dcfc7d39018f3fbb"><code>930863e</code></a>
Merge pull request <a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/18312">#18312</a>
from getsentry/prepare-release/10.27.0</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/02aa2ea072fa956c805eeb6f463fb6ed763efa57"><code>02aa2ea</code></a>
meta(changelog): Update changelog for 10.27.0</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/6ce620e983814a263eb036a3ee79f80e780a880a"><code>6ce620e</code></a>
fix(core): Always redact content of sensitive headers regardless of
`sendDefa...</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/235c8651356fb66b6214ff5b88f16419c65f3478"><code>235c865</code></a>
feat(core): Re-add <code>_experiments.enableLogs</code> option (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/18299">#18299</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/4b92c64b75ffb85f31a516ca093ab77a5e55c15d"><code>4b92c64</code></a>
fix(nextjs): universal random tunnel path support (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/18257">#18257</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/6240191d1fef08423b9928846fc4a9a7aa7c8da5"><code>6240191</code></a>
feat(core): Use <code>maxValueLength</code> on error messages (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/18301">#18301</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/15256034ee8150a5b7dcb97d23eca1a5486f0cae"><code>1525603</code></a>
feat(browserprofiling): Add <code>manual</code> mode and deprecate old
profiling (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/18189">#18189</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/3d48cc66730723653893ebab7d1b3edab6e9ff3c"><code>3d48cc6</code></a>
chore: Add external contributor to CHANGELOG.md (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/18300">#18300</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/b8127fbec3ab3412931eb643911384fa77f5dd9d"><code>b8127fb</code></a>
doc(sveltekit): Update documentation link for SvelteKit guide (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/18298">#18298</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/getsentry/sentry-javascript/compare/10.26.0...10.27.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts page](https://github.com/unnoq/orpc/network/alerts).
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent f8cfaa5 commit 27e5a7a
2 files changed
+285
-595
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments