Commit 63f2403
authored
chore(deps): bump @sentry/sveltekit from 8.7.0 to 8.8.0 (#685)
Bumps
[@sentry/sveltekit](https://github.com/getsentry/sentry-javascript) from
8.7.0 to 8.8.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/getsentry/sentry-javascript/releases"><code>@sentry/sveltekit</code>'s
releases</a>.</em></p>
<blockquote>
<h2>8.8.0</h2>
<ul>
<li><strong>feat: Upgrade OTEL dependencies (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12388">#12388</a>)</strong></li>
</ul>
<p>This upgrades the OpenTelemetry dependencies to the latest versions
and makes OTEL use <code>import-in-the-middle</code>
<code>v1.8.0</code>.
This should fix numerous issues with using OTEL instrumentation with
ESM.</p>
<p>High level issues fixed with OTEL + ESM:</p>
<ul>
<li>incompatibilities with using multiple loaders, commonly encountered
while using <code>tsx</code> or similar libraries.</li>
<li>incompatibilities with libraries that use duplicate namespace
exports like <code>date-fns</code>.</li>
<li>incompatibilities with libraries that use self-referencing namespace
imports like <code>openai</code>.</li>
<li>incompatibilities with dynamic export patterns like exports with
function calls.</li>
<li><code>ENOENT: no such file or directory</code> bugs that libraries
like <a
href="https://github.com/discordjs/discord.js"><code>discord.js</code></a>
surface.</li>
</ul>
<p>If you are still encountering issues with OpenTelemetry
instrumentation and ESM, please let us know.</p>
<ul>
<li>deps: Bump Sentry bundler plugins to version <code>2.18.0</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12381">#12381</a>)</li>
<li>feat: Add <code>thirdPartyErrorFilterIntegration</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12267">#12267</a>)</li>
<li>feat(core): Filter out error events with exception values and no
stacktraces, values, or types (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12387">#12387</a>)</li>
<li>feat(core): Ignore additional common but inactionable errors (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12384">#12384</a>)</li>
<li>feat(deps): Bump <code>@opentelemetry/propagator-aws-xray</code>
from 1.3.1 to 1.24.1 (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12333">#12333</a>)</li>
<li>feat(deps): Bump <code>@sentry/cli</code> from 2.31.2 to 2.32.1 (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12332">#12332</a>)</li>
<li>feat(redis): Support <code>mget</code> command in caching
functionality (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12380">#12380</a>)</li>
<li>feat(vercel-edge): Export core integrations from Vercel edge SDK (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12308">#12308</a>)</li>
<li>fix(browser): Fix idle span ending (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12306">#12306</a>)</li>
<li>fix(browser): Fix parenthesis parsing logic for chromium (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12373">#12373</a>)</li>
<li>fix(browser): Fix types export path for CJS (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12305">#12305</a>)</li>
<li>fix(feedback): Override TriggerLabel Option (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12316">#12316</a>)</li>
<li>fix(feedback): Wait for document to be ready before doing autoinject
(<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12294">#12294</a>)</li>
<li>fix(nextjs): Fix memory leak (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12335">#12335</a>)</li>
<li>fix(nextjs): Fix version detection and option insertion logic for
<code>clientTraceMetadata</code> option (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12323">#12323</a>)</li>
<li>fix(nextjs): Update argument name in log message about
<code>sentry</code> property on Next.js config object (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12366">#12366</a>)</li>
<li>fix(node): Do not manually finish / update root Hapi spans. (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12287">#12287</a>)</li>
<li>fix(node): Fix virtual parent span ID handling & update
create-next-app E2E test (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12368">#12368</a>)</li>
<li>fix(node): Skip capturing Hapi Boom responses v8. (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12288">#12288</a>)</li>
<li>fix(performance): Fix LCP not getting picked up on initial pageload
transaction by setting reportAllChanges to true
(<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12360">#12360</a>)</li>
<li>fix(replay): Avoid infinite loop of logs (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12309">#12309</a>)</li>
<li>fix(replay): Ignore old events when manually starting replay (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12349">#12349</a>)</li>
<li>ref(browser): Ensure idle span ending is consistent (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12310">#12310</a>)</li>
<li>ref(profiling): unref timer (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12340">#12340</a>)</li>
</ul>
<p>Work in this release contributed by <a
href="https://github.com/dohooo"><code>@dohooo</code></a>, <a
href="https://github.com/mohd-akram"><code>@mohd-akram</code></a>, and
<a href="https://github.com/ykzts"><code>@ykzts</code></a>. Thank you
for your contributions!</p>
<h2>Bundle size 📦</h2>
<table>
<thead>
<tr>
<th>Path</th>
<th>Size</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>@sentry/browser</code></td>
<td>22 KB</td>
</tr>
</tbody>
</table>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md"><code>@sentry/sveltekit</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.8.0</h2>
<ul>
<li><strong>feat: Upgrade OTEL dependencies (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12388">#12388</a>)</strong></li>
</ul>
<p>This upgrades the OpenTelemetry dependencies to the latest versions
and makes OTEL use <code>import-in-the-middle</code>
<code>v1.8.0</code>.
This should fix numerous issues with using OTEL instrumentation with
ESM.</p>
<p>High level issues fixed with OTEL + ESM:</p>
<ul>
<li>incompatibilities with using multiple loaders, commonly encountered
while using <code>tsx</code> or similar libraries.</li>
<li>incompatibilities with libraries that use duplicate namespace
exports like <code>date-fns</code>.</li>
<li>incompatibilities with libraries that use self-referencing namespace
imports like <code>openai</code>.</li>
<li>incompatibilities with dynamic export patterns like exports with
function calls.</li>
<li><code>ENOENT: no such file or directory</code> bugs that libraries
like <a
href="https://github.com/discordjs/discord.js"><code>discord.js</code></a>
surface.</li>
</ul>
<p>If you are still encountering issues with OpenTelemetry
instrumentation and ESM, please let us know.</p>
<ul>
<li>deps: Bump Sentry bundler plugins to version <code>2.18.0</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12381">#12381</a>)</li>
<li>feat: Add <code>thirdPartyErrorFilterIntegration</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12267">#12267</a>)</li>
<li>feat(core): Filter out error events with exception values and no
stacktraces, values, or types (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12387">#12387</a>)</li>
<li>feat(core): Ignore additional common but inactionable errors (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12384">#12384</a>)</li>
<li>feat(deps): Bump <code>@opentelemetry/propagator-aws-xray</code>
from 1.3.1 to 1.24.1 (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12333">#12333</a>)</li>
<li>feat(deps): Bump <code>@sentry/cli</code> from 2.31.2 to 2.32.1 (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12332">#12332</a>)</li>
<li>feat(redis): Support <code>mget</code> command in caching
functionality (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12380">#12380</a>)</li>
<li>feat(vercel-edge): Export core integrations from Vercel edge SDK (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12308">#12308</a>)</li>
<li>fix(browser): Fix idle span ending (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12306">#12306</a>)</li>
<li>fix(browser): Fix parenthesis parsing logic for chromium (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12373">#12373</a>)</li>
<li>fix(browser): Fix types export path for CJS (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12305">#12305</a>)</li>
<li>fix(feedback): Override TriggerLabel Option (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12316">#12316</a>)</li>
<li>fix(feedback): Wait for document to be ready before doing autoinject
(<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12294">#12294</a>)</li>
<li>fix(nextjs): Fix memory leak (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12335">#12335</a>)</li>
<li>fix(nextjs): Fix version detection and option insertion logic for
<code>clientTraceMetadata</code> option (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12323">#12323</a>)</li>
<li>fix(nextjs): Update argument name in log message about
<code>sentry</code> property on Next.js config object (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12366">#12366</a>)</li>
<li>fix(node): Do not manually finish / update root Hapi spans. (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12287">#12287</a>)</li>
<li>fix(node): Fix virtual parent span ID handling & update
create-next-app E2E test (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12368">#12368</a>)</li>
<li>fix(node): Skip capturing Hapi Boom responses v8. (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12288">#12288</a>)</li>
<li>fix(performance): Fix LCP not getting picked up on initial pageload
transaction by setting reportAllChanges to true
(<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12360">#12360</a>)</li>
<li>fix(replay): Avoid infinite loop of logs (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12309">#12309</a>)</li>
<li>fix(replay): Ignore old events when manually starting replay (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12349">#12349</a>)</li>
<li>ref(browser): Ensure idle span ending is consistent (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12310">#12310</a>)</li>
<li>ref(profiling): unref timer (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12340">#12340</a>)</li>
</ul>
<p>Work in this release contributed by <a
href="https://github.com/dohooo"><code>@dohooo</code></a>, <a
href="https://github.com/mohd-akram"><code>@mohd-akram</code></a>, and
<a href="https://github.com/ykzts"><code>@ykzts</code></a>. Thank you
for your contributions!</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/9bee1fdc77704368127ae9cf761466bc3341c1fc"><code>9bee1fd</code></a>
release: 8.8.0</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/cd7498370d5914872c2c55de47cf43dac251acac"><code>cd74983</code></a>
Merge pull request <a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12393">#12393</a>
from getsentry/prepare-release/8.8.0</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/61d4ca0006413c261abeb3fc690a6d40d02ba0aa"><code>61d4ca0</code></a>
meta: CHANGELOG for 8.8.0</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/a16b557f4abe57ac65f92ab557ee50e4c6047b46"><code>a16b557</code></a>
feat: Upgrade OTEL dependencies (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12388">#12388</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/039aa1d45bb86a8b0a52fa30489cb4f292e59e3c"><code>039aa1d</code></a>
fix(performance): Fix LCP not getting picked up on initial pageload
transacti...</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/e84230e4a2a32b2506b6ea8eb2c7042869cf0777"><code>e84230e</code></a>
docs(aws-serverless): Add comment about dist path import (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12383">#12383</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/0a6c1e5bf736183d1b980d342d57656d4b1bab3f"><code>0a6c1e5</code></a>
fix(node): Fix virtual parent span ID handling & update
create-next-app E2E t...</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/a06291266231fc188f21832ec679f99f83395269"><code>a062912</code></a>
feat(core): Filter out error events with exception values and no
stacktraces,...</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/4009e3f7765660deb9816b531f31460da840195d"><code>4009e3f</code></a>
fix(replay): Ignore old events when manually starting replay (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12349">#12349</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/302f14964e3d53a3a692733d736fbe615fd525d9"><code>302f149</code></a>
feat(core): Ignore additional common but inactionable errors (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/12384">#12384</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/getsentry/sentry-javascript/compare/8.7.0...8.8.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/getsentry/spotlight/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent bef75b5 commit 63f2403
File tree
3 files changed
+529
-504
lines changed- demos/sveltekit
- e2e-tests/sveltekit
3 files changed
+529
-504
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments