Skip to content

Commit

Permalink
chore(deps): bump the sentry group with 3 updates (#564)
Browse files Browse the repository at this point in the history
Bumps the sentry group with 3 updates:
[@sentry/cli](https://github.com/getsentry/sentry-cli),
[@sentry/node](https://github.com/getsentry/sentry-javascript) and
[@sentry/profiling-node](https://github.com/getsentry/sentry-javascript).

Updates `@sentry/cli` from 2.38.2 to 2.39.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/getsentry/sentry-cli/releases"><code>@​sentry/cli</code>'s
releases</a>.</em></p>
<blockquote>
<h2>2.39.0</h2>
<h3>Features/improvements</h3>
<ul>
<li>feat(proguard): Introduce experimental chunk uploading feature (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2264">#2264</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>feat: Read debug IDs from <code>debugId</code> field in sourcemaps
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2222">#2222</a>)</li>
</ul>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>ref(proguard): Delete pointless code (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2263">#2263</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>fix: Improve error handling in dif.rs (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2225">#2225</a>)</li>
<li>ci: Run codeql-analysis on all PRs (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2224">#2224</a>)</li>
<li>build: Add <code>assert_cmd</code> as a dev dependency</li>
<li>ref(api): Remove dead code (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2217">#2217</a>)</li>
<li>ref: Remove <code>SENTRY_DUMP_REPONSE</code> environment variable
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2212">#2212</a>)</li>
<li>ref(utils): Remove <code>allow(dead_code)</code> from update utils
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2216">#2216</a>)</li>
<li>ref(api): Remove blanket <code>allow(dead_code)</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2215">#2215</a>)</li>
<li>ref(api): Only allow dead code where needed (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2213">#2213</a>)</li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>ref(test): Broaden <code>with_header_matcher</code> types (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2261">#2261</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(test): Accept <code>impl Into&lt;Matcher&gt;</code> for
<code>with_matcher</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2260">#2260</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(test): Align <code>with_reponse_body</code> parameter to
<code>mockito</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2259">#2259</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(test): Make mock builder status default to <code>200</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2258">#2258</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(test): Change chunk upload options org (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2257">#2257</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(test): Bump <code>mockito</code> mocking library (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2254">#2254</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(test): Use <code>TestManager</code> in new chunk upload test (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2253">#2253</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(test): Add <code>TestManager</code> struct for uniform test
setup (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2252">#2252</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(tests): <code>mock_common_endpoints</code> refactor (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2251">#2251</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(tests): Simplify <code>mock_common_upload_endpoints</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2250">#2250</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(tests): Extract <code>mock_common_upload_endpoints</code> into
module (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2249">#2249</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(tests): Rename <code>mocking</code> to
<code>mock_endpoint_builder</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2248">#2248</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref: Fix typo in tests (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2243">#2243</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(test): Rename <code>EndpointOptions</code> to
<code>MockEndpointBuilder</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2247">#2247</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(test): Refactor <code>EndpointOptions</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2246">#2246</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(test): Privatize struct fields of <code>EndpointOptions</code>
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2245">#2245</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(test): Move mock endpoint code to module (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2244">#2244</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>test: batch send-event tests (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2230">#2230</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>test: Run <code>trycmd</code> tests with
<code>RUST_BACKTRACE=0</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2242">#2242</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>test(send-metric): Batch tests together (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2241">#2241</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>test(react_native): Bubble up <code>target_os</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2240">#2240</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>test(projects): Batch tests together (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2239">#2239</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>test(monitors): Batch monitors tests (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2236">#2236</a>)</li>
<li>test(monitors): Delete unneeded monitors test (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2237">#2237</a>)</li>
<li>test(organizations): Batch tests together (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2238">#2238</a>)</li>
<li>test(events): Batch tests together (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2235">#2235</a>)</li>
<li>test(debug-files): Batch tests together (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2234">#2234</a>)</li>
<li>test: batch token validation tests (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2231">#2231</a>)</li>
<li>test: batch upload-proguard tests (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2233">#2233</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-cli/blob/master/CHANGELOG.md"><code>@​sentry/cli</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>2.39.0</h2>
<h3>Features/improvements</h3>
<ul>
<li>feat(proguard): Introduce experimental chunk uploading feature (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2264">#2264</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>feat: Read debug IDs from <code>debugId</code> field in sourcemaps
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2222">#2222</a>)</li>
</ul>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>ref(proguard): Delete pointless code (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2263">#2263</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>fix: Improve error handling in dif.rs (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2225">#2225</a>)</li>
<li>ci: Run codeql-analysis on all PRs (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2224">#2224</a>)</li>
<li>build: Add <code>assert_cmd</code> as a dev dependency</li>
<li>ref(api): Remove dead code (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2217">#2217</a>)</li>
<li>ref: Remove <code>SENTRY_DUMP_REPONSE</code> environment variable
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2212">#2212</a>)</li>
<li>ref(utils): Remove <code>allow(dead_code)</code> from update utils
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2216">#2216</a>)</li>
<li>ref(api): Remove blanket <code>allow(dead_code)</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2215">#2215</a>)</li>
<li>ref(api): Only allow dead code where needed (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2213">#2213</a>)</li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>ref(test): Broaden <code>with_header_matcher</code> types (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2261">#2261</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(test): Accept <code>impl Into&lt;Matcher&gt;</code> for
<code>with_matcher</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2260">#2260</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(test): Align <code>with_reponse_body</code> parameter to
<code>mockito</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2259">#2259</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(test): Make mock builder status default to <code>200</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2258">#2258</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(test): Change chunk upload options org (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2257">#2257</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(test): Bump <code>mockito</code> mocking library (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2254">#2254</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(test): Use <code>TestManager</code> in new chunk upload test (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2253">#2253</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(test): Add <code>TestManager</code> struct for uniform test
setup (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2252">#2252</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(tests): <code>mock_common_endpoints</code> refactor (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2251">#2251</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(tests): Simplify <code>mock_common_upload_endpoints</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2250">#2250</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(tests): Extract <code>mock_common_upload_endpoints</code> into
module (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2249">#2249</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(tests): Rename <code>mocking</code> to
<code>mock_endpoint_builder</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2248">#2248</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref: Fix typo in tests (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2243">#2243</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(test): Rename <code>EndpointOptions</code> to
<code>MockEndpointBuilder</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2247">#2247</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(test): Refactor <code>EndpointOptions</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2246">#2246</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(test): Privatize struct fields of <code>EndpointOptions</code>
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2245">#2245</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(test): Move mock endpoint code to module (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2244">#2244</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>test: batch send-event tests (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2230">#2230</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>test: Run <code>trycmd</code> tests with
<code>RUST_BACKTRACE=0</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2242">#2242</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>test(send-metric): Batch tests together (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2241">#2241</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>test(react_native): Bubble up <code>target_os</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2240">#2240</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>test(projects): Batch tests together (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2239">#2239</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>test(monitors): Batch monitors tests (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2236">#2236</a>)</li>
<li>test(monitors): Delete unneeded monitors test (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2237">#2237</a>)</li>
<li>test(organizations): Batch tests together (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2238">#2238</a>)</li>
<li>test(events): Batch tests together (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2235">#2235</a>)</li>
<li>test(debug-files): Batch tests together (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2234">#2234</a>)</li>
<li>test: batch token validation tests (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2231">#2231</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/63b0fbb8c7e55d7fed309aa5e7a0e06e18c444d8"><code>63b0fbb</code></a>
meta: Update CHANGELOG.md</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/d30066de2624eb57e4d5774c305abda4751b1f30"><code>d30066d</code></a>
release: 2.39.0</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/ffd38482117864eaa0ac7800d049e1ce38157a33"><code>ffd3848</code></a>
feat(proguard): Introduce experimental chunk uploading feature (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2264">#2264</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/992118c870399b65cd74a54ec95929727b8113aa"><code>992118c</code></a>
ref(proguard): Delete pointless code (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2263">#2263</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/fc7374921f9d3df63f78f0c4324c16af0d060127"><code>fc73749</code></a>
ref(test): Broaden <code>with_header_matcher</code> types</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/6acf1da11776c0b38aec02a67ce0cc9210ff40ba"><code>6acf1da</code></a>
ref(test): Accept <code>impl Into\&lt;Matcher&gt;</code> for
<code>with_matcher</code></li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/61ca9dc70d598b5546a356b6453d12e4ad10d65e"><code>61ca9dc</code></a>
ref(test): Align <code>with_reponse_body</code> parameter to
<code>mockito</code></li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/035c0bbb4174a9067defaef425bc896d52845a45"><code>035c0bb</code></a>
ref(test): Make mock builder status default to <code>200</code></li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/233608e7a7111de8f8bf1fb8f2e86dcdab576c96"><code>233608e</code></a>
ref(test): Change chunk upload options org (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2257">#2257</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/789d8a9c2ce77d6a0747bd6b452df672177f77ca"><code>789d8a9</code></a>
ref(test): Bump <code>mockito</code> mocking library (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2254">#2254</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/getsentry/sentry-cli/compare/2.38.2...2.39.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `@sentry/node` from 8.39.0 to 8.40.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>8.40.0</h2>
<h3>Important Changes</h3>
<ul>
<li>
<p><strong>feat(angular): Support Angular 19 (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/14398">#14398</a>)</strong></p>
<p>The <code>@sentry/angular</code> SDK can now be used with Angular 19.
If you're upgrading to the new Angular version, you might want to
migrate from the now deprecated <code>APP_INITIALIZER</code> token to
<code>provideAppInitializer</code>.
In this case, change the Sentry <code>TraceService</code> initialization
in <code>app.config.ts</code>:</p>
<pre lang="ts"><code>// Angular 18
export const appConfig: ApplicationConfig = {
  providers: [
    // other providers
    {
      provide: TraceService,
      deps: [Router],
    },
    {
      provide: APP_INITIALIZER,
      useFactory: () =&gt; () =&gt; {},
      deps: [TraceService],
      multi: true,
    },
  ],
};
<p>// Angular 19
export const appConfig: ApplicationConfig = {
providers: [
// other providers
{
provide: TraceService,
deps: [Router],
},
provideAppInitializer(() =&gt; {
inject(TraceService);
}),
],
};
</code></pre></p>
</li>
<li>
<p><strong>feat(core): Deprecate <code>debugIntegration</code> and
<code>sessionTimingIntegration</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/14363">#14363</a>)</strong></p>
<p>The <code>debugIntegration</code> was deprecated and will be removed
in the next major version of the SDK.
To log outgoing events, use <a
href="https://docs.sentry.io/platforms/javascript/configuration/options/#hooks">Hook
Options</a> (<code>beforeSend</code>,
<code>beforeSendTransaction</code>, ...).</p>
<p>The <code>sessionTimingIntegration</code> was deprecated and will be
removed in the next major version of the SDK.
To capture session durations alongside events, use <a
href="https://docs.sentry.io/platforms/javascript/enriching-events/context/">Context</a>
(<code>Sentry.setContext()</code>).</p>
</li>
<li>
<p><strong>feat(nestjs): Deprecate <code>@WithSentry</code> in favor of
<code>@SentryExceptionCaptured</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/14323">#14323</a>)</strong></p>
</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>8.40.0</h2>
<h3>Important Changes</h3>
<ul>
<li>
<p><strong>feat(angular): Support Angular 19 (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/14398">#14398</a>)</strong></p>
<p>The <code>@sentry/angular</code> SDK can now be used with Angular 19.
If you're upgrading to the new Angular version, you might want to
migrate from the now deprecated <code>APP_INITIALIZER</code> token to
<code>provideAppInitializer</code>.
In this case, change the Sentry <code>TraceService</code> initialization
in <code>app.config.ts</code>:</p>
<pre lang="ts"><code>// Angular 18
export const appConfig: ApplicationConfig = {
  providers: [
    // other providers
    {
      provide: TraceService,
      deps: [Router],
    },
    {
      provide: APP_INITIALIZER,
      useFactory: () =&gt; () =&gt; {},
      deps: [TraceService],
      multi: true,
    },
  ],
};
<p>// Angular 19
export const appConfig: ApplicationConfig = {
providers: [
// other providers
{
provide: TraceService,
deps: [Router],
},
provideAppInitializer(() =&gt; {
inject(TraceService);
}),
],
};
</code></pre></p>
</li>
<li>
<p><strong>feat(core): Deprecate <code>debugIntegration</code> and
<code>sessionTimingIntegration</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/14363">#14363</a>)</strong></p>
<p>The <code>debugIntegration</code> was deprecated and will be removed
in the next major version of the SDK.
To log outgoing events, use <a
href="https://docs.sentry.io/platforms/javascript/configuration/options/#hooks">Hook
Options</a> (<code>beforeSend</code>,
<code>beforeSendTransaction</code>, ...).</p>
<p>The <code>sessionTimingIntegration</code> was deprecated and will be
removed in the next major version of the SDK.
To capture session durations alongside events, use <a
href="https://docs.sentry.io/platforms/javascript/enriching-events/context/">Context</a>
(<code>Sentry.setContext()</code>).</p>
</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/7ff467ca6ddd3ac901afb55c1742e586356d109e"><code>7ff467c</code></a>
release: 8.40.0</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/87a90a32d2b901693463be0e1f4a7f26b7f800f5"><code>87a90a3</code></a>
Merge pull request <a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/14425">#14425</a>
from getsentry/prepare-release/8.40.0</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/5841854712f843254ad0c5c3c57f82e630f5bdbb"><code>5841854</code></a>
meta(changelog): Update changelog for 8.40.0</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/d140ae66b662d8531b8e700a8c2ad198b66cf5fd"><code>d140ae6</code></a>
Merge remote-tracking branch 'origin/master' into
prepare-release/8.40.0</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/90f958fe8c5b5cae33e8e68c33c1cfff004b44c8"><code>90f958f</code></a>
ci: Skip optional E2E tests on release branches (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/14424">#14424</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/6535500ec7247ce27ceba2a9cbae35b26e57fb03"><code>6535500</code></a>
feat(replay): Clear event buffer when full and in buffer mode (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/14078">#14078</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/85daf9015a8e49761a27d3521706dc5742b58f15"><code>85daf90</code></a>
fix(feedback): Fix non-wrapping form title (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/14355">#14355</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/ec701fdc3ca7352a3e76981481922469a6ca5dd2"><code>ec701fd</code></a>
Merge pull request <a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/14412">#14412</a>
from getsentry/develop</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/138417b912a089d45fdf6b37e415041650e50df4"><code>138417b</code></a>
test(feedback): Fixes lazy loaded feedback bundles (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/14410">#14410</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/c1ccdf3ec89d90eae10c3b03a3be2de963725606"><code>c1ccdf3</code></a>
Merge pull request <a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/14408">#14408</a>
from getsentry/prepare-release/8.40.0</li>
<li>Additional commits viewable in <a
href="https://github.com/getsentry/sentry-javascript/compare/8.39.0...8.40.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `@sentry/profiling-node` from 8.39.0 to 8.40.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/getsentry/sentry-javascript/releases"><code>@​sentry/profiling-node</code>'s
releases</a>.</em></p>
<blockquote>
<h2>8.40.0</h2>
<h3>Important Changes</h3>
<ul>
<li>
<p><strong>feat(angular): Support Angular 19 (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/14398">#14398</a>)</strong></p>
<p>The <code>@sentry/angular</code> SDK can now be used with Angular 19.
If you're upgrading to the new Angular version, you might want to
migrate from the now deprecated <code>APP_INITIALIZER</code> token to
<code>provideAppInitializer</code>.
In this case, change the Sentry <code>TraceService</code> initialization
in <code>app.config.ts</code>:</p>
<pre lang="ts"><code>// Angular 18
export const appConfig: ApplicationConfig = {
  providers: [
    // other providers
    {
      provide: TraceService,
      deps: [Router],
    },
    {
      provide: APP_INITIALIZER,
      useFactory: () =&gt; () =&gt; {},
      deps: [TraceService],
      multi: true,
    },
  ],
};
<p>// Angular 19
export const appConfig: ApplicationConfig = {
providers: [
// other providers
{
provide: TraceService,
deps: [Router],
},
provideAppInitializer(() =&gt; {
inject(TraceService);
}),
],
};
</code></pre></p>
</li>
<li>
<p><strong>feat(core): Deprecate <code>debugIntegration</code> and
<code>sessionTimingIntegration</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/14363">#14363</a>)</strong></p>
<p>The <code>debugIntegration</code> was deprecated and will be removed
in the next major version of the SDK.
To log outgoing events, use <a
href="https://docs.sentry.io/platforms/javascript/configuration/options/#hooks">Hook
Options</a> (<code>beforeSend</code>,
<code>beforeSendTransaction</code>, ...).</p>
<p>The <code>sessionTimingIntegration</code> was deprecated and will be
removed in the next major version of the SDK.
To capture session durations alongside events, use <a
href="https://docs.sentry.io/platforms/javascript/enriching-events/context/">Context</a>
(<code>Sentry.setContext()</code>).</p>
</li>
<li>
<p><strong>feat(nestjs): Deprecate <code>@WithSentry</code> in favor of
<code>@SentryExceptionCaptured</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/14323">#14323</a>)</strong></p>
</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/profiling-node</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.40.0</h2>
<h3>Important Changes</h3>
<ul>
<li>
<p><strong>feat(angular): Support Angular 19 (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/14398">#14398</a>)</strong></p>
<p>The <code>@sentry/angular</code> SDK can now be used with Angular 19.
If you're upgrading to the new Angular version, you might want to
migrate from the now deprecated <code>APP_INITIALIZER</code> token to
<code>provideAppInitializer</code>.
In this case, change the Sentry <code>TraceService</code> initialization
in <code>app.config.ts</code>:</p>
<pre lang="ts"><code>// Angular 18
export const appConfig: ApplicationConfig = {
  providers: [
    // other providers
    {
      provide: TraceService,
      deps: [Router],
    },
    {
      provide: APP_INITIALIZER,
      useFactory: () =&gt; () =&gt; {},
      deps: [TraceService],
      multi: true,
    },
  ],
};
<p>// Angular 19
export const appConfig: ApplicationConfig = {
providers: [
// other providers
{
provide: TraceService,
deps: [Router],
},
provideAppInitializer(() =&gt; {
inject(TraceService);
}),
],
};
</code></pre></p>
</li>
<li>
<p><strong>feat(core): Deprecate <code>debugIntegration</code> and
<code>sessionTimingIntegration</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/14363">#14363</a>)</strong></p>
<p>The <code>debugIntegration</code> was deprecated and will be removed
in the next major version of the SDK.
To log outgoing events, use <a
href="https://docs.sentry.io/platforms/javascript/configuration/options/#hooks">Hook
Options</a> (<code>beforeSend</code>,
<code>beforeSendTransaction</code>, ...).</p>
<p>The <code>sessionTimingIntegration</code> was deprecated and will be
removed in the next major version of the SDK.
To capture session durations alongside events, use <a
href="https://docs.sentry.io/platforms/javascript/enriching-events/context/">Context</a>
(<code>Sentry.setContext()</code>).</p>
</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/7ff467ca6ddd3ac901afb55c1742e586356d109e"><code>7ff467c</code></a>
release: 8.40.0</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/87a90a32d2b901693463be0e1f4a7f26b7f800f5"><code>87a90a3</code></a>
Merge pull request <a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/14425">#14425</a>
from getsentry/prepare-release/8.40.0</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/5841854712f843254ad0c5c3c57f82e630f5bdbb"><code>5841854</code></a>
meta(changelog): Update changelog for 8.40.0</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/d140ae66b662d8531b8e700a8c2ad198b66cf5fd"><code>d140ae6</code></a>
Merge remote-tracking branch 'origin/master' into
prepare-release/8.40.0</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/90f958fe8c5b5cae33e8e68c33c1cfff004b44c8"><code>90f958f</code></a>
ci: Skip optional E2E tests on release branches (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/14424">#14424</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/6535500ec7247ce27ceba2a9cbae35b26e57fb03"><code>6535500</code></a>
feat(replay): Clear event buffer when full and in buffer mode (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/14078">#14078</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/85daf9015a8e49761a27d3521706dc5742b58f15"><code>85daf90</code></a>
fix(feedback): Fix non-wrapping form title (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/14355">#14355</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/ec701fdc3ca7352a3e76981481922469a6ca5dd2"><code>ec701fd</code></a>
Merge pull request <a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/14412">#14412</a>
from getsentry/develop</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/138417b912a089d45fdf6b37e415041650e50df4"><code>138417b</code></a>
test(feedback): Fixes lazy loaded feedback bundles (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/14410">#14410</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/c1ccdf3ec89d90eae10c3b03a3be2de963725606"><code>c1ccdf3</code></a>
Merge pull request <a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/14408">#14408</a>
from getsentry/prepare-release/8.40.0</li>
<li>Additional commits viewable in <a
href="https://github.com/getsentry/sentry-javascript/compare/8.39.0...8.40.0">compare
view</a></li>
</ul>
</details>
<br />


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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</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 Nov 25, 2024
1 parent 8b8e573 commit d005c63
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 95 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"@nestjs/config": "^3.3.0",
"@nestjs/core": "^10.4.9",
"@nestjs/cqrs": "^10.2.8",
"@sentry/cli": "^2.38.2",
"@sentry/node": "^8.39.0",
"@sentry/profiling-node": "^8.39.0",
"@sentry/cli": "^2.39.0",
"@sentry/node": "^8.40.0",
"@sentry/profiling-node": "^8.40.0",
"cache-manager": "^5.7.6",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
Expand Down
Loading

0 comments on commit d005c63

Please sign in to comment.