Skip to content

Commit

Permalink
build(deps): bump @sentry/node from 7.93.0 to 7.94.1 (#712)
Browse files Browse the repository at this point in the history
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript)
from 7.93.0 to 7.94.1.
<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>7.94.1</h2>
<p>This release fixes a publishing issue with <code>7.94.0</code>.</p>
<p>These are the <code>7.94.0</code> release notes:</p>
<h3>Important Changes</h3>
<h4>Deprecations</h4>
<p>As we're moving closer to the next major version of the SDK, more
public APIs were deprecated.</p>
<p>To get a head start on migrating to the replacement APIs, please take
a look at our
<a
href="https://github.com/getsentry/sentry-javascript/blob/develop/MIGRATION.md">migration
guide</a>.</p>
<ul>
<li>feat: Deprecate user segment field (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/10210">#10210</a>)</li>
<li>feat(core): Deprecate <code>finish</code> on <code>Span</code>
interface in favour of <code>end</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/10161">#10161</a>)</li>
<li>feat(core): Deprecate <code>getCurrentHub()</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/10200">#10200</a>)</li>
<li>feat(core): Deprecate <code>hub.bindClient()</code> &amp;
<code>makeMain()</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/10188">#10188</a>)</li>
<li>feat(core): Deprecate <code>Span.instrumenter</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/10139">#10139</a>)</li>
<li>feat(core): Deprecate <code>Span.isSuccess()</code> in favor of
reading span status (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/10213">#10213</a>)</li>
<li>feat(core): Deprecate <code>Span.op</code> in favor of op attribute
(<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/10189">#10189</a>)</li>
<li>feat(core): Deprecate <code>Span.spanRecorder</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/10199">#10199</a>)</li>
<li>feat(core): Deprecate <code>Span.status</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/10208">#10208</a>)</li>
<li>feat(core): Deprecate <code>Span.transaction</code> in favor of
<code>getRootSpan</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/10134">#10134</a>)</li>
<li>feat(core): Deprecate <code>Transaction.instrumenter</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/10162">#10162</a>)</li>
<li>feat(core): Deprecate <code>Transaction.setMeasurement</code> in
favor of <code>setMeasurement</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/10182">#10182</a>)</li>
<li>feat(core): Deprecate integration classes &amp;
<code>Integrations.X</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/10198">#10198</a>)</li>
<li>feat(core): Deprecate methods on <code>Hub</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/10124">#10124</a>)</li>
<li>feat(core): Deprecate remaining <code>setName</code> declarations on
<code>Transaction</code> and <code>Span</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/10164">#10164</a>)</li>
<li>feat(core): Deprecate span <code>startTimestamp</code> &amp;
<code>endTimestamp</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/10192">#10192</a>)</li>
<li>feat(core): Deprecate <code>hub.bindClient()</code> and
<code>makeMain()</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/10118">#10118</a>)</li>
<li>feat(types): Deprecate <code>op</code> on <code>Span</code>
interface (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/10217">#10217</a>)</li>
<li>feat(integrations): Deprecate <code>Transaction</code> integration
(<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/10178">#10178</a>)</li>
<li>feat(integrations): Deprecate pluggable integration classes (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/10211">#10211</a>)</li>
</ul>
<h4>Replay &amp; Canvas</h4>
<p>We have added a new <code>ReplayCanvas</code> integration (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/10112">#10112</a>),
which you can add to capture the contents of canvas elements
with Replay.</p>
<p>Just add it <em>in addition</em> to the regular replay
integration:</p>
<pre lang="js"><code>Sentry.init({
  integrations: [new Sentry.Replay(), new Sentry.ReplayCanvas()],
});
</code></pre>
<h3>Other Changes</h3>
<!-- 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>7.94.1</h2>
<p>This release fixes a publishing issue.</p>
<h2>7.94.0</h2>
<h3>Important Changes</h3>
<h4>Deprecations</h4>
<p>As we're moving closer to the next major version of the SDK, more
public APIs were deprecated.</p>
<p>To get a head start on migrating to the replacement APIs, please take
a look at our
<a
href="https://github.com/getsentry/sentry-javascript/blob/develop/MIGRATION.md">migration
guide</a>.</p>
<ul>
<li>feat: Deprecate user segment field (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/10210">#10210</a>)</li>
<li>feat(core): Deprecate <code>finish</code> on <code>Span</code>
interface in favour of <code>end</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/10161">#10161</a>)</li>
<li>feat(core): Deprecate <code>getCurrentHub()</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/10200">#10200</a>)</li>
<li>feat(core): Deprecate <code>hub.bindClient()</code> &amp;
<code>makeMain()</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/10188">#10188</a>)</li>
<li>feat(core): Deprecate <code>Span.instrumenter</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/10139">#10139</a>)</li>
<li>feat(core): Deprecate <code>Span.isSuccess()</code> in favor of
reading span status (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/10213">#10213</a>)</li>
<li>feat(core): Deprecate <code>Span.op</code> in favor of op attribute
(<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/10189">#10189</a>)</li>
<li>feat(core): Deprecate <code>Span.spanRecorder</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/10199">#10199</a>)</li>
<li>feat(core): Deprecate <code>Span.status</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/10208">#10208</a>)</li>
<li>feat(core): Deprecate <code>Span.transaction</code> in favor of
<code>getRootSpan</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/10134">#10134</a>)</li>
<li>feat(core): Deprecate <code>Transaction.instrumenter</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/10162">#10162</a>)</li>
<li>feat(core): Deprecate <code>Transaction.setMeasurement</code> in
favor of <code>setMeasurement</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/10182">#10182</a>)</li>
<li>feat(core): Deprecate integration classes &amp;
<code>Integrations.X</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/10198">#10198</a>)</li>
<li>feat(core): Deprecate methods on <code>Hub</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/10124">#10124</a>)</li>
<li>feat(core): Deprecate remaining <code>setName</code> declarations on
<code>Transaction</code> and <code>Span</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/10164">#10164</a>)</li>
<li>feat(core): Deprecate span <code>startTimestamp</code> &amp;
<code>endTimestamp</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/10192">#10192</a>)</li>
<li>feat(core): Deprecate <code>hub.bindClient()</code> and
<code>makeMain()</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/10118">#10118</a>)</li>
<li>feat(types): Deprecate <code>op</code> on <code>Span</code>
interface (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/10217">#10217</a>)</li>
<li>feat(integrations): Deprecate <code>Transaction</code> integration
(<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/10178">#10178</a>)</li>
<li>feat(integrations): Deprecate pluggable integration classes (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/10211">#10211</a>)</li>
</ul>
<h4>Replay &amp; Canvas</h4>
<p>We have added a new <code>ReplayCanvas</code> integration (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/10112">#10112</a>),
which you can add to capture the contents of canvas elements
with Replay.</p>
<p>Just add it <em>in addition</em> to the regular replay
integration:</p>
<pre lang="js"><code>Sentry.init({
  integrations: [new Sentry.Replay(), new Sentry.ReplayCanvas()],
});
</code></pre>
<h3>Other Changes</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/cf062ba18da0028aa998a4c1f4a30417a3a1a04a"><code>cf062ba</code></a>
release: 7.94.1</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/fb2ad6cb028b7cec9faa1117d83a0d3be3439435"><code>fb2ad6c</code></a>
build(replay): Ensure we can publish replay-canvas (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/10262">#10262</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/0a65896ce269534ad8207c61a06d870adfe42042"><code>0a65896</code></a>
Merge pull request <a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/10252">#10252</a>
from getsentry/prepare-release/7.94.0</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/484431a908a6339a55e421d937a2444fafad9713"><code>484431a</code></a>
meta(changelog): Update changelog for 7.94.0</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/caad0bc0adcc3ec626cec36c5b4a158b1c2dcf19"><code>caad0bc</code></a>
Merge pull request <a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/10205">#10205</a>
from getsentry/DominikB2014/add-span-domain-to-span...</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/da68244fe1c77e4c0b8d692c29dd368099e12e73"><code>da68244</code></a>
Merge remote-tracking branch 'origin/develop' into
DominikB2014/add-span-doma...</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/8962a5a6c0c94dfd7299fea2afcfed41e04434e9"><code>8962a5a</code></a>
fix lint</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/a69dc2e6c056d42a144dc23ea77f0b8bf8485def"><code>a69dc2e</code></a>
fix linting</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/acf58d35408dced31d9613c95261c9ce4bcd3d87"><code>acf58d3</code></a>
feat(node): Update and vendor <code>https-proxy-agent</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/10088">#10088</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/7a371a627023bbc7607dc730df262cbf2bd5f067"><code>7a371a6</code></a>
fix linting</li>
<li>Additional commits viewable in <a
href="https://github.com/getsentry/sentry-javascript/compare/7.93.0...7.94.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sentry/node&package-manager=npm_and_yarn&previous-version=7.93.0&new-version=7.94.1)](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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent 10ed117 commit e6218cc
Showing 1 changed file with 27 additions and 26 deletions.
53 changes: 27 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e6218cc

Please sign in to comment.