meta(changelog): Update changelog for 9.4.0 - #15585

Merged
lforst merged 29 commits into
masterfrom
prepare-release/9.4.0
Mar 5, 2025
Merged

meta(changelog): Update changelog for 9.4.0#15585
lforst merged 29 commits into
masterfrom
prepare-release/9.4.0

Conversation

@lforst

Copy link
Copy Markdown
Contributor

No description provided.

github-actionsBotand others added 29 commits February 28, 2025 14:12
[Gitflow] Merge master into develop
Objects that are created from an Object with a null prototype were not
correctly handled before. `Object.getPrototypeOf` of such objects does
not return `null` directly but also do not have a constructor.
This fix guards against these cases.
Closes: #15538
fixes#15558
The Node SDK init options allow for `transport` to be set as
`undefined`, but this breaks because of an error `TypeError:
options.transport is not a function`.
You can see a reproduction of this here:
https://stackblitz.com/edit/stackblitz-starters-phh3lfmy?file=index.ts
To fix this, we make sure we use `makeNodeTransport` if
`options.transport` is set to `undefined`.
… used in Cloudflare Pages (#15557)
We need to call `@sentry/cloudflare`'s
`setAsyncLocalStorageAsyncContextStrategy` function as otherwise, we
don't get working request isolation.
This patch exports `setAsyncLocalStorageAsyncContextStrategy` from
`@sentry/cloudflare` so that we can call it in the `initCloudflareSentryHandle`
function.
…pendency (#15554)
Redeclare the `@cloudflare/workers-types` package as an
optional peer dependency rather than an optional dependency. With other
SDKs now depending on `@sentry/cloudflare`, we'd pull in the type
package into non-cloudflare projects. (more details:
#15536 (comment)).
Bumps [@sentry/cli](https://github.com/getsentry/sentry-cli) from 2.41.1
to 2.42.2.
<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.42.2</h2>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>fix(sourcemaps): Exclude skipped files from bundle file count (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2397">#2397</a>)
by <a
href="https://github.com/a-hariti"><code>@​a-hariti</code></a></li>
<li>fix: warn about missing SENTRY_RELEASE when it's set to empty string
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2394">#2394</a>)
by <a
href="https://github.com/a-hariti"><code>@​a-hariti</code></a></li>
<li>build(node): Bump <code>semver@5.*</code> dependencies (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2399">#2399</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>semver@6.*</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2400">#2400</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>semver@^7.*</code> dependencies (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2398">#2398</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>cross-spawn@7.0.X</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2396">#2396</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>cross-spawn@^6.0.5</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2395">#2395</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Release Docker image to GHCR (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2393">#2393</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Fix caching (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2391">#2391</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
</ul>
<h2>2.42.1</h2>
<p>This release is a re-release of 2.42.0. There are no code changes to
the CLI. We are performing this re-release because 2.42.0 failed to
publish to Docker Hub.</p>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>ci(docker): Don't publish to GHCR via Craft (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2392">#2392</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
</ul>
<h2>2.42.0</h2>
<p>With this release, we now build and publish multi-architecture (arm64
and aarch64) Docker images for Sentry CLI.</p>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>feat: Only warn for token org mismatch (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2382">#2382</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>feat: Improve custom panic hook (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2355">#2355</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a>
<ul>
<li>We now have better error messages when there is an internal error in
Sentry CLI.</li>
</ul>
</li>
<li>feat: Deprecate <code>--use-artifact-bundle</code> option (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2349">#2349</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>feat: Deprecate <code>useArtifactBundle</code> JS option (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2348">#2348</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>fix(update): Properly handle errors when getting latest CLI version
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2370">#2370</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>ci(docker): Add Craft targets for <code>docker</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2390">#2390</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Enable caching of Docker builds (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2389">#2389</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Remove invalid argument (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2388">#2388</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Build each architecture natively (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2387">#2387</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(docker): Build Docker image on host architecture (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2386">#2386</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build: Use hash instead of branch in GHCR tag (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2384">#2384</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build: Build Docker image in CI and publish to GHCR (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2383">#2383</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci: Pin Actions runners' OS versions (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2353">#2353</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>meta: Update LICENSE (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2380">#2380</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build: Update <code>url</code> crate (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2379">#2379</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>docs: Explain why lint is disabled (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2371">#2371</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(sourcemaps): Fix <code>unnecessary_wraps</code> for
<code>add_debug_id_references</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2369">#2369</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(sourcemaps): Fix <code>unnecessary_wraps</code> for
<code>add_sourcemap_references</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2368">#2368</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(sourcemaps): Fix <code>unnecessary_wraps</code> lint for
<code>SourceMapsProcessor::add</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2367">#2367</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(sourcemaps): Make <code>lookup_pos</code> not return
<code>Option</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2366">#2366</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></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.42.2</h2>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>fix(sourcemaps): Exclude skipped files from bundle file count (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2397">#2397</a>)
by <a
href="https://github.com/a-hariti"><code>@​a-hariti</code></a></li>
<li>fix: warn about missing SENTRY_RELEASE when it's set to empty string
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2394">#2394</a>)
by <a
href="https://github.com/a-hariti"><code>@​a-hariti</code></a></li>
<li>build(node): Bump <code>semver@5.*</code> dependencies (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2399">#2399</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>semver@6.*</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2400">#2400</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>semver@^7.*</code> dependencies (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2398">#2398</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>cross-spawn@7.0.X</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2396">#2396</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>cross-spawn@^6.0.5</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2395">#2395</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Release Docker image to GHCR (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2393">#2393</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Fix caching (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2391">#2391</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
</ul>
<h2>2.42.1</h2>
<p>This release is a re-release of 2.42.0. There are no code changes to
the CLI. We are performing this re-release because 2.42.0 failed to
publish to Docker Hub.</p>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>ci(docker): Don't publish to GHCR via Craft (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2392">#2392</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
</ul>
<h2>2.42.0</h2>
<p>With this release, we now build and publish multi-architecture (arm64
and aarch64) Docker images for Sentry CLI.</p>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>feat: Only warn for token org mismatch (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2382">#2382</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>feat: Improve custom panic hook (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2355">#2355</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a>
<ul>
<li>We now have better error messages when there is an internal error in
Sentry CLI.</li>
</ul>
</li>
<li>feat: Deprecate <code>--use-artifact-bundle</code> option (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2349">#2349</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>feat: Deprecate <code>useArtifactBundle</code> JS option (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2348">#2348</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>fix(update): Properly handle errors when getting latest CLI version
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2370">#2370</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>ci(docker): Add Craft targets for <code>docker</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2390">#2390</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Enable caching of Docker builds (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2389">#2389</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Remove invalid argument (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2388">#2388</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Build each architecture natively (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2387">#2387</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(docker): Build Docker image on host architecture (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2386">#2386</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build: Use hash instead of branch in GHCR tag (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2384">#2384</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build: Build Docker image in CI and publish to GHCR (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2383">#2383</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci: Pin Actions runners' OS versions (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2353">#2353</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>meta: Update LICENSE (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2380">#2380</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build: Update <code>url</code> crate (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2379">#2379</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>docs: Explain why lint is disabled (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2371">#2371</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(sourcemaps): Fix <code>unnecessary_wraps</code> for
<code>add_debug_id_references</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2369">#2369</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></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/c04d60115532a40839271556d8a332768d210a6c"><code>c04d601</code></a>
release: 2.42.2</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/dfc6dd6ce8c43b70a75db7941adae2c2efb07bf7"><code>dfc6dd6</code></a>
fix(sourcemaps): Exclude skipped files from bundle file count (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2397">#2397</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/c7919f5a012150ce0206f220920c8599ca4010aa"><code>c7919f5</code></a>
fix: warn about missing SENTRY_RELEASE when it's set to empty string (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2394">#2394</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/f204b681f301fcf71047be187046ebf6a4034afa"><code>f204b68</code></a>
build(node): Bump <code>semver@5.*</code> dependencies (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2399">#2399</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/e0187b13fb3c6c49b4ecfc41e21b0cc2031c2ee1"><code>e0187b1</code></a>
build(node): Bump <code>semver@6.*</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2400">#2400</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/5e04d27a3b6241b12e63d902eacc6a8b4396299f"><code>5e04d27</code></a>
build(node): Bump <code>semver@^7.*</code> dependencies (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2398">#2398</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/82dad189580d247866206940391f31300ba8700a"><code>82dad18</code></a>
build(node): Bump <code>cross-spawn@7.0.X</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2396">#2396</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/2ec0c30ca48dfc48920ff0b604d2c0589573a72a"><code>2ec0c30</code></a>
build(node): Bump <code>cross-spawn@^6.0.5</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2395">#2395</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/5824695e88db18df75a04248ded121f3c8333137"><code>5824695</code></a>
ci(docker): Release Docker image to GHCR (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2393">#2393</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/6c108fb6aa5fbc35c5de7f34b0e66c6de48583e5"><code>6c108fb</code></a>
ci(docker): Fix caching (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2391">#2391</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/getsentry/sentry-cli/compare/2.41.1...2.42.2">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sentry/cli&package-manager=npm_and_yarn&previous-version=2.41.1&new-version=2.42.2)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…15564)
This patch hard-pins `@cloudflare/workers-types` to `4.20240725.0`, which was close to the version we installed before (`4.20240722.0`) and still satisfies the same minimum devDep version.
Bumps
[@sentry/webpack-plugin](https://github.com/getsentry/sentry-javascript-bundler-plugins)
from 3.1.2 to 3.2.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/releases"><code>@​sentry/webpack-plugin</code>'s
releases</a>.</em></p>
<blockquote>
<h2>3.2.1</h2>
<ul>
<li>deps: Bump <code>@​sentry/cli</code> to 2.42.2 (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/685">#685</a>)</li>
</ul>
<h2>3.2.0</h2>
<ul>
<li>feat(core): Accept and await a promise in
<code>sourcemaps.filesToDeleteAfterUpload</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/677">#677</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md"><code>@​sentry/webpack-plugin</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>3.2.1</h2>
<ul>
<li>deps: Bump <code>@​sentry/cli</code> to 2.42.2 (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/685">#685</a>)</li>
</ul>
<h2>3.2.0</h2>
<ul>
<li>feat(core): Accept and await a promise in
<code>sourcemaps.filesToDeleteAfterUpload</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/677">#677</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/4c79586f5a6092a9f36041e4b5ea5438a3886759"><code>4c79586</code></a>
release: 3.2.1</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/0968db9da0eab9408dfc4eaea129a81ee14a16b7"><code>0968db9</code></a>
deps: Bump <code>@sentry/cli</code> to <code>2.42.2</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/685">#685</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/c72d4dfbbdd907c74aa85b0fc8838a90cf828447"><code>c72d4df</code></a>
docs: Add react component name to readme feature list (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/684">#684</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/ac96af1ca4fd045f846067769b3cc4e21058c810"><code>ac96af1</code></a>
Merge branch 'release/3.2.0'</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/9ce301a018a577093c9758dca409f7204938c278"><code>9ce301a</code></a>
release: 3.2.0</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/a65087806e84ea683408a87f2c67a263b24ebb63"><code>a650878</code></a>
meta: Update changelog for 3.2.0 (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/678">#678</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/425501238b0d08f5404d2c5b71e711a78a16cdc5"><code>4255012</code></a>
feat(core): Accept and await a promise in
`sourcemaps.filesToDeleteAfterUploa...</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/7e71b59e4b915a1f576213b525c290a9ba0659ea"><code>7e71b59</code></a>
Merge branch 'release/3.1.2'</li>
<li>See full diff in <a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/3.1.2...3.2.1">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sentry/webpack-plugin&package-manager=npm_and_yarn&previous-version=3.1.2&new-version=3.2.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add a more general version support policy that does not need to be
updated on every major release.
- Ref #11084
`constructWebpackConfig.test.ts` still has test failures. The mocks
don't appear to be working or other strange behaviour.
---------
Co-authored-by: Charly Gomez <charly.gomez@sentry.io>
…ges/e2e-tests/test-applications/sveltekit-2.5.0-twp (#15571)
Bumps
[@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit)
from 2.5.0 to 2.8.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sveltejs/kit/releases"><code>@​sveltejs/kit</code>'s
releases</a>.</em></p>
<blockquote>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.8.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: ensure error messages are escaped (<a
href="https://redirect.github.com/sveltejs/kit/pull/13050">#13050</a>)</p>
</li>
<li>
<p>fix: escape values included in dev 404 page (<a
href="https://redirect.github.com/sveltejs/kit/pull/13039">#13039</a>)</p>
</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.8.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: prevent duplicate fetch request when using Request with load
function's fetch (<a
href="https://redirect.github.com/sveltejs/kit/pull/13023">#13023</a>)</p>
</li>
<li>
<p>fix: do not override default cookie decoder to allow users to
override the <code>cookie</code> library version (<a
href="https://redirect.github.com/sveltejs/kit/pull/13037">#13037</a>)</p>
</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.8.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: only add nonce to <code>script-src-elem</code>,
<code>style-src-attr</code> and <code>style-src-elem</code> CSP
directives when <code>unsafe-inline</code> is not present (<a
href="https://redirect.github.com/sveltejs/kit/pull/11613">#11613</a>)</p>
</li>
<li>
<p>fix: support HTTP/2 in dev and production. Revert the changes from <a
href="https://redirect.github.com/sveltejs/kit/pull/12907">#12907</a> to
downgrade HTTP/2 to TLS as now being unnecessary (<a
href="https://redirect.github.com/sveltejs/kit/pull/12989">#12989</a>)</p>
</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.8.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>feat: add helper to identify <code>ActionFailure</code> objects (<a
href="https://redirect.github.com/sveltejs/kit/pull/12878">#12878</a>)</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.7.7</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: update link in JSDoc (<a
href="https://redirect.github.com/sveltejs/kit/pull/12963">#12963</a>)</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.7.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: update broken links in JSDoc (<a
href="https://redirect.github.com/sveltejs/kit/pull/12960">#12960</a>)</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.7.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: warn on invalid cookie name characters (<a
href="https://redirect.github.com/sveltejs/kit/pull/12806">#12806</a>)</p>
</li>
<li>
<p>fix: when using <code>@vitejs/plugin-basic-ssl</code>, set a no-op
proxy config to downgrade from HTTP/2 to TLS since <code>undici</code>
does not yet enable HTTP/2 by default (<a
href="https://redirect.github.com/sveltejs/kit/pull/12907">#12907</a>)</p>
</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.7.4</h2>
<h3>Patch Changes</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md"><code>@​sveltejs/kit</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>2.8.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: ensure error messages are escaped (<a
href="https://redirect.github.com/sveltejs/kit/pull/13050">#13050</a>)</p>
</li>
<li>
<p>fix: escape values included in dev 404 page (<a
href="https://redirect.github.com/sveltejs/kit/pull/13039">#13039</a>)</p>
</li>
</ul>
<h2>2.8.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: prevent duplicate fetch request when using Request with load
function's fetch (<a
href="https://redirect.github.com/sveltejs/kit/pull/13023">#13023</a>)</p>
</li>
<li>
<p>fix: do not override default cookie decoder to allow users to
override the <code>cookie</code> library version (<a
href="https://redirect.github.com/sveltejs/kit/pull/13037">#13037</a>)</p>
</li>
</ul>
<h2>2.8.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: only add nonce to <code>script-src-elem</code>,
<code>style-src-attr</code> and <code>style-src-elem</code> CSP
directives when <code>unsafe-inline</code> is not present (<a
href="https://redirect.github.com/sveltejs/kit/pull/11613">#11613</a>)</p>
</li>
<li>
<p>fix: support HTTP/2 in dev and production. Revert the changes from <a
href="https://redirect.github.com/sveltejs/kit/pull/12907">#12907</a> to
downgrade HTTP/2 to TLS as now being unnecessary (<a
href="https://redirect.github.com/sveltejs/kit/pull/12989">#12989</a>)</p>
</li>
</ul>
<h2>2.8.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>feat: add helper to identify <code>ActionFailure</code> objects (<a
href="https://redirect.github.com/sveltejs/kit/pull/12878">#12878</a>)</li>
</ul>
<h2>2.7.7</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: update link in JSDoc (<a
href="https://redirect.github.com/sveltejs/kit/pull/12963">#12963</a>)</li>
</ul>
<h2>2.7.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: update broken links in JSDoc (<a
href="https://redirect.github.com/sveltejs/kit/pull/12960">#12960</a>)</li>
</ul>
<h2>2.7.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: warn on invalid cookie name characters (<a
href="https://redirect.github.com/sveltejs/kit/pull/12806">#12806</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sveltejs/kit/commit/429bfb74fe823ea13a5fa0547dcf4cd6bb358a93"><code>429bfb7</code></a>
Version Packages (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13049">#13049</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/134e36343ef57ed7e6e2b3bb9e7f05ad37865794"><code>134e363</code></a>
fix: ensure error messages are escaped (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13050">#13050</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/d338d4635a7fd947ba5112df6ee632c4a0979438"><code>d338d46</code></a>
fix: escape values included in dev 404 page (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13039">#13039</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/5f8399d88fd9461a6111e03e6168067fba42e2c1"><code>5f8399d</code></a>
Version Packages (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13024">#13024</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/1358cccd52190df3c74bdd8970dbfb06ffc4ec72"><code>1358ccc</code></a>
fix: use default cookie decoder (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13037">#13037</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/570562b74d9e9f295d9b617478088a650f51e96b"><code>570562b</code></a>
fix: handle empty Headers when serialising Request passed to fetch (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13023">#13023</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/435984bf61b047d1e1a8efe88354ca7ac4e9109f"><code>435984b</code></a>
Version Packages (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/12992">#12992</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/0bd4426944ce9995b86199900e39c8d3929fa2f2"><code>0bd4426</code></a>
fix: support custom servers using HTTP/2 in production (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/12989">#12989</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/6df00fc8448bf72c91e8f6faee0605995b0fdd65"><code>6df00fc</code></a>
fix: csp nonce in <code>script-src-elem</code>,
<code>style-src-attr</code> and <code>style-src-elem</code> wh...</li>
<li><a
href="https://github.com/sveltejs/kit/commit/c717db91236c7ab15045b296c73201c6c6ecd6fa"><code>c717db9</code></a>
chore: update playground and add an endpoint (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/12983">#12983</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/sveltejs/kit/commits/@sveltejs/kit@2.8.3/packages/kit">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sveltejs/kit&package-manager=npm_and_yarn&previous-version=2.5.0&new-version=2.8.3)](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/getsentry/sentry-javascript/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This should help reduce the memory pressure of the SDK as we don't store
the entire request in memory anymore.
Continuation of
https://github.com/getsentry/sentry-javascript/pull/15424/files
---------
Co-authored-by: Catherine Lee <55311782+c298lee@users.noreply.github.com>
Co-authored-by: Billy Vong <billyvg@users.noreply.github.com>
@lforst
lforst requested a review from a team as a code ownerMarch 5, 2025 09:07
@github-actions

Copy link
Copy Markdown
Contributor

size-limit report 📦

PathSize% ChangeChange
@sentry/browser23.13 KBaddedadded
@sentry/browser - with treeshaking flags22.92 KBaddedadded
@sentry/browser (incl. Tracing)36.2 KBaddedadded
@sentry/browser (incl. Tracing, Replay)73.38 KBaddedadded
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags66.79 KBaddedadded
@sentry/browser (incl. Tracing, Replay with Canvas)77.99 KBaddedadded
@sentry/browser (incl. Tracing, Replay, Feedback)89.91 KBaddedadded
@sentry/browser (incl. Feedback)39.66 KBaddedadded
@sentry/browser (incl. sendFeedback)27.76 KBaddedadded
@sentry/browser (incl. FeedbackAsync)32.54 KBaddedadded
@sentry/react24.95 KBaddedadded
@sentry/react (incl. Tracing)38.08 KBaddedadded
@sentry/vue27.38 KBaddedadded
@sentry/vue (incl. Tracing)37.89 KBaddedadded
@sentry/svelte23.17 KBaddedadded
CDN Bundle24.34 KBaddedadded
CDN Bundle (incl. Tracing)36.24 KBaddedadded
CDN Bundle (incl. Tracing, Replay)71.25 KBaddedadded
CDN Bundle (incl. Tracing, Replay, Feedback)76.41 KBaddedadded
CDN Bundle - uncompressed71.12 KBaddedadded
CDN Bundle (incl. Tracing) - uncompressed107.51 KBaddedadded
CDN Bundle (incl. Tracing, Replay) - uncompressed218.78 KBaddedadded
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed231.31 KBaddedadded
@sentry/nextjs (client)39.25 KBaddedadded
@sentry/sveltekit (client)36.61 KBaddedadded
@sentry/node142.14 KBaddedadded
@sentry/node - without tracing95.57 KBaddedadded
@sentry/aws-serverless119.92 KBaddedadded

@lforst
lforst merged commit aef0a23 into masterMar 5, 2025
@lforst
lforst deleted the prepare-release/9.4.0 branch March 5, 2025 09:25
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@lforst@chargome@andreiborza@AbhiPrasad@timfish@Lms24@s1gr1d@ryan953
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Add copy buttons to all
 blocks\n(function() {\n function addCopyButtons() {\n document.querySelectorAll('pre code').forEach(function(codeBlock) {\n if (codeBlock.parentElement.hasAttribute('data-copy-added')) return;\n codeBlock.parentElement.setAttribute('data-copy-added', 'true');\n \n var btn = document.createElement('button');\n btn.textContent = 'Copy';\n btn.style.cssText = 'position:absolute;top:4px;right:4px;padding:2px 8px;font-size:11px;background:#4ecdc4;border:none;border-radius:4px;color:#1a1a2e;cursor:pointer;opacity:0.7;transition:opacity 0.2s;';\n btn.onmouseover = function() { this.style.opacity = '1'; };\n btn.onmouseout = function() { this.style.opacity = '0.7'; };\n btn.onclick = function() {\n navigator.clipboard.writeText(codeBlock.textContent).then(function() {\n btn.textContent = 'Copied!';\n setTimeout(function() { btn.textContent = 'Copy'; }, 1500);\n });\n };\n codeBlock.parentElement.style.position = 'relative';\n codeBlock.parentElement.appendChild(btn);\n });\n }\n \n addCopyButtons();\n \n // Re-run on dynamic content\n var observer = new MutationObserver(addCopyButtons);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Add Copy Buttons to Code Blocks");
}
} catch(__e) { console.warn('[Userscript:Add Copy Buttons to Code Blocks]', __e); }
})();
(function(){
try {
var __m = "github.com";
var __re = new RegExp('^' + "github\\.com" + '
Skip to content

meta(changelog): Update changelog for 9.4.0 - #15585

Merged
lforst merged 29 commits into
masterfrom
prepare-release/9.4.0
Mar 5, 2025
Merged

meta(changelog): Update changelog for 9.4.0#15585
lforst merged 29 commits into
masterfrom
prepare-release/9.4.0

Conversation

@lforst

Copy link
Copy Markdown
Contributor

No description provided.

github-actionsBotand others added 29 commits February 28, 2025 14:12
[Gitflow] Merge master into develop
Objects that are created from an Object with a null prototype were not
correctly handled before. `Object.getPrototypeOf` of such objects does
not return `null` directly but also do not have a constructor.
This fix guards against these cases.
Closes: #15538
fixes#15558
The Node SDK init options allow for `transport` to be set as
`undefined`, but this breaks because of an error `TypeError:
options.transport is not a function`.
You can see a reproduction of this here:
https://stackblitz.com/edit/stackblitz-starters-phh3lfmy?file=index.ts
To fix this, we make sure we use `makeNodeTransport` if
`options.transport` is set to `undefined`.
… used in Cloudflare Pages (#15557)
We need to call `@sentry/cloudflare`'s
`setAsyncLocalStorageAsyncContextStrategy` function as otherwise, we
don't get working request isolation.
This patch exports `setAsyncLocalStorageAsyncContextStrategy` from
`@sentry/cloudflare` so that we can call it in the `initCloudflareSentryHandle`
function.
…pendency (#15554)
Redeclare the `@cloudflare/workers-types` package as an
optional peer dependency rather than an optional dependency. With other
SDKs now depending on `@sentry/cloudflare`, we'd pull in the type
package into non-cloudflare projects. (more details:
#15536 (comment)).
Bumps [@sentry/cli](https://github.com/getsentry/sentry-cli) from 2.41.1
to 2.42.2.
<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.42.2</h2>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>fix(sourcemaps): Exclude skipped files from bundle file count (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2397">#2397</a>)
by <a
href="https://github.com/a-hariti"><code>@​a-hariti</code></a></li>
<li>fix: warn about missing SENTRY_RELEASE when it's set to empty string
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2394">#2394</a>)
by <a
href="https://github.com/a-hariti"><code>@​a-hariti</code></a></li>
<li>build(node): Bump <code>semver@5.*</code> dependencies (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2399">#2399</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>semver@6.*</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2400">#2400</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>semver@^7.*</code> dependencies (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2398">#2398</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>cross-spawn@7.0.X</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2396">#2396</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>cross-spawn@^6.0.5</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2395">#2395</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Release Docker image to GHCR (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2393">#2393</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Fix caching (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2391">#2391</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
</ul>
<h2>2.42.1</h2>
<p>This release is a re-release of 2.42.0. There are no code changes to
the CLI. We are performing this re-release because 2.42.0 failed to
publish to Docker Hub.</p>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>ci(docker): Don't publish to GHCR via Craft (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2392">#2392</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
</ul>
<h2>2.42.0</h2>
<p>With this release, we now build and publish multi-architecture (arm64
and aarch64) Docker images for Sentry CLI.</p>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>feat: Only warn for token org mismatch (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2382">#2382</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>feat: Improve custom panic hook (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2355">#2355</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a>
<ul>
<li>We now have better error messages when there is an internal error in
Sentry CLI.</li>
</ul>
</li>
<li>feat: Deprecate <code>--use-artifact-bundle</code> option (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2349">#2349</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>feat: Deprecate <code>useArtifactBundle</code> JS option (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2348">#2348</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>fix(update): Properly handle errors when getting latest CLI version
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2370">#2370</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>ci(docker): Add Craft targets for <code>docker</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2390">#2390</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Enable caching of Docker builds (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2389">#2389</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Remove invalid argument (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2388">#2388</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Build each architecture natively (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2387">#2387</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(docker): Build Docker image on host architecture (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2386">#2386</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build: Use hash instead of branch in GHCR tag (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2384">#2384</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build: Build Docker image in CI and publish to GHCR (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2383">#2383</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci: Pin Actions runners' OS versions (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2353">#2353</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>meta: Update LICENSE (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2380">#2380</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build: Update <code>url</code> crate (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2379">#2379</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>docs: Explain why lint is disabled (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2371">#2371</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(sourcemaps): Fix <code>unnecessary_wraps</code> for
<code>add_debug_id_references</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2369">#2369</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(sourcemaps): Fix <code>unnecessary_wraps</code> for
<code>add_sourcemap_references</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2368">#2368</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(sourcemaps): Fix <code>unnecessary_wraps</code> lint for
<code>SourceMapsProcessor::add</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2367">#2367</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(sourcemaps): Make <code>lookup_pos</code> not return
<code>Option</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2366">#2366</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></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.42.2</h2>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>fix(sourcemaps): Exclude skipped files from bundle file count (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2397">#2397</a>)
by <a
href="https://github.com/a-hariti"><code>@​a-hariti</code></a></li>
<li>fix: warn about missing SENTRY_RELEASE when it's set to empty string
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2394">#2394</a>)
by <a
href="https://github.com/a-hariti"><code>@​a-hariti</code></a></li>
<li>build(node): Bump <code>semver@5.*</code> dependencies (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2399">#2399</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>semver@6.*</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2400">#2400</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>semver@^7.*</code> dependencies (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2398">#2398</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>cross-spawn@7.0.X</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2396">#2396</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>cross-spawn@^6.0.5</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2395">#2395</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Release Docker image to GHCR (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2393">#2393</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Fix caching (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2391">#2391</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
</ul>
<h2>2.42.1</h2>
<p>This release is a re-release of 2.42.0. There are no code changes to
the CLI. We are performing this re-release because 2.42.0 failed to
publish to Docker Hub.</p>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>ci(docker): Don't publish to GHCR via Craft (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2392">#2392</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
</ul>
<h2>2.42.0</h2>
<p>With this release, we now build and publish multi-architecture (arm64
and aarch64) Docker images for Sentry CLI.</p>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>feat: Only warn for token org mismatch (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2382">#2382</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>feat: Improve custom panic hook (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2355">#2355</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a>
<ul>
<li>We now have better error messages when there is an internal error in
Sentry CLI.</li>
</ul>
</li>
<li>feat: Deprecate <code>--use-artifact-bundle</code> option (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2349">#2349</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>feat: Deprecate <code>useArtifactBundle</code> JS option (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2348">#2348</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>fix(update): Properly handle errors when getting latest CLI version
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2370">#2370</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>ci(docker): Add Craft targets for <code>docker</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2390">#2390</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Enable caching of Docker builds (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2389">#2389</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Remove invalid argument (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2388">#2388</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Build each architecture natively (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2387">#2387</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(docker): Build Docker image on host architecture (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2386">#2386</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build: Use hash instead of branch in GHCR tag (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2384">#2384</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build: Build Docker image in CI and publish to GHCR (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2383">#2383</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci: Pin Actions runners' OS versions (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2353">#2353</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>meta: Update LICENSE (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2380">#2380</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build: Update <code>url</code> crate (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2379">#2379</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>docs: Explain why lint is disabled (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2371">#2371</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(sourcemaps): Fix <code>unnecessary_wraps</code> for
<code>add_debug_id_references</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2369">#2369</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></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/c04d60115532a40839271556d8a332768d210a6c"><code>c04d601</code></a>
release: 2.42.2</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/dfc6dd6ce8c43b70a75db7941adae2c2efb07bf7"><code>dfc6dd6</code></a>
fix(sourcemaps): Exclude skipped files from bundle file count (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2397">#2397</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/c7919f5a012150ce0206f220920c8599ca4010aa"><code>c7919f5</code></a>
fix: warn about missing SENTRY_RELEASE when it's set to empty string (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2394">#2394</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/f204b681f301fcf71047be187046ebf6a4034afa"><code>f204b68</code></a>
build(node): Bump <code>semver@5.*</code> dependencies (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2399">#2399</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/e0187b13fb3c6c49b4ecfc41e21b0cc2031c2ee1"><code>e0187b1</code></a>
build(node): Bump <code>semver@6.*</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2400">#2400</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/5e04d27a3b6241b12e63d902eacc6a8b4396299f"><code>5e04d27</code></a>
build(node): Bump <code>semver@^7.*</code> dependencies (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2398">#2398</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/82dad189580d247866206940391f31300ba8700a"><code>82dad18</code></a>
build(node): Bump <code>cross-spawn@7.0.X</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2396">#2396</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/2ec0c30ca48dfc48920ff0b604d2c0589573a72a"><code>2ec0c30</code></a>
build(node): Bump <code>cross-spawn@^6.0.5</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2395">#2395</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/5824695e88db18df75a04248ded121f3c8333137"><code>5824695</code></a>
ci(docker): Release Docker image to GHCR (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2393">#2393</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/6c108fb6aa5fbc35c5de7f34b0e66c6de48583e5"><code>6c108fb</code></a>
ci(docker): Fix caching (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2391">#2391</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/getsentry/sentry-cli/compare/2.41.1...2.42.2">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sentry/cli&package-manager=npm_and_yarn&previous-version=2.41.1&new-version=2.42.2)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…15564)
This patch hard-pins `@cloudflare/workers-types` to `4.20240725.0`, which was close to the version we installed before (`4.20240722.0`) and still satisfies the same minimum devDep version.
Bumps
[@sentry/webpack-plugin](https://github.com/getsentry/sentry-javascript-bundler-plugins)
from 3.1.2 to 3.2.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/releases"><code>@​sentry/webpack-plugin</code>'s
releases</a>.</em></p>
<blockquote>
<h2>3.2.1</h2>
<ul>
<li>deps: Bump <code>@​sentry/cli</code> to 2.42.2 (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/685">#685</a>)</li>
</ul>
<h2>3.2.0</h2>
<ul>
<li>feat(core): Accept and await a promise in
<code>sourcemaps.filesToDeleteAfterUpload</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/677">#677</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md"><code>@​sentry/webpack-plugin</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>3.2.1</h2>
<ul>
<li>deps: Bump <code>@​sentry/cli</code> to 2.42.2 (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/685">#685</a>)</li>
</ul>
<h2>3.2.0</h2>
<ul>
<li>feat(core): Accept and await a promise in
<code>sourcemaps.filesToDeleteAfterUpload</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/677">#677</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/4c79586f5a6092a9f36041e4b5ea5438a3886759"><code>4c79586</code></a>
release: 3.2.1</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/0968db9da0eab9408dfc4eaea129a81ee14a16b7"><code>0968db9</code></a>
deps: Bump <code>@sentry/cli</code> to <code>2.42.2</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/685">#685</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/c72d4dfbbdd907c74aa85b0fc8838a90cf828447"><code>c72d4df</code></a>
docs: Add react component name to readme feature list (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/684">#684</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/ac96af1ca4fd045f846067769b3cc4e21058c810"><code>ac96af1</code></a>
Merge branch 'release/3.2.0'</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/9ce301a018a577093c9758dca409f7204938c278"><code>9ce301a</code></a>
release: 3.2.0</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/a65087806e84ea683408a87f2c67a263b24ebb63"><code>a650878</code></a>
meta: Update changelog for 3.2.0 (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/678">#678</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/425501238b0d08f5404d2c5b71e711a78a16cdc5"><code>4255012</code></a>
feat(core): Accept and await a promise in
`sourcemaps.filesToDeleteAfterUploa...</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/7e71b59e4b915a1f576213b525c290a9ba0659ea"><code>7e71b59</code></a>
Merge branch 'release/3.1.2'</li>
<li>See full diff in <a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/3.1.2...3.2.1">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sentry/webpack-plugin&package-manager=npm_and_yarn&previous-version=3.1.2&new-version=3.2.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add a more general version support policy that does not need to be
updated on every major release.
- Ref #11084
`constructWebpackConfig.test.ts` still has test failures. The mocks
don't appear to be working or other strange behaviour.
---------
Co-authored-by: Charly Gomez <charly.gomez@sentry.io>
…ges/e2e-tests/test-applications/sveltekit-2.5.0-twp (#15571)
Bumps
[@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit)
from 2.5.0 to 2.8.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sveltejs/kit/releases"><code>@​sveltejs/kit</code>'s
releases</a>.</em></p>
<blockquote>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.8.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: ensure error messages are escaped (<a
href="https://redirect.github.com/sveltejs/kit/pull/13050">#13050</a>)</p>
</li>
<li>
<p>fix: escape values included in dev 404 page (<a
href="https://redirect.github.com/sveltejs/kit/pull/13039">#13039</a>)</p>
</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.8.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: prevent duplicate fetch request when using Request with load
function's fetch (<a
href="https://redirect.github.com/sveltejs/kit/pull/13023">#13023</a>)</p>
</li>
<li>
<p>fix: do not override default cookie decoder to allow users to
override the <code>cookie</code> library version (<a
href="https://redirect.github.com/sveltejs/kit/pull/13037">#13037</a>)</p>
</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.8.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: only add nonce to <code>script-src-elem</code>,
<code>style-src-attr</code> and <code>style-src-elem</code> CSP
directives when <code>unsafe-inline</code> is not present (<a
href="https://redirect.github.com/sveltejs/kit/pull/11613">#11613</a>)</p>
</li>
<li>
<p>fix: support HTTP/2 in dev and production. Revert the changes from <a
href="https://redirect.github.com/sveltejs/kit/pull/12907">#12907</a> to
downgrade HTTP/2 to TLS as now being unnecessary (<a
href="https://redirect.github.com/sveltejs/kit/pull/12989">#12989</a>)</p>
</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.8.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>feat: add helper to identify <code>ActionFailure</code> objects (<a
href="https://redirect.github.com/sveltejs/kit/pull/12878">#12878</a>)</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.7.7</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: update link in JSDoc (<a
href="https://redirect.github.com/sveltejs/kit/pull/12963">#12963</a>)</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.7.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: update broken links in JSDoc (<a
href="https://redirect.github.com/sveltejs/kit/pull/12960">#12960</a>)</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.7.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: warn on invalid cookie name characters (<a
href="https://redirect.github.com/sveltejs/kit/pull/12806">#12806</a>)</p>
</li>
<li>
<p>fix: when using <code>@vitejs/plugin-basic-ssl</code>, set a no-op
proxy config to downgrade from HTTP/2 to TLS since <code>undici</code>
does not yet enable HTTP/2 by default (<a
href="https://redirect.github.com/sveltejs/kit/pull/12907">#12907</a>)</p>
</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.7.4</h2>
<h3>Patch Changes</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md"><code>@​sveltejs/kit</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>2.8.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: ensure error messages are escaped (<a
href="https://redirect.github.com/sveltejs/kit/pull/13050">#13050</a>)</p>
</li>
<li>
<p>fix: escape values included in dev 404 page (<a
href="https://redirect.github.com/sveltejs/kit/pull/13039">#13039</a>)</p>
</li>
</ul>
<h2>2.8.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: prevent duplicate fetch request when using Request with load
function's fetch (<a
href="https://redirect.github.com/sveltejs/kit/pull/13023">#13023</a>)</p>
</li>
<li>
<p>fix: do not override default cookie decoder to allow users to
override the <code>cookie</code> library version (<a
href="https://redirect.github.com/sveltejs/kit/pull/13037">#13037</a>)</p>
</li>
</ul>
<h2>2.8.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: only add nonce to <code>script-src-elem</code>,
<code>style-src-attr</code> and <code>style-src-elem</code> CSP
directives when <code>unsafe-inline</code> is not present (<a
href="https://redirect.github.com/sveltejs/kit/pull/11613">#11613</a>)</p>
</li>
<li>
<p>fix: support HTTP/2 in dev and production. Revert the changes from <a
href="https://redirect.github.com/sveltejs/kit/pull/12907">#12907</a> to
downgrade HTTP/2 to TLS as now being unnecessary (<a
href="https://redirect.github.com/sveltejs/kit/pull/12989">#12989</a>)</p>
</li>
</ul>
<h2>2.8.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>feat: add helper to identify <code>ActionFailure</code> objects (<a
href="https://redirect.github.com/sveltejs/kit/pull/12878">#12878</a>)</li>
</ul>
<h2>2.7.7</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: update link in JSDoc (<a
href="https://redirect.github.com/sveltejs/kit/pull/12963">#12963</a>)</li>
</ul>
<h2>2.7.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: update broken links in JSDoc (<a
href="https://redirect.github.com/sveltejs/kit/pull/12960">#12960</a>)</li>
</ul>
<h2>2.7.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: warn on invalid cookie name characters (<a
href="https://redirect.github.com/sveltejs/kit/pull/12806">#12806</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sveltejs/kit/commit/429bfb74fe823ea13a5fa0547dcf4cd6bb358a93"><code>429bfb7</code></a>
Version Packages (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13049">#13049</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/134e36343ef57ed7e6e2b3bb9e7f05ad37865794"><code>134e363</code></a>
fix: ensure error messages are escaped (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13050">#13050</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/d338d4635a7fd947ba5112df6ee632c4a0979438"><code>d338d46</code></a>
fix: escape values included in dev 404 page (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13039">#13039</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/5f8399d88fd9461a6111e03e6168067fba42e2c1"><code>5f8399d</code></a>
Version Packages (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13024">#13024</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/1358cccd52190df3c74bdd8970dbfb06ffc4ec72"><code>1358ccc</code></a>
fix: use default cookie decoder (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13037">#13037</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/570562b74d9e9f295d9b617478088a650f51e96b"><code>570562b</code></a>
fix: handle empty Headers when serialising Request passed to fetch (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13023">#13023</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/435984bf61b047d1e1a8efe88354ca7ac4e9109f"><code>435984b</code></a>
Version Packages (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/12992">#12992</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/0bd4426944ce9995b86199900e39c8d3929fa2f2"><code>0bd4426</code></a>
fix: support custom servers using HTTP/2 in production (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/12989">#12989</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/6df00fc8448bf72c91e8f6faee0605995b0fdd65"><code>6df00fc</code></a>
fix: csp nonce in <code>script-src-elem</code>,
<code>style-src-attr</code> and <code>style-src-elem</code> wh...</li>
<li><a
href="https://github.com/sveltejs/kit/commit/c717db91236c7ab15045b296c73201c6c6ecd6fa"><code>c717db9</code></a>
chore: update playground and add an endpoint (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/12983">#12983</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/sveltejs/kit/commits/@sveltejs/kit@2.8.3/packages/kit">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sveltejs/kit&package-manager=npm_and_yarn&previous-version=2.5.0&new-version=2.8.3)](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/getsentry/sentry-javascript/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This should help reduce the memory pressure of the SDK as we don't store
the entire request in memory anymore.
Continuation of
https://github.com/getsentry/sentry-javascript/pull/15424/files
---------
Co-authored-by: Catherine Lee <55311782+c298lee@users.noreply.github.com>
Co-authored-by: Billy Vong <billyvg@users.noreply.github.com>
@lforst
lforst requested a review from a team as a code ownerMarch 5, 2025 09:07
@github-actions

Copy link
Copy Markdown
Contributor

size-limit report 📦

PathSize% ChangeChange
@sentry/browser23.13 KBaddedadded
@sentry/browser - with treeshaking flags22.92 KBaddedadded
@sentry/browser (incl. Tracing)36.2 KBaddedadded
@sentry/browser (incl. Tracing, Replay)73.38 KBaddedadded
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags66.79 KBaddedadded
@sentry/browser (incl. Tracing, Replay with Canvas)77.99 KBaddedadded
@sentry/browser (incl. Tracing, Replay, Feedback)89.91 KBaddedadded
@sentry/browser (incl. Feedback)39.66 KBaddedadded
@sentry/browser (incl. sendFeedback)27.76 KBaddedadded
@sentry/browser (incl. FeedbackAsync)32.54 KBaddedadded
@sentry/react24.95 KBaddedadded
@sentry/react (incl. Tracing)38.08 KBaddedadded
@sentry/vue27.38 KBaddedadded
@sentry/vue (incl. Tracing)37.89 KBaddedadded
@sentry/svelte23.17 KBaddedadded
CDN Bundle24.34 KBaddedadded
CDN Bundle (incl. Tracing)36.24 KBaddedadded
CDN Bundle (incl. Tracing, Replay)71.25 KBaddedadded
CDN Bundle (incl. Tracing, Replay, Feedback)76.41 KBaddedadded
CDN Bundle - uncompressed71.12 KBaddedadded
CDN Bundle (incl. Tracing) - uncompressed107.51 KBaddedadded
CDN Bundle (incl. Tracing, Replay) - uncompressed218.78 KBaddedadded
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed231.31 KBaddedadded
@sentry/nextjs (client)39.25 KBaddedadded
@sentry/sveltekit (client)36.61 KBaddedadded
@sentry/node142.14 KBaddedadded
@sentry/node - without tracing95.57 KBaddedadded
@sentry/aws-serverless119.92 KBaddedadded

@lforst
lforst merged commit aef0a23 into masterMar 5, 2025
@lforst
lforst deleted the prepare-release/9.4.0 branch March 5, 2025 09:25
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@lforst@chargome@andreiborza@AbhiPrasad@timfish@Lms24@s1gr1d@ryan953
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Force GitHub README to respect dark mode\n(function() {\n var style = document.createElement('style');\n style.textContent = '\n .markdown-body {\n color-scheme: dark light;\n }\n .markdown-body pre { background: #161b22 !important; }\n .markdown-body code { background: rgba(110, 118, 129, 0.4) !important; }\n .markdown-body table th, .markdown-body table td { border-color: #30363d !important; }\n .markdown-body img { background: #0d1117; }\n .markdown-body blockquote { border-left-color: #8b949e; }\n .markdown-body hr { border-color: #30363d; }\n ';\n document.head.appendChild(style);\n})();", "GitHub Dark Mode README Fix"); } } catch(__e) { console.warn('[Userscript:GitHub Dark Mode README Fix]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

meta(changelog): Update changelog for 9.4.0 - #15585

Merged
lforst merged 29 commits into
masterfrom
prepare-release/9.4.0
Mar 5, 2025
Merged

meta(changelog): Update changelog for 9.4.0#15585
lforst merged 29 commits into
masterfrom
prepare-release/9.4.0

Conversation

@lforst

Copy link
Copy Markdown
Contributor

No description provided.

github-actionsBotand others added 29 commits February 28, 2025 14:12
[Gitflow] Merge master into develop
Objects that are created from an Object with a null prototype were not
correctly handled before. `Object.getPrototypeOf` of such objects does
not return `null` directly but also do not have a constructor.
This fix guards against these cases.
Closes: #15538
fixes#15558
The Node SDK init options allow for `transport` to be set as
`undefined`, but this breaks because of an error `TypeError:
options.transport is not a function`.
You can see a reproduction of this here:
https://stackblitz.com/edit/stackblitz-starters-phh3lfmy?file=index.ts
To fix this, we make sure we use `makeNodeTransport` if
`options.transport` is set to `undefined`.
… used in Cloudflare Pages (#15557)
We need to call `@sentry/cloudflare`'s
`setAsyncLocalStorageAsyncContextStrategy` function as otherwise, we
don't get working request isolation.
This patch exports `setAsyncLocalStorageAsyncContextStrategy` from
`@sentry/cloudflare` so that we can call it in the `initCloudflareSentryHandle`
function.
…pendency (#15554)
Redeclare the `@cloudflare/workers-types` package as an
optional peer dependency rather than an optional dependency. With other
SDKs now depending on `@sentry/cloudflare`, we'd pull in the type
package into non-cloudflare projects. (more details:
#15536 (comment)).
Bumps [@sentry/cli](https://github.com/getsentry/sentry-cli) from 2.41.1
to 2.42.2.
<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.42.2</h2>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>fix(sourcemaps): Exclude skipped files from bundle file count (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2397">#2397</a>)
by <a
href="https://github.com/a-hariti"><code>@​a-hariti</code></a></li>
<li>fix: warn about missing SENTRY_RELEASE when it's set to empty string
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2394">#2394</a>)
by <a
href="https://github.com/a-hariti"><code>@​a-hariti</code></a></li>
<li>build(node): Bump <code>semver@5.*</code> dependencies (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2399">#2399</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>semver@6.*</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2400">#2400</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>semver@^7.*</code> dependencies (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2398">#2398</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>cross-spawn@7.0.X</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2396">#2396</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>cross-spawn@^6.0.5</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2395">#2395</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Release Docker image to GHCR (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2393">#2393</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Fix caching (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2391">#2391</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
</ul>
<h2>2.42.1</h2>
<p>This release is a re-release of 2.42.0. There are no code changes to
the CLI. We are performing this re-release because 2.42.0 failed to
publish to Docker Hub.</p>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>ci(docker): Don't publish to GHCR via Craft (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2392">#2392</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
</ul>
<h2>2.42.0</h2>
<p>With this release, we now build and publish multi-architecture (arm64
and aarch64) Docker images for Sentry CLI.</p>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>feat: Only warn for token org mismatch (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2382">#2382</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>feat: Improve custom panic hook (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2355">#2355</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a>
<ul>
<li>We now have better error messages when there is an internal error in
Sentry CLI.</li>
</ul>
</li>
<li>feat: Deprecate <code>--use-artifact-bundle</code> option (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2349">#2349</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>feat: Deprecate <code>useArtifactBundle</code> JS option (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2348">#2348</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>fix(update): Properly handle errors when getting latest CLI version
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2370">#2370</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>ci(docker): Add Craft targets for <code>docker</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2390">#2390</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Enable caching of Docker builds (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2389">#2389</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Remove invalid argument (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2388">#2388</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Build each architecture natively (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2387">#2387</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(docker): Build Docker image on host architecture (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2386">#2386</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build: Use hash instead of branch in GHCR tag (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2384">#2384</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build: Build Docker image in CI and publish to GHCR (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2383">#2383</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci: Pin Actions runners' OS versions (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2353">#2353</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>meta: Update LICENSE (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2380">#2380</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build: Update <code>url</code> crate (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2379">#2379</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>docs: Explain why lint is disabled (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2371">#2371</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(sourcemaps): Fix <code>unnecessary_wraps</code> for
<code>add_debug_id_references</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2369">#2369</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(sourcemaps): Fix <code>unnecessary_wraps</code> for
<code>add_sourcemap_references</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2368">#2368</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(sourcemaps): Fix <code>unnecessary_wraps</code> lint for
<code>SourceMapsProcessor::add</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2367">#2367</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(sourcemaps): Make <code>lookup_pos</code> not return
<code>Option</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2366">#2366</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></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.42.2</h2>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>fix(sourcemaps): Exclude skipped files from bundle file count (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2397">#2397</a>)
by <a
href="https://github.com/a-hariti"><code>@​a-hariti</code></a></li>
<li>fix: warn about missing SENTRY_RELEASE when it's set to empty string
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2394">#2394</a>)
by <a
href="https://github.com/a-hariti"><code>@​a-hariti</code></a></li>
<li>build(node): Bump <code>semver@5.*</code> dependencies (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2399">#2399</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>semver@6.*</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2400">#2400</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>semver@^7.*</code> dependencies (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2398">#2398</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>cross-spawn@7.0.X</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2396">#2396</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>cross-spawn@^6.0.5</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2395">#2395</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Release Docker image to GHCR (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2393">#2393</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Fix caching (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2391">#2391</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
</ul>
<h2>2.42.1</h2>
<p>This release is a re-release of 2.42.0. There are no code changes to
the CLI. We are performing this re-release because 2.42.0 failed to
publish to Docker Hub.</p>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>ci(docker): Don't publish to GHCR via Craft (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2392">#2392</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
</ul>
<h2>2.42.0</h2>
<p>With this release, we now build and publish multi-architecture (arm64
and aarch64) Docker images for Sentry CLI.</p>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>feat: Only warn for token org mismatch (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2382">#2382</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>feat: Improve custom panic hook (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2355">#2355</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a>
<ul>
<li>We now have better error messages when there is an internal error in
Sentry CLI.</li>
</ul>
</li>
<li>feat: Deprecate <code>--use-artifact-bundle</code> option (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2349">#2349</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>feat: Deprecate <code>useArtifactBundle</code> JS option (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2348">#2348</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>fix(update): Properly handle errors when getting latest CLI version
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2370">#2370</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>ci(docker): Add Craft targets for <code>docker</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2390">#2390</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Enable caching of Docker builds (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2389">#2389</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Remove invalid argument (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2388">#2388</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Build each architecture natively (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2387">#2387</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(docker): Build Docker image on host architecture (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2386">#2386</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build: Use hash instead of branch in GHCR tag (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2384">#2384</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build: Build Docker image in CI and publish to GHCR (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2383">#2383</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci: Pin Actions runners' OS versions (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2353">#2353</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>meta: Update LICENSE (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2380">#2380</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build: Update <code>url</code> crate (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2379">#2379</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>docs: Explain why lint is disabled (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2371">#2371</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(sourcemaps): Fix <code>unnecessary_wraps</code> for
<code>add_debug_id_references</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2369">#2369</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></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/c04d60115532a40839271556d8a332768d210a6c"><code>c04d601</code></a>
release: 2.42.2</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/dfc6dd6ce8c43b70a75db7941adae2c2efb07bf7"><code>dfc6dd6</code></a>
fix(sourcemaps): Exclude skipped files from bundle file count (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2397">#2397</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/c7919f5a012150ce0206f220920c8599ca4010aa"><code>c7919f5</code></a>
fix: warn about missing SENTRY_RELEASE when it's set to empty string (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2394">#2394</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/f204b681f301fcf71047be187046ebf6a4034afa"><code>f204b68</code></a>
build(node): Bump <code>semver@5.*</code> dependencies (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2399">#2399</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/e0187b13fb3c6c49b4ecfc41e21b0cc2031c2ee1"><code>e0187b1</code></a>
build(node): Bump <code>semver@6.*</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2400">#2400</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/5e04d27a3b6241b12e63d902eacc6a8b4396299f"><code>5e04d27</code></a>
build(node): Bump <code>semver@^7.*</code> dependencies (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2398">#2398</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/82dad189580d247866206940391f31300ba8700a"><code>82dad18</code></a>
build(node): Bump <code>cross-spawn@7.0.X</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2396">#2396</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/2ec0c30ca48dfc48920ff0b604d2c0589573a72a"><code>2ec0c30</code></a>
build(node): Bump <code>cross-spawn@^6.0.5</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2395">#2395</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/5824695e88db18df75a04248ded121f3c8333137"><code>5824695</code></a>
ci(docker): Release Docker image to GHCR (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2393">#2393</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/6c108fb6aa5fbc35c5de7f34b0e66c6de48583e5"><code>6c108fb</code></a>
ci(docker): Fix caching (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2391">#2391</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/getsentry/sentry-cli/compare/2.41.1...2.42.2">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sentry/cli&package-manager=npm_and_yarn&previous-version=2.41.1&new-version=2.42.2)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…15564)
This patch hard-pins `@cloudflare/workers-types` to `4.20240725.0`, which was close to the version we installed before (`4.20240722.0`) and still satisfies the same minimum devDep version.
Bumps
[@sentry/webpack-plugin](https://github.com/getsentry/sentry-javascript-bundler-plugins)
from 3.1.2 to 3.2.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/releases"><code>@​sentry/webpack-plugin</code>'s
releases</a>.</em></p>
<blockquote>
<h2>3.2.1</h2>
<ul>
<li>deps: Bump <code>@​sentry/cli</code> to 2.42.2 (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/685">#685</a>)</li>
</ul>
<h2>3.2.0</h2>
<ul>
<li>feat(core): Accept and await a promise in
<code>sourcemaps.filesToDeleteAfterUpload</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/677">#677</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md"><code>@​sentry/webpack-plugin</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>3.2.1</h2>
<ul>
<li>deps: Bump <code>@​sentry/cli</code> to 2.42.2 (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/685">#685</a>)</li>
</ul>
<h2>3.2.0</h2>
<ul>
<li>feat(core): Accept and await a promise in
<code>sourcemaps.filesToDeleteAfterUpload</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/677">#677</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/4c79586f5a6092a9f36041e4b5ea5438a3886759"><code>4c79586</code></a>
release: 3.2.1</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/0968db9da0eab9408dfc4eaea129a81ee14a16b7"><code>0968db9</code></a>
deps: Bump <code>@sentry/cli</code> to <code>2.42.2</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/685">#685</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/c72d4dfbbdd907c74aa85b0fc8838a90cf828447"><code>c72d4df</code></a>
docs: Add react component name to readme feature list (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/684">#684</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/ac96af1ca4fd045f846067769b3cc4e21058c810"><code>ac96af1</code></a>
Merge branch 'release/3.2.0'</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/9ce301a018a577093c9758dca409f7204938c278"><code>9ce301a</code></a>
release: 3.2.0</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/a65087806e84ea683408a87f2c67a263b24ebb63"><code>a650878</code></a>
meta: Update changelog for 3.2.0 (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/678">#678</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/425501238b0d08f5404d2c5b71e711a78a16cdc5"><code>4255012</code></a>
feat(core): Accept and await a promise in
`sourcemaps.filesToDeleteAfterUploa...</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/7e71b59e4b915a1f576213b525c290a9ba0659ea"><code>7e71b59</code></a>
Merge branch 'release/3.1.2'</li>
<li>See full diff in <a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/3.1.2...3.2.1">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sentry/webpack-plugin&package-manager=npm_and_yarn&previous-version=3.1.2&new-version=3.2.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add a more general version support policy that does not need to be
updated on every major release.
- Ref #11084
`constructWebpackConfig.test.ts` still has test failures. The mocks
don't appear to be working or other strange behaviour.
---------
Co-authored-by: Charly Gomez <charly.gomez@sentry.io>
…ges/e2e-tests/test-applications/sveltekit-2.5.0-twp (#15571)
Bumps
[@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit)
from 2.5.0 to 2.8.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sveltejs/kit/releases"><code>@​sveltejs/kit</code>'s
releases</a>.</em></p>
<blockquote>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.8.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: ensure error messages are escaped (<a
href="https://redirect.github.com/sveltejs/kit/pull/13050">#13050</a>)</p>
</li>
<li>
<p>fix: escape values included in dev 404 page (<a
href="https://redirect.github.com/sveltejs/kit/pull/13039">#13039</a>)</p>
</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.8.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: prevent duplicate fetch request when using Request with load
function's fetch (<a
href="https://redirect.github.com/sveltejs/kit/pull/13023">#13023</a>)</p>
</li>
<li>
<p>fix: do not override default cookie decoder to allow users to
override the <code>cookie</code> library version (<a
href="https://redirect.github.com/sveltejs/kit/pull/13037">#13037</a>)</p>
</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.8.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: only add nonce to <code>script-src-elem</code>,
<code>style-src-attr</code> and <code>style-src-elem</code> CSP
directives when <code>unsafe-inline</code> is not present (<a
href="https://redirect.github.com/sveltejs/kit/pull/11613">#11613</a>)</p>
</li>
<li>
<p>fix: support HTTP/2 in dev and production. Revert the changes from <a
href="https://redirect.github.com/sveltejs/kit/pull/12907">#12907</a> to
downgrade HTTP/2 to TLS as now being unnecessary (<a
href="https://redirect.github.com/sveltejs/kit/pull/12989">#12989</a>)</p>
</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.8.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>feat: add helper to identify <code>ActionFailure</code> objects (<a
href="https://redirect.github.com/sveltejs/kit/pull/12878">#12878</a>)</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.7.7</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: update link in JSDoc (<a
href="https://redirect.github.com/sveltejs/kit/pull/12963">#12963</a>)</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.7.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: update broken links in JSDoc (<a
href="https://redirect.github.com/sveltejs/kit/pull/12960">#12960</a>)</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.7.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: warn on invalid cookie name characters (<a
href="https://redirect.github.com/sveltejs/kit/pull/12806">#12806</a>)</p>
</li>
<li>
<p>fix: when using <code>@vitejs/plugin-basic-ssl</code>, set a no-op
proxy config to downgrade from HTTP/2 to TLS since <code>undici</code>
does not yet enable HTTP/2 by default (<a
href="https://redirect.github.com/sveltejs/kit/pull/12907">#12907</a>)</p>
</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.7.4</h2>
<h3>Patch Changes</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md"><code>@​sveltejs/kit</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>2.8.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: ensure error messages are escaped (<a
href="https://redirect.github.com/sveltejs/kit/pull/13050">#13050</a>)</p>
</li>
<li>
<p>fix: escape values included in dev 404 page (<a
href="https://redirect.github.com/sveltejs/kit/pull/13039">#13039</a>)</p>
</li>
</ul>
<h2>2.8.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: prevent duplicate fetch request when using Request with load
function's fetch (<a
href="https://redirect.github.com/sveltejs/kit/pull/13023">#13023</a>)</p>
</li>
<li>
<p>fix: do not override default cookie decoder to allow users to
override the <code>cookie</code> library version (<a
href="https://redirect.github.com/sveltejs/kit/pull/13037">#13037</a>)</p>
</li>
</ul>
<h2>2.8.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: only add nonce to <code>script-src-elem</code>,
<code>style-src-attr</code> and <code>style-src-elem</code> CSP
directives when <code>unsafe-inline</code> is not present (<a
href="https://redirect.github.com/sveltejs/kit/pull/11613">#11613</a>)</p>
</li>
<li>
<p>fix: support HTTP/2 in dev and production. Revert the changes from <a
href="https://redirect.github.com/sveltejs/kit/pull/12907">#12907</a> to
downgrade HTTP/2 to TLS as now being unnecessary (<a
href="https://redirect.github.com/sveltejs/kit/pull/12989">#12989</a>)</p>
</li>
</ul>
<h2>2.8.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>feat: add helper to identify <code>ActionFailure</code> objects (<a
href="https://redirect.github.com/sveltejs/kit/pull/12878">#12878</a>)</li>
</ul>
<h2>2.7.7</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: update link in JSDoc (<a
href="https://redirect.github.com/sveltejs/kit/pull/12963">#12963</a>)</li>
</ul>
<h2>2.7.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: update broken links in JSDoc (<a
href="https://redirect.github.com/sveltejs/kit/pull/12960">#12960</a>)</li>
</ul>
<h2>2.7.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: warn on invalid cookie name characters (<a
href="https://redirect.github.com/sveltejs/kit/pull/12806">#12806</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sveltejs/kit/commit/429bfb74fe823ea13a5fa0547dcf4cd6bb358a93"><code>429bfb7</code></a>
Version Packages (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13049">#13049</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/134e36343ef57ed7e6e2b3bb9e7f05ad37865794"><code>134e363</code></a>
fix: ensure error messages are escaped (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13050">#13050</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/d338d4635a7fd947ba5112df6ee632c4a0979438"><code>d338d46</code></a>
fix: escape values included in dev 404 page (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13039">#13039</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/5f8399d88fd9461a6111e03e6168067fba42e2c1"><code>5f8399d</code></a>
Version Packages (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13024">#13024</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/1358cccd52190df3c74bdd8970dbfb06ffc4ec72"><code>1358ccc</code></a>
fix: use default cookie decoder (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13037">#13037</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/570562b74d9e9f295d9b617478088a650f51e96b"><code>570562b</code></a>
fix: handle empty Headers when serialising Request passed to fetch (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13023">#13023</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/435984bf61b047d1e1a8efe88354ca7ac4e9109f"><code>435984b</code></a>
Version Packages (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/12992">#12992</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/0bd4426944ce9995b86199900e39c8d3929fa2f2"><code>0bd4426</code></a>
fix: support custom servers using HTTP/2 in production (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/12989">#12989</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/6df00fc8448bf72c91e8f6faee0605995b0fdd65"><code>6df00fc</code></a>
fix: csp nonce in <code>script-src-elem</code>,
<code>style-src-attr</code> and <code>style-src-elem</code> wh...</li>
<li><a
href="https://github.com/sveltejs/kit/commit/c717db91236c7ab15045b296c73201c6c6ecd6fa"><code>c717db9</code></a>
chore: update playground and add an endpoint (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/12983">#12983</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/sveltejs/kit/commits/@sveltejs/kit@2.8.3/packages/kit">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sveltejs/kit&package-manager=npm_and_yarn&previous-version=2.5.0&new-version=2.8.3)](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/getsentry/sentry-javascript/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This should help reduce the memory pressure of the SDK as we don't store
the entire request in memory anymore.
Continuation of
https://github.com/getsentry/sentry-javascript/pull/15424/files
---------
Co-authored-by: Catherine Lee <55311782+c298lee@users.noreply.github.com>
Co-authored-by: Billy Vong <billyvg@users.noreply.github.com>
@lforst
lforst requested a review from a team as a code ownerMarch 5, 2025 09:07
@github-actions

Copy link
Copy Markdown
Contributor

size-limit report 📦

PathSize% ChangeChange
@sentry/browser23.13 KBaddedadded
@sentry/browser - with treeshaking flags22.92 KBaddedadded
@sentry/browser (incl. Tracing)36.2 KBaddedadded
@sentry/browser (incl. Tracing, Replay)73.38 KBaddedadded
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags66.79 KBaddedadded
@sentry/browser (incl. Tracing, Replay with Canvas)77.99 KBaddedadded
@sentry/browser (incl. Tracing, Replay, Feedback)89.91 KBaddedadded
@sentry/browser (incl. Feedback)39.66 KBaddedadded
@sentry/browser (incl. sendFeedback)27.76 KBaddedadded
@sentry/browser (incl. FeedbackAsync)32.54 KBaddedadded
@sentry/react24.95 KBaddedadded
@sentry/react (incl. Tracing)38.08 KBaddedadded
@sentry/vue27.38 KBaddedadded
@sentry/vue (incl. Tracing)37.89 KBaddedadded
@sentry/svelte23.17 KBaddedadded
CDN Bundle24.34 KBaddedadded
CDN Bundle (incl. Tracing)36.24 KBaddedadded
CDN Bundle (incl. Tracing, Replay)71.25 KBaddedadded
CDN Bundle (incl. Tracing, Replay, Feedback)76.41 KBaddedadded
CDN Bundle - uncompressed71.12 KBaddedadded
CDN Bundle (incl. Tracing) - uncompressed107.51 KBaddedadded
CDN Bundle (incl. Tracing, Replay) - uncompressed218.78 KBaddedadded
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed231.31 KBaddedadded
@sentry/nextjs (client)39.25 KBaddedadded
@sentry/sveltekit (client)36.61 KBaddedadded
@sentry/node142.14 KBaddedadded
@sentry/node - without tracing95.57 KBaddedadded
@sentry/aws-serverless119.92 KBaddedadded

@lforst
lforst merged commit aef0a23 into masterMar 5, 2025
@lforst
lforst deleted the prepare-release/9.4.0 branch March 5, 2025 09:25
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@lforst@chargome@andreiborza@AbhiPrasad@timfish@Lms24@s1gr1d@ryan953
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Highlight search terms from Google/DuckDuckGo/Bing referrer\n(function() {\n var ref = document.referrer;\n var terms = [];\n \n if (ref.includes('google.com') || ref.includes('duckduckgo.com') || ref.includes('bing.com')) {\n var url = new URL(ref);\n var q = url.searchParams.get('q') || url.searchParams.get('p');\n if (q) {\n terms = q.split(/\\s+/).filter(function(t) { return t.length > 2; });\n }\n }\n \n if (terms.length === 0) return;\n \n var style = document.createElement('style');\n style.textContent = '.userscript-highlight { background: #fbbf24; color: #1a1a2e; padding: 1px 3px; border-radius: 2px; }';\n document.head.appendChild(style);\n \n function highlight(node) {\n if (node.nodeType === 3) { // text node\n var text = node.textContent;\n var found = false;\n terms.forEach(function(term) {\n var regex = new RegExp('(' + term.replace(/[.*+?^${}()|[\\]\\\\]/g, '\\\\') + ')', 'gi');\n if (regex.test(text)) {\n found = true;\n var frag = document.createDocumentFragment();\n var parts = text.split(regex);\n parts.forEach(function(part, i) {\n if (i % 2 === 0) {\n frag.appendChild(document.createTextNode(part));\n } else {\n var span = document.createElement('span');\n span.className = 'userscript-highlight';\n span.textContent = part;\n frag.appendChild(span);\n }\n });\n node.parentNode.replaceChild(frag, node);\n }\n });\n } else if (node.nodeType === 1 && node.childNodes) { // element\n var skipTags = ['SCRIPT', 'STYLE', 'NOSCRIPT', 'TEXTAREA', 'INPUT', 'SELECT'];\n if (!skipTags.includes(node.tagName)) {\n Array.from(node.childNodes).forEach(highlight);\n }\n }\n }\n \n highlight(document.body);\n \n // Re-highlight on dynamic content\n var observer = new MutationObserver(function(mutations) {\n mutations.forEach(function(m) {\n m.addedNodes.forEach(function(node) {\n if (node.nodeType === 1 || node.nodeType === 3) highlight(node);\n });\n });\n });\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Highlight Search Terms"); } } catch(__e) { console.warn('[Userscript:Highlight Search Terms]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

meta(changelog): Update changelog for 9.4.0 - #15585

Merged
lforst merged 29 commits into
masterfrom
prepare-release/9.4.0
Mar 5, 2025
Merged

meta(changelog): Update changelog for 9.4.0#15585
lforst merged 29 commits into
masterfrom
prepare-release/9.4.0

Conversation

@lforst

Copy link
Copy Markdown
Contributor

No description provided.

github-actionsBotand others added 29 commits February 28, 2025 14:12
[Gitflow] Merge master into develop
Objects that are created from an Object with a null prototype were not
correctly handled before. `Object.getPrototypeOf` of such objects does
not return `null` directly but also do not have a constructor.
This fix guards against these cases.
Closes: #15538
fixes#15558
The Node SDK init options allow for `transport` to be set as
`undefined`, but this breaks because of an error `TypeError:
options.transport is not a function`.
You can see a reproduction of this here:
https://stackblitz.com/edit/stackblitz-starters-phh3lfmy?file=index.ts
To fix this, we make sure we use `makeNodeTransport` if
`options.transport` is set to `undefined`.
… used in Cloudflare Pages (#15557)
We need to call `@sentry/cloudflare`'s
`setAsyncLocalStorageAsyncContextStrategy` function as otherwise, we
don't get working request isolation.
This patch exports `setAsyncLocalStorageAsyncContextStrategy` from
`@sentry/cloudflare` so that we can call it in the `initCloudflareSentryHandle`
function.
…pendency (#15554)
Redeclare the `@cloudflare/workers-types` package as an
optional peer dependency rather than an optional dependency. With other
SDKs now depending on `@sentry/cloudflare`, we'd pull in the type
package into non-cloudflare projects. (more details:
#15536 (comment)).
Bumps [@sentry/cli](https://github.com/getsentry/sentry-cli) from 2.41.1
to 2.42.2.
<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.42.2</h2>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>fix(sourcemaps): Exclude skipped files from bundle file count (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2397">#2397</a>)
by <a
href="https://github.com/a-hariti"><code>@​a-hariti</code></a></li>
<li>fix: warn about missing SENTRY_RELEASE when it's set to empty string
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2394">#2394</a>)
by <a
href="https://github.com/a-hariti"><code>@​a-hariti</code></a></li>
<li>build(node): Bump <code>semver@5.*</code> dependencies (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2399">#2399</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>semver@6.*</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2400">#2400</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>semver@^7.*</code> dependencies (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2398">#2398</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>cross-spawn@7.0.X</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2396">#2396</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>cross-spawn@^6.0.5</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2395">#2395</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Release Docker image to GHCR (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2393">#2393</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Fix caching (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2391">#2391</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
</ul>
<h2>2.42.1</h2>
<p>This release is a re-release of 2.42.0. There are no code changes to
the CLI. We are performing this re-release because 2.42.0 failed to
publish to Docker Hub.</p>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>ci(docker): Don't publish to GHCR via Craft (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2392">#2392</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
</ul>
<h2>2.42.0</h2>
<p>With this release, we now build and publish multi-architecture (arm64
and aarch64) Docker images for Sentry CLI.</p>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>feat: Only warn for token org mismatch (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2382">#2382</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>feat: Improve custom panic hook (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2355">#2355</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a>
<ul>
<li>We now have better error messages when there is an internal error in
Sentry CLI.</li>
</ul>
</li>
<li>feat: Deprecate <code>--use-artifact-bundle</code> option (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2349">#2349</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>feat: Deprecate <code>useArtifactBundle</code> JS option (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2348">#2348</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>fix(update): Properly handle errors when getting latest CLI version
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2370">#2370</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>ci(docker): Add Craft targets for <code>docker</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2390">#2390</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Enable caching of Docker builds (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2389">#2389</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Remove invalid argument (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2388">#2388</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Build each architecture natively (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2387">#2387</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(docker): Build Docker image on host architecture (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2386">#2386</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build: Use hash instead of branch in GHCR tag (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2384">#2384</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build: Build Docker image in CI and publish to GHCR (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2383">#2383</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci: Pin Actions runners' OS versions (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2353">#2353</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>meta: Update LICENSE (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2380">#2380</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build: Update <code>url</code> crate (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2379">#2379</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>docs: Explain why lint is disabled (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2371">#2371</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(sourcemaps): Fix <code>unnecessary_wraps</code> for
<code>add_debug_id_references</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2369">#2369</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(sourcemaps): Fix <code>unnecessary_wraps</code> for
<code>add_sourcemap_references</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2368">#2368</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(sourcemaps): Fix <code>unnecessary_wraps</code> lint for
<code>SourceMapsProcessor::add</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2367">#2367</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(sourcemaps): Make <code>lookup_pos</code> not return
<code>Option</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2366">#2366</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></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.42.2</h2>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>fix(sourcemaps): Exclude skipped files from bundle file count (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2397">#2397</a>)
by <a
href="https://github.com/a-hariti"><code>@​a-hariti</code></a></li>
<li>fix: warn about missing SENTRY_RELEASE when it's set to empty string
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2394">#2394</a>)
by <a
href="https://github.com/a-hariti"><code>@​a-hariti</code></a></li>
<li>build(node): Bump <code>semver@5.*</code> dependencies (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2399">#2399</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>semver@6.*</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2400">#2400</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>semver@^7.*</code> dependencies (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2398">#2398</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>cross-spawn@7.0.X</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2396">#2396</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>cross-spawn@^6.0.5</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2395">#2395</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Release Docker image to GHCR (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2393">#2393</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Fix caching (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2391">#2391</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
</ul>
<h2>2.42.1</h2>
<p>This release is a re-release of 2.42.0. There are no code changes to
the CLI. We are performing this re-release because 2.42.0 failed to
publish to Docker Hub.</p>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>ci(docker): Don't publish to GHCR via Craft (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2392">#2392</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
</ul>
<h2>2.42.0</h2>
<p>With this release, we now build and publish multi-architecture (arm64
and aarch64) Docker images for Sentry CLI.</p>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>feat: Only warn for token org mismatch (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2382">#2382</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>feat: Improve custom panic hook (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2355">#2355</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a>
<ul>
<li>We now have better error messages when there is an internal error in
Sentry CLI.</li>
</ul>
</li>
<li>feat: Deprecate <code>--use-artifact-bundle</code> option (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2349">#2349</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>feat: Deprecate <code>useArtifactBundle</code> JS option (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2348">#2348</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>fix(update): Properly handle errors when getting latest CLI version
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2370">#2370</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>ci(docker): Add Craft targets for <code>docker</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2390">#2390</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Enable caching of Docker builds (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2389">#2389</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Remove invalid argument (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2388">#2388</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Build each architecture natively (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2387">#2387</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(docker): Build Docker image on host architecture (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2386">#2386</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build: Use hash instead of branch in GHCR tag (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2384">#2384</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build: Build Docker image in CI and publish to GHCR (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2383">#2383</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci: Pin Actions runners' OS versions (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2353">#2353</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>meta: Update LICENSE (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2380">#2380</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build: Update <code>url</code> crate (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2379">#2379</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>docs: Explain why lint is disabled (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2371">#2371</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(sourcemaps): Fix <code>unnecessary_wraps</code> for
<code>add_debug_id_references</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2369">#2369</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></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/c04d60115532a40839271556d8a332768d210a6c"><code>c04d601</code></a>
release: 2.42.2</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/dfc6dd6ce8c43b70a75db7941adae2c2efb07bf7"><code>dfc6dd6</code></a>
fix(sourcemaps): Exclude skipped files from bundle file count (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2397">#2397</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/c7919f5a012150ce0206f220920c8599ca4010aa"><code>c7919f5</code></a>
fix: warn about missing SENTRY_RELEASE when it's set to empty string (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2394">#2394</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/f204b681f301fcf71047be187046ebf6a4034afa"><code>f204b68</code></a>
build(node): Bump <code>semver@5.*</code> dependencies (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2399">#2399</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/e0187b13fb3c6c49b4ecfc41e21b0cc2031c2ee1"><code>e0187b1</code></a>
build(node): Bump <code>semver@6.*</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2400">#2400</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/5e04d27a3b6241b12e63d902eacc6a8b4396299f"><code>5e04d27</code></a>
build(node): Bump <code>semver@^7.*</code> dependencies (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2398">#2398</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/82dad189580d247866206940391f31300ba8700a"><code>82dad18</code></a>
build(node): Bump <code>cross-spawn@7.0.X</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2396">#2396</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/2ec0c30ca48dfc48920ff0b604d2c0589573a72a"><code>2ec0c30</code></a>
build(node): Bump <code>cross-spawn@^6.0.5</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2395">#2395</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/5824695e88db18df75a04248ded121f3c8333137"><code>5824695</code></a>
ci(docker): Release Docker image to GHCR (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2393">#2393</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/6c108fb6aa5fbc35c5de7f34b0e66c6de48583e5"><code>6c108fb</code></a>
ci(docker): Fix caching (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2391">#2391</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/getsentry/sentry-cli/compare/2.41.1...2.42.2">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sentry/cli&package-manager=npm_and_yarn&previous-version=2.41.1&new-version=2.42.2)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…15564)
This patch hard-pins `@cloudflare/workers-types` to `4.20240725.0`, which was close to the version we installed before (`4.20240722.0`) and still satisfies the same minimum devDep version.
Bumps
[@sentry/webpack-plugin](https://github.com/getsentry/sentry-javascript-bundler-plugins)
from 3.1.2 to 3.2.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/releases"><code>@​sentry/webpack-plugin</code>'s
releases</a>.</em></p>
<blockquote>
<h2>3.2.1</h2>
<ul>
<li>deps: Bump <code>@​sentry/cli</code> to 2.42.2 (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/685">#685</a>)</li>
</ul>
<h2>3.2.0</h2>
<ul>
<li>feat(core): Accept and await a promise in
<code>sourcemaps.filesToDeleteAfterUpload</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/677">#677</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md"><code>@​sentry/webpack-plugin</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>3.2.1</h2>
<ul>
<li>deps: Bump <code>@​sentry/cli</code> to 2.42.2 (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/685">#685</a>)</li>
</ul>
<h2>3.2.0</h2>
<ul>
<li>feat(core): Accept and await a promise in
<code>sourcemaps.filesToDeleteAfterUpload</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/677">#677</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/4c79586f5a6092a9f36041e4b5ea5438a3886759"><code>4c79586</code></a>
release: 3.2.1</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/0968db9da0eab9408dfc4eaea129a81ee14a16b7"><code>0968db9</code></a>
deps: Bump <code>@sentry/cli</code> to <code>2.42.2</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/685">#685</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/c72d4dfbbdd907c74aa85b0fc8838a90cf828447"><code>c72d4df</code></a>
docs: Add react component name to readme feature list (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/684">#684</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/ac96af1ca4fd045f846067769b3cc4e21058c810"><code>ac96af1</code></a>
Merge branch 'release/3.2.0'</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/9ce301a018a577093c9758dca409f7204938c278"><code>9ce301a</code></a>
release: 3.2.0</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/a65087806e84ea683408a87f2c67a263b24ebb63"><code>a650878</code></a>
meta: Update changelog for 3.2.0 (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/678">#678</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/425501238b0d08f5404d2c5b71e711a78a16cdc5"><code>4255012</code></a>
feat(core): Accept and await a promise in
`sourcemaps.filesToDeleteAfterUploa...</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/7e71b59e4b915a1f576213b525c290a9ba0659ea"><code>7e71b59</code></a>
Merge branch 'release/3.1.2'</li>
<li>See full diff in <a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/3.1.2...3.2.1">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sentry/webpack-plugin&package-manager=npm_and_yarn&previous-version=3.1.2&new-version=3.2.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add a more general version support policy that does not need to be
updated on every major release.
- Ref #11084
`constructWebpackConfig.test.ts` still has test failures. The mocks
don't appear to be working or other strange behaviour.
---------
Co-authored-by: Charly Gomez <charly.gomez@sentry.io>
…ges/e2e-tests/test-applications/sveltekit-2.5.0-twp (#15571)
Bumps
[@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit)
from 2.5.0 to 2.8.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sveltejs/kit/releases"><code>@​sveltejs/kit</code>'s
releases</a>.</em></p>
<blockquote>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.8.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: ensure error messages are escaped (<a
href="https://redirect.github.com/sveltejs/kit/pull/13050">#13050</a>)</p>
</li>
<li>
<p>fix: escape values included in dev 404 page (<a
href="https://redirect.github.com/sveltejs/kit/pull/13039">#13039</a>)</p>
</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.8.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: prevent duplicate fetch request when using Request with load
function's fetch (<a
href="https://redirect.github.com/sveltejs/kit/pull/13023">#13023</a>)</p>
</li>
<li>
<p>fix: do not override default cookie decoder to allow users to
override the <code>cookie</code> library version (<a
href="https://redirect.github.com/sveltejs/kit/pull/13037">#13037</a>)</p>
</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.8.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: only add nonce to <code>script-src-elem</code>,
<code>style-src-attr</code> and <code>style-src-elem</code> CSP
directives when <code>unsafe-inline</code> is not present (<a
href="https://redirect.github.com/sveltejs/kit/pull/11613">#11613</a>)</p>
</li>
<li>
<p>fix: support HTTP/2 in dev and production. Revert the changes from <a
href="https://redirect.github.com/sveltejs/kit/pull/12907">#12907</a> to
downgrade HTTP/2 to TLS as now being unnecessary (<a
href="https://redirect.github.com/sveltejs/kit/pull/12989">#12989</a>)</p>
</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.8.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>feat: add helper to identify <code>ActionFailure</code> objects (<a
href="https://redirect.github.com/sveltejs/kit/pull/12878">#12878</a>)</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.7.7</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: update link in JSDoc (<a
href="https://redirect.github.com/sveltejs/kit/pull/12963">#12963</a>)</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.7.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: update broken links in JSDoc (<a
href="https://redirect.github.com/sveltejs/kit/pull/12960">#12960</a>)</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.7.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: warn on invalid cookie name characters (<a
href="https://redirect.github.com/sveltejs/kit/pull/12806">#12806</a>)</p>
</li>
<li>
<p>fix: when using <code>@vitejs/plugin-basic-ssl</code>, set a no-op
proxy config to downgrade from HTTP/2 to TLS since <code>undici</code>
does not yet enable HTTP/2 by default (<a
href="https://redirect.github.com/sveltejs/kit/pull/12907">#12907</a>)</p>
</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.7.4</h2>
<h3>Patch Changes</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md"><code>@​sveltejs/kit</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>2.8.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: ensure error messages are escaped (<a
href="https://redirect.github.com/sveltejs/kit/pull/13050">#13050</a>)</p>
</li>
<li>
<p>fix: escape values included in dev 404 page (<a
href="https://redirect.github.com/sveltejs/kit/pull/13039">#13039</a>)</p>
</li>
</ul>
<h2>2.8.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: prevent duplicate fetch request when using Request with load
function's fetch (<a
href="https://redirect.github.com/sveltejs/kit/pull/13023">#13023</a>)</p>
</li>
<li>
<p>fix: do not override default cookie decoder to allow users to
override the <code>cookie</code> library version (<a
href="https://redirect.github.com/sveltejs/kit/pull/13037">#13037</a>)</p>
</li>
</ul>
<h2>2.8.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: only add nonce to <code>script-src-elem</code>,
<code>style-src-attr</code> and <code>style-src-elem</code> CSP
directives when <code>unsafe-inline</code> is not present (<a
href="https://redirect.github.com/sveltejs/kit/pull/11613">#11613</a>)</p>
</li>
<li>
<p>fix: support HTTP/2 in dev and production. Revert the changes from <a
href="https://redirect.github.com/sveltejs/kit/pull/12907">#12907</a> to
downgrade HTTP/2 to TLS as now being unnecessary (<a
href="https://redirect.github.com/sveltejs/kit/pull/12989">#12989</a>)</p>
</li>
</ul>
<h2>2.8.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>feat: add helper to identify <code>ActionFailure</code> objects (<a
href="https://redirect.github.com/sveltejs/kit/pull/12878">#12878</a>)</li>
</ul>
<h2>2.7.7</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: update link in JSDoc (<a
href="https://redirect.github.com/sveltejs/kit/pull/12963">#12963</a>)</li>
</ul>
<h2>2.7.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: update broken links in JSDoc (<a
href="https://redirect.github.com/sveltejs/kit/pull/12960">#12960</a>)</li>
</ul>
<h2>2.7.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: warn on invalid cookie name characters (<a
href="https://redirect.github.com/sveltejs/kit/pull/12806">#12806</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sveltejs/kit/commit/429bfb74fe823ea13a5fa0547dcf4cd6bb358a93"><code>429bfb7</code></a>
Version Packages (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13049">#13049</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/134e36343ef57ed7e6e2b3bb9e7f05ad37865794"><code>134e363</code></a>
fix: ensure error messages are escaped (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13050">#13050</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/d338d4635a7fd947ba5112df6ee632c4a0979438"><code>d338d46</code></a>
fix: escape values included in dev 404 page (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13039">#13039</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/5f8399d88fd9461a6111e03e6168067fba42e2c1"><code>5f8399d</code></a>
Version Packages (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13024">#13024</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/1358cccd52190df3c74bdd8970dbfb06ffc4ec72"><code>1358ccc</code></a>
fix: use default cookie decoder (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13037">#13037</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/570562b74d9e9f295d9b617478088a650f51e96b"><code>570562b</code></a>
fix: handle empty Headers when serialising Request passed to fetch (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13023">#13023</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/435984bf61b047d1e1a8efe88354ca7ac4e9109f"><code>435984b</code></a>
Version Packages (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/12992">#12992</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/0bd4426944ce9995b86199900e39c8d3929fa2f2"><code>0bd4426</code></a>
fix: support custom servers using HTTP/2 in production (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/12989">#12989</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/6df00fc8448bf72c91e8f6faee0605995b0fdd65"><code>6df00fc</code></a>
fix: csp nonce in <code>script-src-elem</code>,
<code>style-src-attr</code> and <code>style-src-elem</code> wh...</li>
<li><a
href="https://github.com/sveltejs/kit/commit/c717db91236c7ab15045b296c73201c6c6ecd6fa"><code>c717db9</code></a>
chore: update playground and add an endpoint (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/12983">#12983</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/sveltejs/kit/commits/@sveltejs/kit@2.8.3/packages/kit">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sveltejs/kit&package-manager=npm_and_yarn&previous-version=2.5.0&new-version=2.8.3)](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/getsentry/sentry-javascript/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This should help reduce the memory pressure of the SDK as we don't store
the entire request in memory anymore.
Continuation of
https://github.com/getsentry/sentry-javascript/pull/15424/files
---------
Co-authored-by: Catherine Lee <55311782+c298lee@users.noreply.github.com>
Co-authored-by: Billy Vong <billyvg@users.noreply.github.com>
@lforst
lforst requested a review from a team as a code ownerMarch 5, 2025 09:07
@github-actions

Copy link
Copy Markdown
Contributor

size-limit report 📦

PathSize% ChangeChange
@sentry/browser23.13 KBaddedadded
@sentry/browser - with treeshaking flags22.92 KBaddedadded
@sentry/browser (incl. Tracing)36.2 KBaddedadded
@sentry/browser (incl. Tracing, Replay)73.38 KBaddedadded
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags66.79 KBaddedadded
@sentry/browser (incl. Tracing, Replay with Canvas)77.99 KBaddedadded
@sentry/browser (incl. Tracing, Replay, Feedback)89.91 KBaddedadded
@sentry/browser (incl. Feedback)39.66 KBaddedadded
@sentry/browser (incl. sendFeedback)27.76 KBaddedadded
@sentry/browser (incl. FeedbackAsync)32.54 KBaddedadded
@sentry/react24.95 KBaddedadded
@sentry/react (incl. Tracing)38.08 KBaddedadded
@sentry/vue27.38 KBaddedadded
@sentry/vue (incl. Tracing)37.89 KBaddedadded
@sentry/svelte23.17 KBaddedadded
CDN Bundle24.34 KBaddedadded
CDN Bundle (incl. Tracing)36.24 KBaddedadded
CDN Bundle (incl. Tracing, Replay)71.25 KBaddedadded
CDN Bundle (incl. Tracing, Replay, Feedback)76.41 KBaddedadded
CDN Bundle - uncompressed71.12 KBaddedadded
CDN Bundle (incl. Tracing) - uncompressed107.51 KBaddedadded
CDN Bundle (incl. Tracing, Replay) - uncompressed218.78 KBaddedadded
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed231.31 KBaddedadded
@sentry/nextjs (client)39.25 KBaddedadded
@sentry/sveltekit (client)36.61 KBaddedadded
@sentry/node142.14 KBaddedadded
@sentry/node - without tracing95.57 KBaddedadded
@sentry/aws-serverless119.92 KBaddedadded

@lforst
lforst merged commit aef0a23 into masterMar 5, 2025
@lforst
lforst deleted the prepare-release/9.4.0 branch March 5, 2025 09:25
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@lforst@chargome@andreiborza@AbhiPrasad@timfish@Lms24@s1gr1d@ryan953
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Strip utm_, fbclid, gclid, etc. from all links on page\n(function() {\n var trackingParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content',\n 'fbclid', 'gclid', 'dclid', 'msclkid', 'yclid',\n 'ref', 'ref_src', 'source', 'medium', 'campaign'];\n \n function cleanUrl(url) {\n try {\n var u = new URL(url, window.location.origin);\n var changed = false;\n trackingParams.forEach(function(p) {\n if (u.searchParams.has(p)) {\n u.searchParams.delete(p);\n changed = true;\n }\n });\n return changed ? u.toString() : url;\n } catch (e) {\n return url;\n }\n }\n \n function cleanLinks() {\n document.querySelectorAll('a[href]').forEach(function(a) {\n var clean = cleanUrl(a.href);\n if (clean !== a.href) a.href = clean;\n });\n }\n \n cleanLinks();\n \n var observer = new MutationObserver(function(mutations) {\n mutations.forEach(function(m) {\n m.addedNodes.forEach(function(node) {\n if (node.nodeType === 1) {\n if (node.tagName === 'A') cleanLinks();\n node.querySelectorAll('a[href]').forEach(function(a) {\n var clean = cleanUrl(a.href);\n if (clean !== a.href) a.href = clean;\n });\n }\n });\n });\n });\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Remove Tracking Parameters from Links"); } } catch(__e) { console.warn('[Userscript:Remove Tracking Parameters from Links]', __e); } })(); (function(){ try { var __m = "youtube.com"; var __re = new RegExp('^' + "youtube\\.com" + '
Skip to content

meta(changelog): Update changelog for 9.4.0 - #15585

Merged
lforst merged 29 commits into
masterfrom
prepare-release/9.4.0
Mar 5, 2025
Merged

meta(changelog): Update changelog for 9.4.0#15585
lforst merged 29 commits into
masterfrom
prepare-release/9.4.0

Conversation

@lforst

Copy link
Copy Markdown
Contributor

No description provided.

github-actionsBotand others added 29 commits February 28, 2025 14:12
[Gitflow] Merge master into develop
Objects that are created from an Object with a null prototype were not
correctly handled before. `Object.getPrototypeOf` of such objects does
not return `null` directly but also do not have a constructor.
This fix guards against these cases.
Closes: #15538
fixes#15558
The Node SDK init options allow for `transport` to be set as
`undefined`, but this breaks because of an error `TypeError:
options.transport is not a function`.
You can see a reproduction of this here:
https://stackblitz.com/edit/stackblitz-starters-phh3lfmy?file=index.ts
To fix this, we make sure we use `makeNodeTransport` if
`options.transport` is set to `undefined`.
… used in Cloudflare Pages (#15557)
We need to call `@sentry/cloudflare`'s
`setAsyncLocalStorageAsyncContextStrategy` function as otherwise, we
don't get working request isolation.
This patch exports `setAsyncLocalStorageAsyncContextStrategy` from
`@sentry/cloudflare` so that we can call it in the `initCloudflareSentryHandle`
function.
…pendency (#15554)
Redeclare the `@cloudflare/workers-types` package as an
optional peer dependency rather than an optional dependency. With other
SDKs now depending on `@sentry/cloudflare`, we'd pull in the type
package into non-cloudflare projects. (more details:
#15536 (comment)).
Bumps [@sentry/cli](https://github.com/getsentry/sentry-cli) from 2.41.1
to 2.42.2.
<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.42.2</h2>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>fix(sourcemaps): Exclude skipped files from bundle file count (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2397">#2397</a>)
by <a
href="https://github.com/a-hariti"><code>@​a-hariti</code></a></li>
<li>fix: warn about missing SENTRY_RELEASE when it's set to empty string
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2394">#2394</a>)
by <a
href="https://github.com/a-hariti"><code>@​a-hariti</code></a></li>
<li>build(node): Bump <code>semver@5.*</code> dependencies (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2399">#2399</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>semver@6.*</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2400">#2400</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>semver@^7.*</code> dependencies (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2398">#2398</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>cross-spawn@7.0.X</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2396">#2396</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>cross-spawn@^6.0.5</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2395">#2395</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Release Docker image to GHCR (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2393">#2393</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Fix caching (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2391">#2391</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
</ul>
<h2>2.42.1</h2>
<p>This release is a re-release of 2.42.0. There are no code changes to
the CLI. We are performing this re-release because 2.42.0 failed to
publish to Docker Hub.</p>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>ci(docker): Don't publish to GHCR via Craft (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2392">#2392</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
</ul>
<h2>2.42.0</h2>
<p>With this release, we now build and publish multi-architecture (arm64
and aarch64) Docker images for Sentry CLI.</p>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>feat: Only warn for token org mismatch (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2382">#2382</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>feat: Improve custom panic hook (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2355">#2355</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a>
<ul>
<li>We now have better error messages when there is an internal error in
Sentry CLI.</li>
</ul>
</li>
<li>feat: Deprecate <code>--use-artifact-bundle</code> option (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2349">#2349</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>feat: Deprecate <code>useArtifactBundle</code> JS option (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2348">#2348</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>fix(update): Properly handle errors when getting latest CLI version
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2370">#2370</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>ci(docker): Add Craft targets for <code>docker</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2390">#2390</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Enable caching of Docker builds (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2389">#2389</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Remove invalid argument (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2388">#2388</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Build each architecture natively (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2387">#2387</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(docker): Build Docker image on host architecture (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2386">#2386</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build: Use hash instead of branch in GHCR tag (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2384">#2384</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build: Build Docker image in CI and publish to GHCR (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2383">#2383</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci: Pin Actions runners' OS versions (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2353">#2353</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>meta: Update LICENSE (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2380">#2380</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build: Update <code>url</code> crate (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2379">#2379</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>docs: Explain why lint is disabled (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2371">#2371</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(sourcemaps): Fix <code>unnecessary_wraps</code> for
<code>add_debug_id_references</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2369">#2369</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(sourcemaps): Fix <code>unnecessary_wraps</code> for
<code>add_sourcemap_references</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2368">#2368</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(sourcemaps): Fix <code>unnecessary_wraps</code> lint for
<code>SourceMapsProcessor::add</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2367">#2367</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(sourcemaps): Make <code>lookup_pos</code> not return
<code>Option</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2366">#2366</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></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.42.2</h2>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>fix(sourcemaps): Exclude skipped files from bundle file count (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2397">#2397</a>)
by <a
href="https://github.com/a-hariti"><code>@​a-hariti</code></a></li>
<li>fix: warn about missing SENTRY_RELEASE when it's set to empty string
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2394">#2394</a>)
by <a
href="https://github.com/a-hariti"><code>@​a-hariti</code></a></li>
<li>build(node): Bump <code>semver@5.*</code> dependencies (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2399">#2399</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>semver@6.*</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2400">#2400</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>semver@^7.*</code> dependencies (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2398">#2398</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>cross-spawn@7.0.X</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2396">#2396</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>cross-spawn@^6.0.5</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2395">#2395</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Release Docker image to GHCR (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2393">#2393</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Fix caching (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2391">#2391</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
</ul>
<h2>2.42.1</h2>
<p>This release is a re-release of 2.42.0. There are no code changes to
the CLI. We are performing this re-release because 2.42.0 failed to
publish to Docker Hub.</p>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>ci(docker): Don't publish to GHCR via Craft (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2392">#2392</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
</ul>
<h2>2.42.0</h2>
<p>With this release, we now build and publish multi-architecture (arm64
and aarch64) Docker images for Sentry CLI.</p>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>feat: Only warn for token org mismatch (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2382">#2382</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>feat: Improve custom panic hook (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2355">#2355</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a>
<ul>
<li>We now have better error messages when there is an internal error in
Sentry CLI.</li>
</ul>
</li>
<li>feat: Deprecate <code>--use-artifact-bundle</code> option (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2349">#2349</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>feat: Deprecate <code>useArtifactBundle</code> JS option (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2348">#2348</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>fix(update): Properly handle errors when getting latest CLI version
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2370">#2370</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>ci(docker): Add Craft targets for <code>docker</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2390">#2390</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Enable caching of Docker builds (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2389">#2389</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Remove invalid argument (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2388">#2388</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Build each architecture natively (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2387">#2387</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(docker): Build Docker image on host architecture (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2386">#2386</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build: Use hash instead of branch in GHCR tag (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2384">#2384</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build: Build Docker image in CI and publish to GHCR (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2383">#2383</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci: Pin Actions runners' OS versions (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2353">#2353</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>meta: Update LICENSE (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2380">#2380</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build: Update <code>url</code> crate (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2379">#2379</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>docs: Explain why lint is disabled (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2371">#2371</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(sourcemaps): Fix <code>unnecessary_wraps</code> for
<code>add_debug_id_references</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2369">#2369</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></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/c04d60115532a40839271556d8a332768d210a6c"><code>c04d601</code></a>
release: 2.42.2</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/dfc6dd6ce8c43b70a75db7941adae2c2efb07bf7"><code>dfc6dd6</code></a>
fix(sourcemaps): Exclude skipped files from bundle file count (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2397">#2397</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/c7919f5a012150ce0206f220920c8599ca4010aa"><code>c7919f5</code></a>
fix: warn about missing SENTRY_RELEASE when it's set to empty string (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2394">#2394</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/f204b681f301fcf71047be187046ebf6a4034afa"><code>f204b68</code></a>
build(node): Bump <code>semver@5.*</code> dependencies (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2399">#2399</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/e0187b13fb3c6c49b4ecfc41e21b0cc2031c2ee1"><code>e0187b1</code></a>
build(node): Bump <code>semver@6.*</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2400">#2400</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/5e04d27a3b6241b12e63d902eacc6a8b4396299f"><code>5e04d27</code></a>
build(node): Bump <code>semver@^7.*</code> dependencies (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2398">#2398</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/82dad189580d247866206940391f31300ba8700a"><code>82dad18</code></a>
build(node): Bump <code>cross-spawn@7.0.X</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2396">#2396</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/2ec0c30ca48dfc48920ff0b604d2c0589573a72a"><code>2ec0c30</code></a>
build(node): Bump <code>cross-spawn@^6.0.5</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2395">#2395</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/5824695e88db18df75a04248ded121f3c8333137"><code>5824695</code></a>
ci(docker): Release Docker image to GHCR (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2393">#2393</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/6c108fb6aa5fbc35c5de7f34b0e66c6de48583e5"><code>6c108fb</code></a>
ci(docker): Fix caching (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2391">#2391</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/getsentry/sentry-cli/compare/2.41.1...2.42.2">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sentry/cli&package-manager=npm_and_yarn&previous-version=2.41.1&new-version=2.42.2)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…15564)
This patch hard-pins `@cloudflare/workers-types` to `4.20240725.0`, which was close to the version we installed before (`4.20240722.0`) and still satisfies the same minimum devDep version.
Bumps
[@sentry/webpack-plugin](https://github.com/getsentry/sentry-javascript-bundler-plugins)
from 3.1.2 to 3.2.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/releases"><code>@​sentry/webpack-plugin</code>'s
releases</a>.</em></p>
<blockquote>
<h2>3.2.1</h2>
<ul>
<li>deps: Bump <code>@​sentry/cli</code> to 2.42.2 (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/685">#685</a>)</li>
</ul>
<h2>3.2.0</h2>
<ul>
<li>feat(core): Accept and await a promise in
<code>sourcemaps.filesToDeleteAfterUpload</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/677">#677</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md"><code>@​sentry/webpack-plugin</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>3.2.1</h2>
<ul>
<li>deps: Bump <code>@​sentry/cli</code> to 2.42.2 (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/685">#685</a>)</li>
</ul>
<h2>3.2.0</h2>
<ul>
<li>feat(core): Accept and await a promise in
<code>sourcemaps.filesToDeleteAfterUpload</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/677">#677</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/4c79586f5a6092a9f36041e4b5ea5438a3886759"><code>4c79586</code></a>
release: 3.2.1</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/0968db9da0eab9408dfc4eaea129a81ee14a16b7"><code>0968db9</code></a>
deps: Bump <code>@sentry/cli</code> to <code>2.42.2</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/685">#685</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/c72d4dfbbdd907c74aa85b0fc8838a90cf828447"><code>c72d4df</code></a>
docs: Add react component name to readme feature list (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/684">#684</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/ac96af1ca4fd045f846067769b3cc4e21058c810"><code>ac96af1</code></a>
Merge branch 'release/3.2.0'</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/9ce301a018a577093c9758dca409f7204938c278"><code>9ce301a</code></a>
release: 3.2.0</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/a65087806e84ea683408a87f2c67a263b24ebb63"><code>a650878</code></a>
meta: Update changelog for 3.2.0 (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/678">#678</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/425501238b0d08f5404d2c5b71e711a78a16cdc5"><code>4255012</code></a>
feat(core): Accept and await a promise in
`sourcemaps.filesToDeleteAfterUploa...</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/7e71b59e4b915a1f576213b525c290a9ba0659ea"><code>7e71b59</code></a>
Merge branch 'release/3.1.2'</li>
<li>See full diff in <a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/3.1.2...3.2.1">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sentry/webpack-plugin&package-manager=npm_and_yarn&previous-version=3.1.2&new-version=3.2.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add a more general version support policy that does not need to be
updated on every major release.
- Ref #11084
`constructWebpackConfig.test.ts` still has test failures. The mocks
don't appear to be working or other strange behaviour.
---------
Co-authored-by: Charly Gomez <charly.gomez@sentry.io>
…ges/e2e-tests/test-applications/sveltekit-2.5.0-twp (#15571)
Bumps
[@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit)
from 2.5.0 to 2.8.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sveltejs/kit/releases"><code>@​sveltejs/kit</code>'s
releases</a>.</em></p>
<blockquote>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.8.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: ensure error messages are escaped (<a
href="https://redirect.github.com/sveltejs/kit/pull/13050">#13050</a>)</p>
</li>
<li>
<p>fix: escape values included in dev 404 page (<a
href="https://redirect.github.com/sveltejs/kit/pull/13039">#13039</a>)</p>
</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.8.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: prevent duplicate fetch request when using Request with load
function's fetch (<a
href="https://redirect.github.com/sveltejs/kit/pull/13023">#13023</a>)</p>
</li>
<li>
<p>fix: do not override default cookie decoder to allow users to
override the <code>cookie</code> library version (<a
href="https://redirect.github.com/sveltejs/kit/pull/13037">#13037</a>)</p>
</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.8.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: only add nonce to <code>script-src-elem</code>,
<code>style-src-attr</code> and <code>style-src-elem</code> CSP
directives when <code>unsafe-inline</code> is not present (<a
href="https://redirect.github.com/sveltejs/kit/pull/11613">#11613</a>)</p>
</li>
<li>
<p>fix: support HTTP/2 in dev and production. Revert the changes from <a
href="https://redirect.github.com/sveltejs/kit/pull/12907">#12907</a> to
downgrade HTTP/2 to TLS as now being unnecessary (<a
href="https://redirect.github.com/sveltejs/kit/pull/12989">#12989</a>)</p>
</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.8.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>feat: add helper to identify <code>ActionFailure</code> objects (<a
href="https://redirect.github.com/sveltejs/kit/pull/12878">#12878</a>)</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.7.7</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: update link in JSDoc (<a
href="https://redirect.github.com/sveltejs/kit/pull/12963">#12963</a>)</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.7.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: update broken links in JSDoc (<a
href="https://redirect.github.com/sveltejs/kit/pull/12960">#12960</a>)</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.7.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: warn on invalid cookie name characters (<a
href="https://redirect.github.com/sveltejs/kit/pull/12806">#12806</a>)</p>
</li>
<li>
<p>fix: when using <code>@vitejs/plugin-basic-ssl</code>, set a no-op
proxy config to downgrade from HTTP/2 to TLS since <code>undici</code>
does not yet enable HTTP/2 by default (<a
href="https://redirect.github.com/sveltejs/kit/pull/12907">#12907</a>)</p>
</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.7.4</h2>
<h3>Patch Changes</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md"><code>@​sveltejs/kit</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>2.8.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: ensure error messages are escaped (<a
href="https://redirect.github.com/sveltejs/kit/pull/13050">#13050</a>)</p>
</li>
<li>
<p>fix: escape values included in dev 404 page (<a
href="https://redirect.github.com/sveltejs/kit/pull/13039">#13039</a>)</p>
</li>
</ul>
<h2>2.8.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: prevent duplicate fetch request when using Request with load
function's fetch (<a
href="https://redirect.github.com/sveltejs/kit/pull/13023">#13023</a>)</p>
</li>
<li>
<p>fix: do not override default cookie decoder to allow users to
override the <code>cookie</code> library version (<a
href="https://redirect.github.com/sveltejs/kit/pull/13037">#13037</a>)</p>
</li>
</ul>
<h2>2.8.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: only add nonce to <code>script-src-elem</code>,
<code>style-src-attr</code> and <code>style-src-elem</code> CSP
directives when <code>unsafe-inline</code> is not present (<a
href="https://redirect.github.com/sveltejs/kit/pull/11613">#11613</a>)</p>
</li>
<li>
<p>fix: support HTTP/2 in dev and production. Revert the changes from <a
href="https://redirect.github.com/sveltejs/kit/pull/12907">#12907</a> to
downgrade HTTP/2 to TLS as now being unnecessary (<a
href="https://redirect.github.com/sveltejs/kit/pull/12989">#12989</a>)</p>
</li>
</ul>
<h2>2.8.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>feat: add helper to identify <code>ActionFailure</code> objects (<a
href="https://redirect.github.com/sveltejs/kit/pull/12878">#12878</a>)</li>
</ul>
<h2>2.7.7</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: update link in JSDoc (<a
href="https://redirect.github.com/sveltejs/kit/pull/12963">#12963</a>)</li>
</ul>
<h2>2.7.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: update broken links in JSDoc (<a
href="https://redirect.github.com/sveltejs/kit/pull/12960">#12960</a>)</li>
</ul>
<h2>2.7.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: warn on invalid cookie name characters (<a
href="https://redirect.github.com/sveltejs/kit/pull/12806">#12806</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sveltejs/kit/commit/429bfb74fe823ea13a5fa0547dcf4cd6bb358a93"><code>429bfb7</code></a>
Version Packages (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13049">#13049</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/134e36343ef57ed7e6e2b3bb9e7f05ad37865794"><code>134e363</code></a>
fix: ensure error messages are escaped (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13050">#13050</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/d338d4635a7fd947ba5112df6ee632c4a0979438"><code>d338d46</code></a>
fix: escape values included in dev 404 page (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13039">#13039</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/5f8399d88fd9461a6111e03e6168067fba42e2c1"><code>5f8399d</code></a>
Version Packages (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13024">#13024</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/1358cccd52190df3c74bdd8970dbfb06ffc4ec72"><code>1358ccc</code></a>
fix: use default cookie decoder (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13037">#13037</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/570562b74d9e9f295d9b617478088a650f51e96b"><code>570562b</code></a>
fix: handle empty Headers when serialising Request passed to fetch (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13023">#13023</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/435984bf61b047d1e1a8efe88354ca7ac4e9109f"><code>435984b</code></a>
Version Packages (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/12992">#12992</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/0bd4426944ce9995b86199900e39c8d3929fa2f2"><code>0bd4426</code></a>
fix: support custom servers using HTTP/2 in production (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/12989">#12989</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/6df00fc8448bf72c91e8f6faee0605995b0fdd65"><code>6df00fc</code></a>
fix: csp nonce in <code>script-src-elem</code>,
<code>style-src-attr</code> and <code>style-src-elem</code> wh...</li>
<li><a
href="https://github.com/sveltejs/kit/commit/c717db91236c7ab15045b296c73201c6c6ecd6fa"><code>c717db9</code></a>
chore: update playground and add an endpoint (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/12983">#12983</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/sveltejs/kit/commits/@sveltejs/kit@2.8.3/packages/kit">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sveltejs/kit&package-manager=npm_and_yarn&previous-version=2.5.0&new-version=2.8.3)](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/getsentry/sentry-javascript/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This should help reduce the memory pressure of the SDK as we don't store
the entire request in memory anymore.
Continuation of
https://github.com/getsentry/sentry-javascript/pull/15424/files
---------
Co-authored-by: Catherine Lee <55311782+c298lee@users.noreply.github.com>
Co-authored-by: Billy Vong <billyvg@users.noreply.github.com>
@lforst
lforst requested a review from a team as a code ownerMarch 5, 2025 09:07
@github-actions

Copy link
Copy Markdown
Contributor

size-limit report 📦

PathSize% ChangeChange
@sentry/browser23.13 KBaddedadded
@sentry/browser - with treeshaking flags22.92 KBaddedadded
@sentry/browser (incl. Tracing)36.2 KBaddedadded
@sentry/browser (incl. Tracing, Replay)73.38 KBaddedadded
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags66.79 KBaddedadded
@sentry/browser (incl. Tracing, Replay with Canvas)77.99 KBaddedadded
@sentry/browser (incl. Tracing, Replay, Feedback)89.91 KBaddedadded
@sentry/browser (incl. Feedback)39.66 KBaddedadded
@sentry/browser (incl. sendFeedback)27.76 KBaddedadded
@sentry/browser (incl. FeedbackAsync)32.54 KBaddedadded
@sentry/react24.95 KBaddedadded
@sentry/react (incl. Tracing)38.08 KBaddedadded
@sentry/vue27.38 KBaddedadded
@sentry/vue (incl. Tracing)37.89 KBaddedadded
@sentry/svelte23.17 KBaddedadded
CDN Bundle24.34 KBaddedadded
CDN Bundle (incl. Tracing)36.24 KBaddedadded
CDN Bundle (incl. Tracing, Replay)71.25 KBaddedadded
CDN Bundle (incl. Tracing, Replay, Feedback)76.41 KBaddedadded
CDN Bundle - uncompressed71.12 KBaddedadded
CDN Bundle (incl. Tracing) - uncompressed107.51 KBaddedadded
CDN Bundle (incl. Tracing, Replay) - uncompressed218.78 KBaddedadded
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed231.31 KBaddedadded
@sentry/nextjs (client)39.25 KBaddedadded
@sentry/sveltekit (client)36.61 KBaddedadded
@sentry/node142.14 KBaddedadded
@sentry/node - without tracing95.57 KBaddedadded
@sentry/aws-serverless119.92 KBaddedadded

@lforst
lforst merged commit aef0a23 into masterMar 5, 2025
@lforst
lforst deleted the prepare-release/9.4.0 branch March 5, 2025 09:25
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@lforst@chargome@andreiborza@AbhiPrasad@timfish@Lms24@s1gr1d@ryan953
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Auto-enable theater mode on YouTube\n(function() {\n function tryTheater() {\n var btn = document.querySelector('button[aria-label=\"Theater mode\"], ytd-player #player button[title=\"Theater mode\"]');\n if (btn && !btn.classList.contains('activated')) {\n btn.click();\n }\n }\n \n // Try immediately\n tryTheater();\n \n // Try after navigation (SPA)\n var lastUrl = location.href;\n setInterval(function() {\n if (location.href !== lastUrl) {\n lastUrl = location.href;\n setTimeout(tryTheater, 500);\n }\n }, 1000);\n \n // Also try on player load\n var observer = new MutationObserver(tryTheater);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "YouTube Theater Mode Default"); } } catch(__e) { console.warn('[Userscript:YouTube Theater Mode Default]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

meta(changelog): Update changelog for 9.4.0 - #15585

Merged
lforst merged 29 commits into
masterfrom
prepare-release/9.4.0
Mar 5, 2025
Merged

meta(changelog): Update changelog for 9.4.0#15585
lforst merged 29 commits into
masterfrom
prepare-release/9.4.0

Conversation

@lforst

Copy link
Copy Markdown
Contributor

No description provided.

github-actionsBotand others added 29 commits February 28, 2025 14:12
[Gitflow] Merge master into develop
Objects that are created from an Object with a null prototype were not
correctly handled before. `Object.getPrototypeOf` of such objects does
not return `null` directly but also do not have a constructor.
This fix guards against these cases.
Closes: #15538
fixes#15558
The Node SDK init options allow for `transport` to be set as
`undefined`, but this breaks because of an error `TypeError:
options.transport is not a function`.
You can see a reproduction of this here:
https://stackblitz.com/edit/stackblitz-starters-phh3lfmy?file=index.ts
To fix this, we make sure we use `makeNodeTransport` if
`options.transport` is set to `undefined`.
… used in Cloudflare Pages (#15557)
We need to call `@sentry/cloudflare`'s
`setAsyncLocalStorageAsyncContextStrategy` function as otherwise, we
don't get working request isolation.
This patch exports `setAsyncLocalStorageAsyncContextStrategy` from
`@sentry/cloudflare` so that we can call it in the `initCloudflareSentryHandle`
function.
…pendency (#15554)
Redeclare the `@cloudflare/workers-types` package as an
optional peer dependency rather than an optional dependency. With other
SDKs now depending on `@sentry/cloudflare`, we'd pull in the type
package into non-cloudflare projects. (more details:
#15536 (comment)).
Bumps [@sentry/cli](https://github.com/getsentry/sentry-cli) from 2.41.1
to 2.42.2.
<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.42.2</h2>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>fix(sourcemaps): Exclude skipped files from bundle file count (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2397">#2397</a>)
by <a
href="https://github.com/a-hariti"><code>@​a-hariti</code></a></li>
<li>fix: warn about missing SENTRY_RELEASE when it's set to empty string
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2394">#2394</a>)
by <a
href="https://github.com/a-hariti"><code>@​a-hariti</code></a></li>
<li>build(node): Bump <code>semver@5.*</code> dependencies (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2399">#2399</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>semver@6.*</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2400">#2400</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>semver@^7.*</code> dependencies (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2398">#2398</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>cross-spawn@7.0.X</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2396">#2396</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>cross-spawn@^6.0.5</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2395">#2395</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Release Docker image to GHCR (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2393">#2393</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Fix caching (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2391">#2391</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
</ul>
<h2>2.42.1</h2>
<p>This release is a re-release of 2.42.0. There are no code changes to
the CLI. We are performing this re-release because 2.42.0 failed to
publish to Docker Hub.</p>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>ci(docker): Don't publish to GHCR via Craft (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2392">#2392</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
</ul>
<h2>2.42.0</h2>
<p>With this release, we now build and publish multi-architecture (arm64
and aarch64) Docker images for Sentry CLI.</p>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>feat: Only warn for token org mismatch (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2382">#2382</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>feat: Improve custom panic hook (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2355">#2355</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a>
<ul>
<li>We now have better error messages when there is an internal error in
Sentry CLI.</li>
</ul>
</li>
<li>feat: Deprecate <code>--use-artifact-bundle</code> option (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2349">#2349</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>feat: Deprecate <code>useArtifactBundle</code> JS option (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2348">#2348</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>fix(update): Properly handle errors when getting latest CLI version
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2370">#2370</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>ci(docker): Add Craft targets for <code>docker</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2390">#2390</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Enable caching of Docker builds (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2389">#2389</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Remove invalid argument (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2388">#2388</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Build each architecture natively (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2387">#2387</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(docker): Build Docker image on host architecture (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2386">#2386</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build: Use hash instead of branch in GHCR tag (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2384">#2384</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build: Build Docker image in CI and publish to GHCR (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2383">#2383</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci: Pin Actions runners' OS versions (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2353">#2353</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>meta: Update LICENSE (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2380">#2380</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build: Update <code>url</code> crate (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2379">#2379</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>docs: Explain why lint is disabled (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2371">#2371</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(sourcemaps): Fix <code>unnecessary_wraps</code> for
<code>add_debug_id_references</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2369">#2369</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(sourcemaps): Fix <code>unnecessary_wraps</code> for
<code>add_sourcemap_references</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2368">#2368</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(sourcemaps): Fix <code>unnecessary_wraps</code> lint for
<code>SourceMapsProcessor::add</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2367">#2367</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(sourcemaps): Make <code>lookup_pos</code> not return
<code>Option</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2366">#2366</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></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.42.2</h2>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>fix(sourcemaps): Exclude skipped files from bundle file count (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2397">#2397</a>)
by <a
href="https://github.com/a-hariti"><code>@​a-hariti</code></a></li>
<li>fix: warn about missing SENTRY_RELEASE when it's set to empty string
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2394">#2394</a>)
by <a
href="https://github.com/a-hariti"><code>@​a-hariti</code></a></li>
<li>build(node): Bump <code>semver@5.*</code> dependencies (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2399">#2399</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>semver@6.*</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2400">#2400</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>semver@^7.*</code> dependencies (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2398">#2398</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>cross-spawn@7.0.X</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2396">#2396</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>cross-spawn@^6.0.5</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2395">#2395</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Release Docker image to GHCR (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2393">#2393</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Fix caching (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2391">#2391</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
</ul>
<h2>2.42.1</h2>
<p>This release is a re-release of 2.42.0. There are no code changes to
the CLI. We are performing this re-release because 2.42.0 failed to
publish to Docker Hub.</p>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>ci(docker): Don't publish to GHCR via Craft (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2392">#2392</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
</ul>
<h2>2.42.0</h2>
<p>With this release, we now build and publish multi-architecture (arm64
and aarch64) Docker images for Sentry CLI.</p>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>feat: Only warn for token org mismatch (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2382">#2382</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>feat: Improve custom panic hook (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2355">#2355</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a>
<ul>
<li>We now have better error messages when there is an internal error in
Sentry CLI.</li>
</ul>
</li>
<li>feat: Deprecate <code>--use-artifact-bundle</code> option (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2349">#2349</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>feat: Deprecate <code>useArtifactBundle</code> JS option (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2348">#2348</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>fix(update): Properly handle errors when getting latest CLI version
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2370">#2370</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>ci(docker): Add Craft targets for <code>docker</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2390">#2390</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Enable caching of Docker builds (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2389">#2389</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Remove invalid argument (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2388">#2388</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Build each architecture natively (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2387">#2387</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(docker): Build Docker image on host architecture (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2386">#2386</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build: Use hash instead of branch in GHCR tag (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2384">#2384</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build: Build Docker image in CI and publish to GHCR (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2383">#2383</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci: Pin Actions runners' OS versions (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2353">#2353</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>meta: Update LICENSE (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2380">#2380</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build: Update <code>url</code> crate (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2379">#2379</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>docs: Explain why lint is disabled (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2371">#2371</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(sourcemaps): Fix <code>unnecessary_wraps</code> for
<code>add_debug_id_references</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2369">#2369</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></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/c04d60115532a40839271556d8a332768d210a6c"><code>c04d601</code></a>
release: 2.42.2</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/dfc6dd6ce8c43b70a75db7941adae2c2efb07bf7"><code>dfc6dd6</code></a>
fix(sourcemaps): Exclude skipped files from bundle file count (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2397">#2397</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/c7919f5a012150ce0206f220920c8599ca4010aa"><code>c7919f5</code></a>
fix: warn about missing SENTRY_RELEASE when it's set to empty string (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2394">#2394</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/f204b681f301fcf71047be187046ebf6a4034afa"><code>f204b68</code></a>
build(node): Bump <code>semver@5.*</code> dependencies (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2399">#2399</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/e0187b13fb3c6c49b4ecfc41e21b0cc2031c2ee1"><code>e0187b1</code></a>
build(node): Bump <code>semver@6.*</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2400">#2400</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/5e04d27a3b6241b12e63d902eacc6a8b4396299f"><code>5e04d27</code></a>
build(node): Bump <code>semver@^7.*</code> dependencies (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2398">#2398</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/82dad189580d247866206940391f31300ba8700a"><code>82dad18</code></a>
build(node): Bump <code>cross-spawn@7.0.X</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2396">#2396</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/2ec0c30ca48dfc48920ff0b604d2c0589573a72a"><code>2ec0c30</code></a>
build(node): Bump <code>cross-spawn@^6.0.5</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2395">#2395</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/5824695e88db18df75a04248ded121f3c8333137"><code>5824695</code></a>
ci(docker): Release Docker image to GHCR (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2393">#2393</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/6c108fb6aa5fbc35c5de7f34b0e66c6de48583e5"><code>6c108fb</code></a>
ci(docker): Fix caching (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2391">#2391</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/getsentry/sentry-cli/compare/2.41.1...2.42.2">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sentry/cli&package-manager=npm_and_yarn&previous-version=2.41.1&new-version=2.42.2)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…15564)
This patch hard-pins `@cloudflare/workers-types` to `4.20240725.0`, which was close to the version we installed before (`4.20240722.0`) and still satisfies the same minimum devDep version.
Bumps
[@sentry/webpack-plugin](https://github.com/getsentry/sentry-javascript-bundler-plugins)
from 3.1.2 to 3.2.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/releases"><code>@​sentry/webpack-plugin</code>'s
releases</a>.</em></p>
<blockquote>
<h2>3.2.1</h2>
<ul>
<li>deps: Bump <code>@​sentry/cli</code> to 2.42.2 (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/685">#685</a>)</li>
</ul>
<h2>3.2.0</h2>
<ul>
<li>feat(core): Accept and await a promise in
<code>sourcemaps.filesToDeleteAfterUpload</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/677">#677</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md"><code>@​sentry/webpack-plugin</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>3.2.1</h2>
<ul>
<li>deps: Bump <code>@​sentry/cli</code> to 2.42.2 (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/685">#685</a>)</li>
</ul>
<h2>3.2.0</h2>
<ul>
<li>feat(core): Accept and await a promise in
<code>sourcemaps.filesToDeleteAfterUpload</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/677">#677</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/4c79586f5a6092a9f36041e4b5ea5438a3886759"><code>4c79586</code></a>
release: 3.2.1</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/0968db9da0eab9408dfc4eaea129a81ee14a16b7"><code>0968db9</code></a>
deps: Bump <code>@sentry/cli</code> to <code>2.42.2</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/685">#685</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/c72d4dfbbdd907c74aa85b0fc8838a90cf828447"><code>c72d4df</code></a>
docs: Add react component name to readme feature list (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/684">#684</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/ac96af1ca4fd045f846067769b3cc4e21058c810"><code>ac96af1</code></a>
Merge branch 'release/3.2.0'</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/9ce301a018a577093c9758dca409f7204938c278"><code>9ce301a</code></a>
release: 3.2.0</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/a65087806e84ea683408a87f2c67a263b24ebb63"><code>a650878</code></a>
meta: Update changelog for 3.2.0 (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/678">#678</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/425501238b0d08f5404d2c5b71e711a78a16cdc5"><code>4255012</code></a>
feat(core): Accept and await a promise in
`sourcemaps.filesToDeleteAfterUploa...</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/7e71b59e4b915a1f576213b525c290a9ba0659ea"><code>7e71b59</code></a>
Merge branch 'release/3.1.2'</li>
<li>See full diff in <a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/3.1.2...3.2.1">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sentry/webpack-plugin&package-manager=npm_and_yarn&previous-version=3.1.2&new-version=3.2.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add a more general version support policy that does not need to be
updated on every major release.
- Ref #11084
`constructWebpackConfig.test.ts` still has test failures. The mocks
don't appear to be working or other strange behaviour.
---------
Co-authored-by: Charly Gomez <charly.gomez@sentry.io>
…ges/e2e-tests/test-applications/sveltekit-2.5.0-twp (#15571)
Bumps
[@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit)
from 2.5.0 to 2.8.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sveltejs/kit/releases"><code>@​sveltejs/kit</code>'s
releases</a>.</em></p>
<blockquote>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.8.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: ensure error messages are escaped (<a
href="https://redirect.github.com/sveltejs/kit/pull/13050">#13050</a>)</p>
</li>
<li>
<p>fix: escape values included in dev 404 page (<a
href="https://redirect.github.com/sveltejs/kit/pull/13039">#13039</a>)</p>
</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.8.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: prevent duplicate fetch request when using Request with load
function's fetch (<a
href="https://redirect.github.com/sveltejs/kit/pull/13023">#13023</a>)</p>
</li>
<li>
<p>fix: do not override default cookie decoder to allow users to
override the <code>cookie</code> library version (<a
href="https://redirect.github.com/sveltejs/kit/pull/13037">#13037</a>)</p>
</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.8.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: only add nonce to <code>script-src-elem</code>,
<code>style-src-attr</code> and <code>style-src-elem</code> CSP
directives when <code>unsafe-inline</code> is not present (<a
href="https://redirect.github.com/sveltejs/kit/pull/11613">#11613</a>)</p>
</li>
<li>
<p>fix: support HTTP/2 in dev and production. Revert the changes from <a
href="https://redirect.github.com/sveltejs/kit/pull/12907">#12907</a> to
downgrade HTTP/2 to TLS as now being unnecessary (<a
href="https://redirect.github.com/sveltejs/kit/pull/12989">#12989</a>)</p>
</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.8.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>feat: add helper to identify <code>ActionFailure</code> objects (<a
href="https://redirect.github.com/sveltejs/kit/pull/12878">#12878</a>)</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.7.7</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: update link in JSDoc (<a
href="https://redirect.github.com/sveltejs/kit/pull/12963">#12963</a>)</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.7.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: update broken links in JSDoc (<a
href="https://redirect.github.com/sveltejs/kit/pull/12960">#12960</a>)</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.7.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: warn on invalid cookie name characters (<a
href="https://redirect.github.com/sveltejs/kit/pull/12806">#12806</a>)</p>
</li>
<li>
<p>fix: when using <code>@vitejs/plugin-basic-ssl</code>, set a no-op
proxy config to downgrade from HTTP/2 to TLS since <code>undici</code>
does not yet enable HTTP/2 by default (<a
href="https://redirect.github.com/sveltejs/kit/pull/12907">#12907</a>)</p>
</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.7.4</h2>
<h3>Patch Changes</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md"><code>@​sveltejs/kit</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>2.8.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: ensure error messages are escaped (<a
href="https://redirect.github.com/sveltejs/kit/pull/13050">#13050</a>)</p>
</li>
<li>
<p>fix: escape values included in dev 404 page (<a
href="https://redirect.github.com/sveltejs/kit/pull/13039">#13039</a>)</p>
</li>
</ul>
<h2>2.8.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: prevent duplicate fetch request when using Request with load
function's fetch (<a
href="https://redirect.github.com/sveltejs/kit/pull/13023">#13023</a>)</p>
</li>
<li>
<p>fix: do not override default cookie decoder to allow users to
override the <code>cookie</code> library version (<a
href="https://redirect.github.com/sveltejs/kit/pull/13037">#13037</a>)</p>
</li>
</ul>
<h2>2.8.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: only add nonce to <code>script-src-elem</code>,
<code>style-src-attr</code> and <code>style-src-elem</code> CSP
directives when <code>unsafe-inline</code> is not present (<a
href="https://redirect.github.com/sveltejs/kit/pull/11613">#11613</a>)</p>
</li>
<li>
<p>fix: support HTTP/2 in dev and production. Revert the changes from <a
href="https://redirect.github.com/sveltejs/kit/pull/12907">#12907</a> to
downgrade HTTP/2 to TLS as now being unnecessary (<a
href="https://redirect.github.com/sveltejs/kit/pull/12989">#12989</a>)</p>
</li>
</ul>
<h2>2.8.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>feat: add helper to identify <code>ActionFailure</code> objects (<a
href="https://redirect.github.com/sveltejs/kit/pull/12878">#12878</a>)</li>
</ul>
<h2>2.7.7</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: update link in JSDoc (<a
href="https://redirect.github.com/sveltejs/kit/pull/12963">#12963</a>)</li>
</ul>
<h2>2.7.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: update broken links in JSDoc (<a
href="https://redirect.github.com/sveltejs/kit/pull/12960">#12960</a>)</li>
</ul>
<h2>2.7.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: warn on invalid cookie name characters (<a
href="https://redirect.github.com/sveltejs/kit/pull/12806">#12806</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sveltejs/kit/commit/429bfb74fe823ea13a5fa0547dcf4cd6bb358a93"><code>429bfb7</code></a>
Version Packages (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13049">#13049</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/134e36343ef57ed7e6e2b3bb9e7f05ad37865794"><code>134e363</code></a>
fix: ensure error messages are escaped (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13050">#13050</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/d338d4635a7fd947ba5112df6ee632c4a0979438"><code>d338d46</code></a>
fix: escape values included in dev 404 page (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13039">#13039</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/5f8399d88fd9461a6111e03e6168067fba42e2c1"><code>5f8399d</code></a>
Version Packages (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13024">#13024</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/1358cccd52190df3c74bdd8970dbfb06ffc4ec72"><code>1358ccc</code></a>
fix: use default cookie decoder (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13037">#13037</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/570562b74d9e9f295d9b617478088a650f51e96b"><code>570562b</code></a>
fix: handle empty Headers when serialising Request passed to fetch (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13023">#13023</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/435984bf61b047d1e1a8efe88354ca7ac4e9109f"><code>435984b</code></a>
Version Packages (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/12992">#12992</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/0bd4426944ce9995b86199900e39c8d3929fa2f2"><code>0bd4426</code></a>
fix: support custom servers using HTTP/2 in production (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/12989">#12989</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/6df00fc8448bf72c91e8f6faee0605995b0fdd65"><code>6df00fc</code></a>
fix: csp nonce in <code>script-src-elem</code>,
<code>style-src-attr</code> and <code>style-src-elem</code> wh...</li>
<li><a
href="https://github.com/sveltejs/kit/commit/c717db91236c7ab15045b296c73201c6c6ecd6fa"><code>c717db9</code></a>
chore: update playground and add an endpoint (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/12983">#12983</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/sveltejs/kit/commits/@sveltejs/kit@2.8.3/packages/kit">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sveltejs/kit&package-manager=npm_and_yarn&previous-version=2.5.0&new-version=2.8.3)](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/getsentry/sentry-javascript/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This should help reduce the memory pressure of the SDK as we don't store
the entire request in memory anymore.
Continuation of
https://github.com/getsentry/sentry-javascript/pull/15424/files
---------
Co-authored-by: Catherine Lee <55311782+c298lee@users.noreply.github.com>
Co-authored-by: Billy Vong <billyvg@users.noreply.github.com>
@lforst
lforst requested a review from a team as a code ownerMarch 5, 2025 09:07
@github-actions

Copy link
Copy Markdown
Contributor

size-limit report 📦

PathSize% ChangeChange
@sentry/browser23.13 KBaddedadded
@sentry/browser - with treeshaking flags22.92 KBaddedadded
@sentry/browser (incl. Tracing)36.2 KBaddedadded
@sentry/browser (incl. Tracing, Replay)73.38 KBaddedadded
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags66.79 KBaddedadded
@sentry/browser (incl. Tracing, Replay with Canvas)77.99 KBaddedadded
@sentry/browser (incl. Tracing, Replay, Feedback)89.91 KBaddedadded
@sentry/browser (incl. Feedback)39.66 KBaddedadded
@sentry/browser (incl. sendFeedback)27.76 KBaddedadded
@sentry/browser (incl. FeedbackAsync)32.54 KBaddedadded
@sentry/react24.95 KBaddedadded
@sentry/react (incl. Tracing)38.08 KBaddedadded
@sentry/vue27.38 KBaddedadded
@sentry/vue (incl. Tracing)37.89 KBaddedadded
@sentry/svelte23.17 KBaddedadded
CDN Bundle24.34 KBaddedadded
CDN Bundle (incl. Tracing)36.24 KBaddedadded
CDN Bundle (incl. Tracing, Replay)71.25 KBaddedadded
CDN Bundle (incl. Tracing, Replay, Feedback)76.41 KBaddedadded
CDN Bundle - uncompressed71.12 KBaddedadded
CDN Bundle (incl. Tracing) - uncompressed107.51 KBaddedadded
CDN Bundle (incl. Tracing, Replay) - uncompressed218.78 KBaddedadded
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed231.31 KBaddedadded
@sentry/nextjs (client)39.25 KBaddedadded
@sentry/sveltekit (client)36.61 KBaddedadded
@sentry/node142.14 KBaddedadded
@sentry/node - without tracing95.57 KBaddedadded
@sentry/aws-serverless119.92 KBaddedadded

@lforst
lforst merged commit aef0a23 into masterMar 5, 2025
@lforst
lforst deleted the prepare-release/9.4.0 branch March 5, 2025 09:25
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@lforst@chargome@andreiborza@AbhiPrasad@timfish@Lms24@s1gr1d@ryan953
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Remove or un-stick sticky/fixed headers that block content\n(function() {\n function unstick() {\n document.querySelectorAll('header, nav, [role=\"banner\"], .header, .navbar, .sticky, .fixed-top, [style*=\"position: fixed\"], [style*=\"position:sticky\"]').forEach(function(el) {\n if (el.style.position === 'fixed' || el.style.position === 'sticky' || \n getComputedStyle(el).position === 'fixed' || getComputedStyle(el).position === 'sticky') {\n el.style.position = 'static';\n el.style.top = 'auto';\n el.style.zIndex = 'auto';\n }\n });\n }\n \n unstick();\n \n var observer = new MutationObserver(unstick);\n observer.observe(document.body, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class'] });\n})();", "Kill Sticky Headers"); } } catch(__e) { console.warn('[Userscript:Kill Sticky Headers]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

meta(changelog): Update changelog for 9.4.0 - #15585

Merged
lforst merged 29 commits into
masterfrom
prepare-release/9.4.0
Mar 5, 2025
Merged

meta(changelog): Update changelog for 9.4.0#15585
lforst merged 29 commits into
masterfrom
prepare-release/9.4.0

Conversation

@lforst

Copy link
Copy Markdown
Contributor

No description provided.

github-actionsBotand others added 29 commits February 28, 2025 14:12
[Gitflow] Merge master into develop
Objects that are created from an Object with a null prototype were not
correctly handled before. `Object.getPrototypeOf` of such objects does
not return `null` directly but also do not have a constructor.
This fix guards against these cases.
Closes: #15538
fixes#15558
The Node SDK init options allow for `transport` to be set as
`undefined`, but this breaks because of an error `TypeError:
options.transport is not a function`.
You can see a reproduction of this here:
https://stackblitz.com/edit/stackblitz-starters-phh3lfmy?file=index.ts
To fix this, we make sure we use `makeNodeTransport` if
`options.transport` is set to `undefined`.
… used in Cloudflare Pages (#15557)
We need to call `@sentry/cloudflare`'s
`setAsyncLocalStorageAsyncContextStrategy` function as otherwise, we
don't get working request isolation.
This patch exports `setAsyncLocalStorageAsyncContextStrategy` from
`@sentry/cloudflare` so that we can call it in the `initCloudflareSentryHandle`
function.
…pendency (#15554)
Redeclare the `@cloudflare/workers-types` package as an
optional peer dependency rather than an optional dependency. With other
SDKs now depending on `@sentry/cloudflare`, we'd pull in the type
package into non-cloudflare projects. (more details:
#15536 (comment)).
Bumps [@sentry/cli](https://github.com/getsentry/sentry-cli) from 2.41.1
to 2.42.2.
<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.42.2</h2>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>fix(sourcemaps): Exclude skipped files from bundle file count (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2397">#2397</a>)
by <a
href="https://github.com/a-hariti"><code>@​a-hariti</code></a></li>
<li>fix: warn about missing SENTRY_RELEASE when it's set to empty string
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2394">#2394</a>)
by <a
href="https://github.com/a-hariti"><code>@​a-hariti</code></a></li>
<li>build(node): Bump <code>semver@5.*</code> dependencies (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2399">#2399</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>semver@6.*</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2400">#2400</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>semver@^7.*</code> dependencies (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2398">#2398</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>cross-spawn@7.0.X</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2396">#2396</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>cross-spawn@^6.0.5</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2395">#2395</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Release Docker image to GHCR (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2393">#2393</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Fix caching (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2391">#2391</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
</ul>
<h2>2.42.1</h2>
<p>This release is a re-release of 2.42.0. There are no code changes to
the CLI. We are performing this re-release because 2.42.0 failed to
publish to Docker Hub.</p>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>ci(docker): Don't publish to GHCR via Craft (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2392">#2392</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
</ul>
<h2>2.42.0</h2>
<p>With this release, we now build and publish multi-architecture (arm64
and aarch64) Docker images for Sentry CLI.</p>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>feat: Only warn for token org mismatch (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2382">#2382</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>feat: Improve custom panic hook (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2355">#2355</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a>
<ul>
<li>We now have better error messages when there is an internal error in
Sentry CLI.</li>
</ul>
</li>
<li>feat: Deprecate <code>--use-artifact-bundle</code> option (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2349">#2349</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>feat: Deprecate <code>useArtifactBundle</code> JS option (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2348">#2348</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>fix(update): Properly handle errors when getting latest CLI version
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2370">#2370</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>ci(docker): Add Craft targets for <code>docker</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2390">#2390</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Enable caching of Docker builds (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2389">#2389</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Remove invalid argument (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2388">#2388</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Build each architecture natively (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2387">#2387</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(docker): Build Docker image on host architecture (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2386">#2386</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build: Use hash instead of branch in GHCR tag (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2384">#2384</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build: Build Docker image in CI and publish to GHCR (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2383">#2383</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci: Pin Actions runners' OS versions (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2353">#2353</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>meta: Update LICENSE (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2380">#2380</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build: Update <code>url</code> crate (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2379">#2379</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>docs: Explain why lint is disabled (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2371">#2371</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(sourcemaps): Fix <code>unnecessary_wraps</code> for
<code>add_debug_id_references</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2369">#2369</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(sourcemaps): Fix <code>unnecessary_wraps</code> for
<code>add_sourcemap_references</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2368">#2368</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(sourcemaps): Fix <code>unnecessary_wraps</code> lint for
<code>SourceMapsProcessor::add</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2367">#2367</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(sourcemaps): Make <code>lookup_pos</code> not return
<code>Option</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2366">#2366</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></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.42.2</h2>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>fix(sourcemaps): Exclude skipped files from bundle file count (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2397">#2397</a>)
by <a
href="https://github.com/a-hariti"><code>@​a-hariti</code></a></li>
<li>fix: warn about missing SENTRY_RELEASE when it's set to empty string
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2394">#2394</a>)
by <a
href="https://github.com/a-hariti"><code>@​a-hariti</code></a></li>
<li>build(node): Bump <code>semver@5.*</code> dependencies (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2399">#2399</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>semver@6.*</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2400">#2400</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>semver@^7.*</code> dependencies (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2398">#2398</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>cross-spawn@7.0.X</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2396">#2396</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>cross-spawn@^6.0.5</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2395">#2395</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Release Docker image to GHCR (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2393">#2393</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Fix caching (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2391">#2391</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
</ul>
<h2>2.42.1</h2>
<p>This release is a re-release of 2.42.0. There are no code changes to
the CLI. We are performing this re-release because 2.42.0 failed to
publish to Docker Hub.</p>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>ci(docker): Don't publish to GHCR via Craft (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2392">#2392</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
</ul>
<h2>2.42.0</h2>
<p>With this release, we now build and publish multi-architecture (arm64
and aarch64) Docker images for Sentry CLI.</p>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>feat: Only warn for token org mismatch (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2382">#2382</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>feat: Improve custom panic hook (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2355">#2355</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a>
<ul>
<li>We now have better error messages when there is an internal error in
Sentry CLI.</li>
</ul>
</li>
<li>feat: Deprecate <code>--use-artifact-bundle</code> option (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2349">#2349</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>feat: Deprecate <code>useArtifactBundle</code> JS option (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2348">#2348</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>fix(update): Properly handle errors when getting latest CLI version
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2370">#2370</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>ci(docker): Add Craft targets for <code>docker</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2390">#2390</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Enable caching of Docker builds (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2389">#2389</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Remove invalid argument (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2388">#2388</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Build each architecture natively (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2387">#2387</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(docker): Build Docker image on host architecture (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2386">#2386</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build: Use hash instead of branch in GHCR tag (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2384">#2384</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build: Build Docker image in CI and publish to GHCR (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2383">#2383</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci: Pin Actions runners' OS versions (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2353">#2353</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>meta: Update LICENSE (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2380">#2380</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build: Update <code>url</code> crate (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2379">#2379</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>docs: Explain why lint is disabled (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2371">#2371</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(sourcemaps): Fix <code>unnecessary_wraps</code> for
<code>add_debug_id_references</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2369">#2369</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></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/c04d60115532a40839271556d8a332768d210a6c"><code>c04d601</code></a>
release: 2.42.2</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/dfc6dd6ce8c43b70a75db7941adae2c2efb07bf7"><code>dfc6dd6</code></a>
fix(sourcemaps): Exclude skipped files from bundle file count (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2397">#2397</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/c7919f5a012150ce0206f220920c8599ca4010aa"><code>c7919f5</code></a>
fix: warn about missing SENTRY_RELEASE when it's set to empty string (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2394">#2394</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/f204b681f301fcf71047be187046ebf6a4034afa"><code>f204b68</code></a>
build(node): Bump <code>semver@5.*</code> dependencies (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2399">#2399</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/e0187b13fb3c6c49b4ecfc41e21b0cc2031c2ee1"><code>e0187b1</code></a>
build(node): Bump <code>semver@6.*</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2400">#2400</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/5e04d27a3b6241b12e63d902eacc6a8b4396299f"><code>5e04d27</code></a>
build(node): Bump <code>semver@^7.*</code> dependencies (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2398">#2398</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/82dad189580d247866206940391f31300ba8700a"><code>82dad18</code></a>
build(node): Bump <code>cross-spawn@7.0.X</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2396">#2396</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/2ec0c30ca48dfc48920ff0b604d2c0589573a72a"><code>2ec0c30</code></a>
build(node): Bump <code>cross-spawn@^6.0.5</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2395">#2395</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/5824695e88db18df75a04248ded121f3c8333137"><code>5824695</code></a>
ci(docker): Release Docker image to GHCR (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2393">#2393</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/6c108fb6aa5fbc35c5de7f34b0e66c6de48583e5"><code>6c108fb</code></a>
ci(docker): Fix caching (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2391">#2391</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/getsentry/sentry-cli/compare/2.41.1...2.42.2">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sentry/cli&package-manager=npm_and_yarn&previous-version=2.41.1&new-version=2.42.2)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…15564)
This patch hard-pins `@cloudflare/workers-types` to `4.20240725.0`, which was close to the version we installed before (`4.20240722.0`) and still satisfies the same minimum devDep version.
Bumps
[@sentry/webpack-plugin](https://github.com/getsentry/sentry-javascript-bundler-plugins)
from 3.1.2 to 3.2.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/releases"><code>@​sentry/webpack-plugin</code>'s
releases</a>.</em></p>
<blockquote>
<h2>3.2.1</h2>
<ul>
<li>deps: Bump <code>@​sentry/cli</code> to 2.42.2 (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/685">#685</a>)</li>
</ul>
<h2>3.2.0</h2>
<ul>
<li>feat(core): Accept and await a promise in
<code>sourcemaps.filesToDeleteAfterUpload</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/677">#677</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md"><code>@​sentry/webpack-plugin</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>3.2.1</h2>
<ul>
<li>deps: Bump <code>@​sentry/cli</code> to 2.42.2 (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/685">#685</a>)</li>
</ul>
<h2>3.2.0</h2>
<ul>
<li>feat(core): Accept and await a promise in
<code>sourcemaps.filesToDeleteAfterUpload</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/677">#677</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/4c79586f5a6092a9f36041e4b5ea5438a3886759"><code>4c79586</code></a>
release: 3.2.1</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/0968db9da0eab9408dfc4eaea129a81ee14a16b7"><code>0968db9</code></a>
deps: Bump <code>@sentry/cli</code> to <code>2.42.2</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/685">#685</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/c72d4dfbbdd907c74aa85b0fc8838a90cf828447"><code>c72d4df</code></a>
docs: Add react component name to readme feature list (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/684">#684</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/ac96af1ca4fd045f846067769b3cc4e21058c810"><code>ac96af1</code></a>
Merge branch 'release/3.2.0'</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/9ce301a018a577093c9758dca409f7204938c278"><code>9ce301a</code></a>
release: 3.2.0</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/a65087806e84ea683408a87f2c67a263b24ebb63"><code>a650878</code></a>
meta: Update changelog for 3.2.0 (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/678">#678</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/425501238b0d08f5404d2c5b71e711a78a16cdc5"><code>4255012</code></a>
feat(core): Accept and await a promise in
`sourcemaps.filesToDeleteAfterUploa...</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/7e71b59e4b915a1f576213b525c290a9ba0659ea"><code>7e71b59</code></a>
Merge branch 'release/3.1.2'</li>
<li>See full diff in <a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/3.1.2...3.2.1">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sentry/webpack-plugin&package-manager=npm_and_yarn&previous-version=3.1.2&new-version=3.2.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add a more general version support policy that does not need to be
updated on every major release.
- Ref #11084
`constructWebpackConfig.test.ts` still has test failures. The mocks
don't appear to be working or other strange behaviour.
---------
Co-authored-by: Charly Gomez <charly.gomez@sentry.io>
…ges/e2e-tests/test-applications/sveltekit-2.5.0-twp (#15571)
Bumps
[@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit)
from 2.5.0 to 2.8.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sveltejs/kit/releases"><code>@​sveltejs/kit</code>'s
releases</a>.</em></p>
<blockquote>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.8.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: ensure error messages are escaped (<a
href="https://redirect.github.com/sveltejs/kit/pull/13050">#13050</a>)</p>
</li>
<li>
<p>fix: escape values included in dev 404 page (<a
href="https://redirect.github.com/sveltejs/kit/pull/13039">#13039</a>)</p>
</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.8.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: prevent duplicate fetch request when using Request with load
function's fetch (<a
href="https://redirect.github.com/sveltejs/kit/pull/13023">#13023</a>)</p>
</li>
<li>
<p>fix: do not override default cookie decoder to allow users to
override the <code>cookie</code> library version (<a
href="https://redirect.github.com/sveltejs/kit/pull/13037">#13037</a>)</p>
</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.8.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: only add nonce to <code>script-src-elem</code>,
<code>style-src-attr</code> and <code>style-src-elem</code> CSP
directives when <code>unsafe-inline</code> is not present (<a
href="https://redirect.github.com/sveltejs/kit/pull/11613">#11613</a>)</p>
</li>
<li>
<p>fix: support HTTP/2 in dev and production. Revert the changes from <a
href="https://redirect.github.com/sveltejs/kit/pull/12907">#12907</a> to
downgrade HTTP/2 to TLS as now being unnecessary (<a
href="https://redirect.github.com/sveltejs/kit/pull/12989">#12989</a>)</p>
</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.8.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>feat: add helper to identify <code>ActionFailure</code> objects (<a
href="https://redirect.github.com/sveltejs/kit/pull/12878">#12878</a>)</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.7.7</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: update link in JSDoc (<a
href="https://redirect.github.com/sveltejs/kit/pull/12963">#12963</a>)</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.7.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: update broken links in JSDoc (<a
href="https://redirect.github.com/sveltejs/kit/pull/12960">#12960</a>)</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.7.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: warn on invalid cookie name characters (<a
href="https://redirect.github.com/sveltejs/kit/pull/12806">#12806</a>)</p>
</li>
<li>
<p>fix: when using <code>@vitejs/plugin-basic-ssl</code>, set a no-op
proxy config to downgrade from HTTP/2 to TLS since <code>undici</code>
does not yet enable HTTP/2 by default (<a
href="https://redirect.github.com/sveltejs/kit/pull/12907">#12907</a>)</p>
</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.7.4</h2>
<h3>Patch Changes</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md"><code>@​sveltejs/kit</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>2.8.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: ensure error messages are escaped (<a
href="https://redirect.github.com/sveltejs/kit/pull/13050">#13050</a>)</p>
</li>
<li>
<p>fix: escape values included in dev 404 page (<a
href="https://redirect.github.com/sveltejs/kit/pull/13039">#13039</a>)</p>
</li>
</ul>
<h2>2.8.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: prevent duplicate fetch request when using Request with load
function's fetch (<a
href="https://redirect.github.com/sveltejs/kit/pull/13023">#13023</a>)</p>
</li>
<li>
<p>fix: do not override default cookie decoder to allow users to
override the <code>cookie</code> library version (<a
href="https://redirect.github.com/sveltejs/kit/pull/13037">#13037</a>)</p>
</li>
</ul>
<h2>2.8.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: only add nonce to <code>script-src-elem</code>,
<code>style-src-attr</code> and <code>style-src-elem</code> CSP
directives when <code>unsafe-inline</code> is not present (<a
href="https://redirect.github.com/sveltejs/kit/pull/11613">#11613</a>)</p>
</li>
<li>
<p>fix: support HTTP/2 in dev and production. Revert the changes from <a
href="https://redirect.github.com/sveltejs/kit/pull/12907">#12907</a> to
downgrade HTTP/2 to TLS as now being unnecessary (<a
href="https://redirect.github.com/sveltejs/kit/pull/12989">#12989</a>)</p>
</li>
</ul>
<h2>2.8.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>feat: add helper to identify <code>ActionFailure</code> objects (<a
href="https://redirect.github.com/sveltejs/kit/pull/12878">#12878</a>)</li>
</ul>
<h2>2.7.7</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: update link in JSDoc (<a
href="https://redirect.github.com/sveltejs/kit/pull/12963">#12963</a>)</li>
</ul>
<h2>2.7.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: update broken links in JSDoc (<a
href="https://redirect.github.com/sveltejs/kit/pull/12960">#12960</a>)</li>
</ul>
<h2>2.7.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: warn on invalid cookie name characters (<a
href="https://redirect.github.com/sveltejs/kit/pull/12806">#12806</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sveltejs/kit/commit/429bfb74fe823ea13a5fa0547dcf4cd6bb358a93"><code>429bfb7</code></a>
Version Packages (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13049">#13049</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/134e36343ef57ed7e6e2b3bb9e7f05ad37865794"><code>134e363</code></a>
fix: ensure error messages are escaped (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13050">#13050</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/d338d4635a7fd947ba5112df6ee632c4a0979438"><code>d338d46</code></a>
fix: escape values included in dev 404 page (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13039">#13039</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/5f8399d88fd9461a6111e03e6168067fba42e2c1"><code>5f8399d</code></a>
Version Packages (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13024">#13024</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/1358cccd52190df3c74bdd8970dbfb06ffc4ec72"><code>1358ccc</code></a>
fix: use default cookie decoder (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13037">#13037</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/570562b74d9e9f295d9b617478088a650f51e96b"><code>570562b</code></a>
fix: handle empty Headers when serialising Request passed to fetch (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13023">#13023</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/435984bf61b047d1e1a8efe88354ca7ac4e9109f"><code>435984b</code></a>
Version Packages (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/12992">#12992</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/0bd4426944ce9995b86199900e39c8d3929fa2f2"><code>0bd4426</code></a>
fix: support custom servers using HTTP/2 in production (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/12989">#12989</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/6df00fc8448bf72c91e8f6faee0605995b0fdd65"><code>6df00fc</code></a>
fix: csp nonce in <code>script-src-elem</code>,
<code>style-src-attr</code> and <code>style-src-elem</code> wh...</li>
<li><a
href="https://github.com/sveltejs/kit/commit/c717db91236c7ab15045b296c73201c6c6ecd6fa"><code>c717db9</code></a>
chore: update playground and add an endpoint (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/12983">#12983</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/sveltejs/kit/commits/@sveltejs/kit@2.8.3/packages/kit">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sveltejs/kit&package-manager=npm_and_yarn&previous-version=2.5.0&new-version=2.8.3)](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/getsentry/sentry-javascript/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This should help reduce the memory pressure of the SDK as we don't store
the entire request in memory anymore.
Continuation of
https://github.com/getsentry/sentry-javascript/pull/15424/files
---------
Co-authored-by: Catherine Lee <55311782+c298lee@users.noreply.github.com>
Co-authored-by: Billy Vong <billyvg@users.noreply.github.com>
@lforst
lforst requested a review from a team as a code ownerMarch 5, 2025 09:07
@github-actions

Copy link
Copy Markdown
Contributor

size-limit report 📦

PathSize% ChangeChange
@sentry/browser23.13 KBaddedadded
@sentry/browser - with treeshaking flags22.92 KBaddedadded
@sentry/browser (incl. Tracing)36.2 KBaddedadded
@sentry/browser (incl. Tracing, Replay)73.38 KBaddedadded
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags66.79 KBaddedadded
@sentry/browser (incl. Tracing, Replay with Canvas)77.99 KBaddedadded
@sentry/browser (incl. Tracing, Replay, Feedback)89.91 KBaddedadded
@sentry/browser (incl. Feedback)39.66 KBaddedadded
@sentry/browser (incl. sendFeedback)27.76 KBaddedadded
@sentry/browser (incl. FeedbackAsync)32.54 KBaddedadded
@sentry/react24.95 KBaddedadded
@sentry/react (incl. Tracing)38.08 KBaddedadded
@sentry/vue27.38 KBaddedadded
@sentry/vue (incl. Tracing)37.89 KBaddedadded
@sentry/svelte23.17 KBaddedadded
CDN Bundle24.34 KBaddedadded
CDN Bundle (incl. Tracing)36.24 KBaddedadded
CDN Bundle (incl. Tracing, Replay)71.25 KBaddedadded
CDN Bundle (incl. Tracing, Replay, Feedback)76.41 KBaddedadded
CDN Bundle - uncompressed71.12 KBaddedadded
CDN Bundle (incl. Tracing) - uncompressed107.51 KBaddedadded
CDN Bundle (incl. Tracing, Replay) - uncompressed218.78 KBaddedadded
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed231.31 KBaddedadded
@sentry/nextjs (client)39.25 KBaddedadded
@sentry/sveltekit (client)36.61 KBaddedadded
@sentry/node142.14 KBaddedadded
@sentry/node - without tracing95.57 KBaddedadded
@sentry/aws-serverless119.92 KBaddedadded

@lforst
lforst merged commit aef0a23 into masterMar 5, 2025
@lforst
lforst deleted the prepare-release/9.4.0 branch March 5, 2025 09:25
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@lforst@chargome@andreiborza@AbhiPrasad@timfish@Lms24@s1gr1d@ryan953
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Universal Dark Mode - works on any site\n(function() {\n var enabled = true;\n \n function applyDarkMode() {\n if (!enabled) return;\n \n // Create style element if it doesn't exist\n var style = document.getElementById('universal-dark-mode-style');\n if (!style) {\n style = document.createElement('style');\n style.id = 'universal-dark-mode-style';\n document.head.appendChild(style);\n }\n \n // Dark mode CSS - inverts colors but preserves images/video\n style.textContent = '\n /* Invert everything except media */\n html {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #1a1a2e !important;\n }\n \n /* Restore images, videos, iframes, canvas */\n img, video, iframe, canvas, svg, picture, [style*=\"background-image\"] {\n filter: invert(1) hue-rotate(180deg) !important;\n }\n \n /* Preserve specific elements that should not be inverted */\n .no-dark-mode, .no-dark-mode *,\n [data-theme=\"light\"], [data-theme=\"light\"],\n .ace_editor, .ace_editor *,\n .CodeMirror, .CodeMirror *,\n .monaco-editor, .monaco-editor *,\n .markdown-body pre, .markdown-body pre *,\n .highlight, .highlight *,\n pre code, pre code * {\n filter: none !important;\n }\n \n /* Fix common UI elements */\n .modal, .popup, .dropdown-menu, .tooltip, .popover {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #2d2d44 !important;\n border-color: #444 !important;\n }\n \n /* Scrollbars */\n ::-webkit-scrollbar { background: #1a1a2e !important; }\n ::-webkit-scrollbar-thumb { background: #444 !important; }\n ::-webkit-scrollbar-thumb:hover { background: #555 !important; }\n \n /* Selection */\n ::selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ::-moz-selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ';\n }\n \n function removeDarkMode() {\n var style = document.getElementById('universal-dark-mode-style');\n if (style) style.remove();\n }\n \n // Toggle with Alt+Shift+D\n document.addEventListener('keydown', function(e) {\n if (e.altKey && e.shiftKey && e.key === 'D') {\n e.preventDefault();\n enabled = !enabled;\n if (enabled) {\n applyDarkMode();\n console.log('[Universal Dark Mode] Enabled');\n } else {\n removeDarkMode();\n console.log('[Universal Dark Mode] Disabled');\n }\n }\n });\n \n // Apply on load\n applyDarkMode();\n \n // Re-apply on dynamic content\n var observer = new MutationObserver(function(mutations) {\n if (enabled && !document.getElementById('universal-dark-mode-style')) {\n applyDarkMode();\n }\n });\n observer.observe(document.head, { childList: true });\n \n console.log('[Universal Dark Mode] Loaded - Press Alt+Shift+D to toggle');\n})();", "Universal Dark Mode"); } } catch(__e) { console.warn('[Userscript:Universal Dark Mode]', __e); } })(); })();
Skip to content

meta(changelog): Update changelog for 9.4.0 - #15585

Merged
lforst merged 29 commits into
masterfrom
prepare-release/9.4.0
Mar 5, 2025
Merged

meta(changelog): Update changelog for 9.4.0#15585
lforst merged 29 commits into
masterfrom
prepare-release/9.4.0

Conversation

@lforst

Copy link
Copy Markdown
Contributor

No description provided.

github-actionsBotand others added 29 commits February 28, 2025 14:12
[Gitflow] Merge master into develop
Objects that are created from an Object with a null prototype were not
correctly handled before. `Object.getPrototypeOf` of such objects does
not return `null` directly but also do not have a constructor.
This fix guards against these cases.
Closes: #15538
fixes#15558
The Node SDK init options allow for `transport` to be set as
`undefined`, but this breaks because of an error `TypeError:
options.transport is not a function`.
You can see a reproduction of this here:
https://stackblitz.com/edit/stackblitz-starters-phh3lfmy?file=index.ts
To fix this, we make sure we use `makeNodeTransport` if
`options.transport` is set to `undefined`.
… used in Cloudflare Pages (#15557)
We need to call `@sentry/cloudflare`'s
`setAsyncLocalStorageAsyncContextStrategy` function as otherwise, we
don't get working request isolation.
This patch exports `setAsyncLocalStorageAsyncContextStrategy` from
`@sentry/cloudflare` so that we can call it in the `initCloudflareSentryHandle`
function.
…pendency (#15554)
Redeclare the `@cloudflare/workers-types` package as an
optional peer dependency rather than an optional dependency. With other
SDKs now depending on `@sentry/cloudflare`, we'd pull in the type
package into non-cloudflare projects. (more details:
#15536 (comment)).
Bumps [@sentry/cli](https://github.com/getsentry/sentry-cli) from 2.41.1
to 2.42.2.
<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.42.2</h2>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>fix(sourcemaps): Exclude skipped files from bundle file count (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2397">#2397</a>)
by <a
href="https://github.com/a-hariti"><code>@​a-hariti</code></a></li>
<li>fix: warn about missing SENTRY_RELEASE when it's set to empty string
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2394">#2394</a>)
by <a
href="https://github.com/a-hariti"><code>@​a-hariti</code></a></li>
<li>build(node): Bump <code>semver@5.*</code> dependencies (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2399">#2399</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>semver@6.*</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2400">#2400</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>semver@^7.*</code> dependencies (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2398">#2398</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>cross-spawn@7.0.X</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2396">#2396</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>cross-spawn@^6.0.5</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2395">#2395</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Release Docker image to GHCR (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2393">#2393</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Fix caching (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2391">#2391</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
</ul>
<h2>2.42.1</h2>
<p>This release is a re-release of 2.42.0. There are no code changes to
the CLI. We are performing this re-release because 2.42.0 failed to
publish to Docker Hub.</p>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>ci(docker): Don't publish to GHCR via Craft (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2392">#2392</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
</ul>
<h2>2.42.0</h2>
<p>With this release, we now build and publish multi-architecture (arm64
and aarch64) Docker images for Sentry CLI.</p>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>feat: Only warn for token org mismatch (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2382">#2382</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>feat: Improve custom panic hook (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2355">#2355</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a>
<ul>
<li>We now have better error messages when there is an internal error in
Sentry CLI.</li>
</ul>
</li>
<li>feat: Deprecate <code>--use-artifact-bundle</code> option (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2349">#2349</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>feat: Deprecate <code>useArtifactBundle</code> JS option (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2348">#2348</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>fix(update): Properly handle errors when getting latest CLI version
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2370">#2370</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>ci(docker): Add Craft targets for <code>docker</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2390">#2390</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Enable caching of Docker builds (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2389">#2389</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Remove invalid argument (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2388">#2388</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Build each architecture natively (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2387">#2387</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(docker): Build Docker image on host architecture (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2386">#2386</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build: Use hash instead of branch in GHCR tag (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2384">#2384</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build: Build Docker image in CI and publish to GHCR (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2383">#2383</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci: Pin Actions runners' OS versions (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2353">#2353</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>meta: Update LICENSE (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2380">#2380</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build: Update <code>url</code> crate (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2379">#2379</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>docs: Explain why lint is disabled (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2371">#2371</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(sourcemaps): Fix <code>unnecessary_wraps</code> for
<code>add_debug_id_references</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2369">#2369</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(sourcemaps): Fix <code>unnecessary_wraps</code> for
<code>add_sourcemap_references</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2368">#2368</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(sourcemaps): Fix <code>unnecessary_wraps</code> lint for
<code>SourceMapsProcessor::add</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2367">#2367</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(sourcemaps): Make <code>lookup_pos</code> not return
<code>Option</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2366">#2366</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></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.42.2</h2>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>fix(sourcemaps): Exclude skipped files from bundle file count (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2397">#2397</a>)
by <a
href="https://github.com/a-hariti"><code>@​a-hariti</code></a></li>
<li>fix: warn about missing SENTRY_RELEASE when it's set to empty string
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2394">#2394</a>)
by <a
href="https://github.com/a-hariti"><code>@​a-hariti</code></a></li>
<li>build(node): Bump <code>semver@5.*</code> dependencies (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2399">#2399</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>semver@6.*</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2400">#2400</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>semver@^7.*</code> dependencies (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2398">#2398</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>cross-spawn@7.0.X</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2396">#2396</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(node): Bump <code>cross-spawn@^6.0.5</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2395">#2395</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Release Docker image to GHCR (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2393">#2393</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Fix caching (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2391">#2391</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
</ul>
<h2>2.42.1</h2>
<p>This release is a re-release of 2.42.0. There are no code changes to
the CLI. We are performing this re-release because 2.42.0 failed to
publish to Docker Hub.</p>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>ci(docker): Don't publish to GHCR via Craft (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2392">#2392</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
</ul>
<h2>2.42.0</h2>
<p>With this release, we now build and publish multi-architecture (arm64
and aarch64) Docker images for Sentry CLI.</p>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>feat: Only warn for token org mismatch (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2382">#2382</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>feat: Improve custom panic hook (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2355">#2355</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a>
<ul>
<li>We now have better error messages when there is an internal error in
Sentry CLI.</li>
</ul>
</li>
<li>feat: Deprecate <code>--use-artifact-bundle</code> option (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2349">#2349</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>feat: Deprecate <code>useArtifactBundle</code> JS option (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2348">#2348</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>fix(update): Properly handle errors when getting latest CLI version
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2370">#2370</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>ci(docker): Add Craft targets for <code>docker</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2390">#2390</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Enable caching of Docker builds (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2389">#2389</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Remove invalid argument (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2388">#2388</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci(docker): Build each architecture natively (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2387">#2387</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build(docker): Build Docker image on host architecture (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2386">#2386</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build: Use hash instead of branch in GHCR tag (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2384">#2384</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build: Build Docker image in CI and publish to GHCR (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2383">#2383</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ci: Pin Actions runners' OS versions (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2353">#2353</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>meta: Update LICENSE (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2380">#2380</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>build: Update <code>url</code> crate (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2379">#2379</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>docs: Explain why lint is disabled (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2371">#2371</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>ref(sourcemaps): Fix <code>unnecessary_wraps</code> for
<code>add_debug_id_references</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2369">#2369</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></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/c04d60115532a40839271556d8a332768d210a6c"><code>c04d601</code></a>
release: 2.42.2</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/dfc6dd6ce8c43b70a75db7941adae2c2efb07bf7"><code>dfc6dd6</code></a>
fix(sourcemaps): Exclude skipped files from bundle file count (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2397">#2397</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/c7919f5a012150ce0206f220920c8599ca4010aa"><code>c7919f5</code></a>
fix: warn about missing SENTRY_RELEASE when it's set to empty string (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2394">#2394</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/f204b681f301fcf71047be187046ebf6a4034afa"><code>f204b68</code></a>
build(node): Bump <code>semver@5.*</code> dependencies (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2399">#2399</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/e0187b13fb3c6c49b4ecfc41e21b0cc2031c2ee1"><code>e0187b1</code></a>
build(node): Bump <code>semver@6.*</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2400">#2400</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/5e04d27a3b6241b12e63d902eacc6a8b4396299f"><code>5e04d27</code></a>
build(node): Bump <code>semver@^7.*</code> dependencies (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2398">#2398</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/82dad189580d247866206940391f31300ba8700a"><code>82dad18</code></a>
build(node): Bump <code>cross-spawn@7.0.X</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2396">#2396</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/2ec0c30ca48dfc48920ff0b604d2c0589573a72a"><code>2ec0c30</code></a>
build(node): Bump <code>cross-spawn@^6.0.5</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2395">#2395</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/5824695e88db18df75a04248ded121f3c8333137"><code>5824695</code></a>
ci(docker): Release Docker image to GHCR (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2393">#2393</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/6c108fb6aa5fbc35c5de7f34b0e66c6de48583e5"><code>6c108fb</code></a>
ci(docker): Fix caching (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2391">#2391</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/getsentry/sentry-cli/compare/2.41.1...2.42.2">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sentry/cli&package-manager=npm_and_yarn&previous-version=2.41.1&new-version=2.42.2)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…15564)
This patch hard-pins `@cloudflare/workers-types` to `4.20240725.0`, which was close to the version we installed before (`4.20240722.0`) and still satisfies the same minimum devDep version.
Bumps
[@sentry/webpack-plugin](https://github.com/getsentry/sentry-javascript-bundler-plugins)
from 3.1.2 to 3.2.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/releases"><code>@​sentry/webpack-plugin</code>'s
releases</a>.</em></p>
<blockquote>
<h2>3.2.1</h2>
<ul>
<li>deps: Bump <code>@​sentry/cli</code> to 2.42.2 (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/685">#685</a>)</li>
</ul>
<h2>3.2.0</h2>
<ul>
<li>feat(core): Accept and await a promise in
<code>sourcemaps.filesToDeleteAfterUpload</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/677">#677</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md"><code>@​sentry/webpack-plugin</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>3.2.1</h2>
<ul>
<li>deps: Bump <code>@​sentry/cli</code> to 2.42.2 (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/685">#685</a>)</li>
</ul>
<h2>3.2.0</h2>
<ul>
<li>feat(core): Accept and await a promise in
<code>sourcemaps.filesToDeleteAfterUpload</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/677">#677</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/4c79586f5a6092a9f36041e4b5ea5438a3886759"><code>4c79586</code></a>
release: 3.2.1</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/0968db9da0eab9408dfc4eaea129a81ee14a16b7"><code>0968db9</code></a>
deps: Bump <code>@sentry/cli</code> to <code>2.42.2</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/685">#685</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/c72d4dfbbdd907c74aa85b0fc8838a90cf828447"><code>c72d4df</code></a>
docs: Add react component name to readme feature list (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/684">#684</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/ac96af1ca4fd045f846067769b3cc4e21058c810"><code>ac96af1</code></a>
Merge branch 'release/3.2.0'</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/9ce301a018a577093c9758dca409f7204938c278"><code>9ce301a</code></a>
release: 3.2.0</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/a65087806e84ea683408a87f2c67a263b24ebb63"><code>a650878</code></a>
meta: Update changelog for 3.2.0 (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/678">#678</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/425501238b0d08f5404d2c5b71e711a78a16cdc5"><code>4255012</code></a>
feat(core): Accept and await a promise in
`sourcemaps.filesToDeleteAfterUploa...</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/7e71b59e4b915a1f576213b525c290a9ba0659ea"><code>7e71b59</code></a>
Merge branch 'release/3.1.2'</li>
<li>See full diff in <a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/3.1.2...3.2.1">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sentry/webpack-plugin&package-manager=npm_and_yarn&previous-version=3.1.2&new-version=3.2.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add a more general version support policy that does not need to be
updated on every major release.
- Ref #11084
`constructWebpackConfig.test.ts` still has test failures. The mocks
don't appear to be working or other strange behaviour.
---------
Co-authored-by: Charly Gomez <charly.gomez@sentry.io>
…ges/e2e-tests/test-applications/sveltekit-2.5.0-twp (#15571)
Bumps
[@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit)
from 2.5.0 to 2.8.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sveltejs/kit/releases"><code>@​sveltejs/kit</code>'s
releases</a>.</em></p>
<blockquote>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.8.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: ensure error messages are escaped (<a
href="https://redirect.github.com/sveltejs/kit/pull/13050">#13050</a>)</p>
</li>
<li>
<p>fix: escape values included in dev 404 page (<a
href="https://redirect.github.com/sveltejs/kit/pull/13039">#13039</a>)</p>
</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.8.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: prevent duplicate fetch request when using Request with load
function's fetch (<a
href="https://redirect.github.com/sveltejs/kit/pull/13023">#13023</a>)</p>
</li>
<li>
<p>fix: do not override default cookie decoder to allow users to
override the <code>cookie</code> library version (<a
href="https://redirect.github.com/sveltejs/kit/pull/13037">#13037</a>)</p>
</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.8.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: only add nonce to <code>script-src-elem</code>,
<code>style-src-attr</code> and <code>style-src-elem</code> CSP
directives when <code>unsafe-inline</code> is not present (<a
href="https://redirect.github.com/sveltejs/kit/pull/11613">#11613</a>)</p>
</li>
<li>
<p>fix: support HTTP/2 in dev and production. Revert the changes from <a
href="https://redirect.github.com/sveltejs/kit/pull/12907">#12907</a> to
downgrade HTTP/2 to TLS as now being unnecessary (<a
href="https://redirect.github.com/sveltejs/kit/pull/12989">#12989</a>)</p>
</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.8.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>feat: add helper to identify <code>ActionFailure</code> objects (<a
href="https://redirect.github.com/sveltejs/kit/pull/12878">#12878</a>)</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.7.7</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: update link in JSDoc (<a
href="https://redirect.github.com/sveltejs/kit/pull/12963">#12963</a>)</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.7.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: update broken links in JSDoc (<a
href="https://redirect.github.com/sveltejs/kit/pull/12960">#12960</a>)</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.7.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: warn on invalid cookie name characters (<a
href="https://redirect.github.com/sveltejs/kit/pull/12806">#12806</a>)</p>
</li>
<li>
<p>fix: when using <code>@vitejs/plugin-basic-ssl</code>, set a no-op
proxy config to downgrade from HTTP/2 to TLS since <code>undici</code>
does not yet enable HTTP/2 by default (<a
href="https://redirect.github.com/sveltejs/kit/pull/12907">#12907</a>)</p>
</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.7.4</h2>
<h3>Patch Changes</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md"><code>@​sveltejs/kit</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>2.8.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: ensure error messages are escaped (<a
href="https://redirect.github.com/sveltejs/kit/pull/13050">#13050</a>)</p>
</li>
<li>
<p>fix: escape values included in dev 404 page (<a
href="https://redirect.github.com/sveltejs/kit/pull/13039">#13039</a>)</p>
</li>
</ul>
<h2>2.8.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: prevent duplicate fetch request when using Request with load
function's fetch (<a
href="https://redirect.github.com/sveltejs/kit/pull/13023">#13023</a>)</p>
</li>
<li>
<p>fix: do not override default cookie decoder to allow users to
override the <code>cookie</code> library version (<a
href="https://redirect.github.com/sveltejs/kit/pull/13037">#13037</a>)</p>
</li>
</ul>
<h2>2.8.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: only add nonce to <code>script-src-elem</code>,
<code>style-src-attr</code> and <code>style-src-elem</code> CSP
directives when <code>unsafe-inline</code> is not present (<a
href="https://redirect.github.com/sveltejs/kit/pull/11613">#11613</a>)</p>
</li>
<li>
<p>fix: support HTTP/2 in dev and production. Revert the changes from <a
href="https://redirect.github.com/sveltejs/kit/pull/12907">#12907</a> to
downgrade HTTP/2 to TLS as now being unnecessary (<a
href="https://redirect.github.com/sveltejs/kit/pull/12989">#12989</a>)</p>
</li>
</ul>
<h2>2.8.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>feat: add helper to identify <code>ActionFailure</code> objects (<a
href="https://redirect.github.com/sveltejs/kit/pull/12878">#12878</a>)</li>
</ul>
<h2>2.7.7</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: update link in JSDoc (<a
href="https://redirect.github.com/sveltejs/kit/pull/12963">#12963</a>)</li>
</ul>
<h2>2.7.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: update broken links in JSDoc (<a
href="https://redirect.github.com/sveltejs/kit/pull/12960">#12960</a>)</li>
</ul>
<h2>2.7.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: warn on invalid cookie name characters (<a
href="https://redirect.github.com/sveltejs/kit/pull/12806">#12806</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sveltejs/kit/commit/429bfb74fe823ea13a5fa0547dcf4cd6bb358a93"><code>429bfb7</code></a>
Version Packages (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13049">#13049</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/134e36343ef57ed7e6e2b3bb9e7f05ad37865794"><code>134e363</code></a>
fix: ensure error messages are escaped (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13050">#13050</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/d338d4635a7fd947ba5112df6ee632c4a0979438"><code>d338d46</code></a>
fix: escape values included in dev 404 page (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13039">#13039</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/5f8399d88fd9461a6111e03e6168067fba42e2c1"><code>5f8399d</code></a>
Version Packages (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13024">#13024</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/1358cccd52190df3c74bdd8970dbfb06ffc4ec72"><code>1358ccc</code></a>
fix: use default cookie decoder (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13037">#13037</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/570562b74d9e9f295d9b617478088a650f51e96b"><code>570562b</code></a>
fix: handle empty Headers when serialising Request passed to fetch (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13023">#13023</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/435984bf61b047d1e1a8efe88354ca7ac4e9109f"><code>435984b</code></a>
Version Packages (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/12992">#12992</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/0bd4426944ce9995b86199900e39c8d3929fa2f2"><code>0bd4426</code></a>
fix: support custom servers using HTTP/2 in production (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/12989">#12989</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/6df00fc8448bf72c91e8f6faee0605995b0fdd65"><code>6df00fc</code></a>
fix: csp nonce in <code>script-src-elem</code>,
<code>style-src-attr</code> and <code>style-src-elem</code> wh...</li>
<li><a
href="https://github.com/sveltejs/kit/commit/c717db91236c7ab15045b296c73201c6c6ecd6fa"><code>c717db9</code></a>
chore: update playground and add an endpoint (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/12983">#12983</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/sveltejs/kit/commits/@sveltejs/kit@2.8.3/packages/kit">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sveltejs/kit&package-manager=npm_and_yarn&previous-version=2.5.0&new-version=2.8.3)](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/getsentry/sentry-javascript/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This should help reduce the memory pressure of the SDK as we don't store
the entire request in memory anymore.
Continuation of
https://github.com/getsentry/sentry-javascript/pull/15424/files
---------
Co-authored-by: Catherine Lee <55311782+c298lee@users.noreply.github.com>
Co-authored-by: Billy Vong <billyvg@users.noreply.github.com>
@lforst
lforst requested a review from a team as a code ownerMarch 5, 2025 09:07
@github-actions

Copy link
Copy Markdown
Contributor

size-limit report 📦

PathSize% ChangeChange
@sentry/browser23.13 KBaddedadded
@sentry/browser - with treeshaking flags22.92 KBaddedadded
@sentry/browser (incl. Tracing)36.2 KBaddedadded
@sentry/browser (incl. Tracing, Replay)73.38 KBaddedadded
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags66.79 KBaddedadded
@sentry/browser (incl. Tracing, Replay with Canvas)77.99 KBaddedadded
@sentry/browser (incl. Tracing, Replay, Feedback)89.91 KBaddedadded
@sentry/browser (incl. Feedback)39.66 KBaddedadded
@sentry/browser (incl. sendFeedback)27.76 KBaddedadded
@sentry/browser (incl. FeedbackAsync)32.54 KBaddedadded
@sentry/react24.95 KBaddedadded
@sentry/react (incl. Tracing)38.08 KBaddedadded
@sentry/vue27.38 KBaddedadded
@sentry/vue (incl. Tracing)37.89 KBaddedadded
@sentry/svelte23.17 KBaddedadded
CDN Bundle24.34 KBaddedadded
CDN Bundle (incl. Tracing)36.24 KBaddedadded
CDN Bundle (incl. Tracing, Replay)71.25 KBaddedadded
CDN Bundle (incl. Tracing, Replay, Feedback)76.41 KBaddedadded
CDN Bundle - uncompressed71.12 KBaddedadded
CDN Bundle (incl. Tracing) - uncompressed107.51 KBaddedadded
CDN Bundle (incl. Tracing, Replay) - uncompressed218.78 KBaddedadded
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed231.31 KBaddedadded
@sentry/nextjs (client)39.25 KBaddedadded
@sentry/sveltekit (client)36.61 KBaddedadded
@sentry/node142.14 KBaddedadded
@sentry/node - without tracing95.57 KBaddedadded
@sentry/aws-serverless119.92 KBaddedadded

@lforst
lforst merged commit aef0a23 into masterMar 5, 2025
@lforst
lforst deleted the prepare-release/9.4.0 branch March 5, 2025 09:25
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@lforst@chargome@andreiborza@AbhiPrasad@timfish@Lms24@s1gr1d@ryan953