Skip to content

Commit 677e893

Browse files
authored
fix(deps): update dependency @sentry/browser to v9.24.0 (#2852)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@sentry/browser](https://redirect.github.com/getsentry/sentry-javascript/tree/master/packages/browser) ([source](https://redirect.github.com/getsentry/sentry-javascript)) | [`9.22.0` -> `9.24.0`](https://renovatebot.com/diffs/npm/@sentry%2fbrowser/9.22.0/9.24.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@sentry%2fbrowser/9.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@sentry%2fbrowser/9.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@sentry%2fbrowser/9.22.0/9.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sentry%2fbrowser/9.22.0/9.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>getsentry/sentry-javascript (@&#8203;sentry/browser)</summary> ### [`v9.24.0`](https://redirect.github.com/getsentry/sentry-javascript/compare/9.23.0...9.24.0) [Compare Source](https://redirect.github.com/getsentry/sentry-javascript/compare/9.23.0...9.24.0) ### [`v9.23.0`](https://redirect.github.com/getsentry/sentry-javascript/releases/tag/9.23.0) [Compare Source](https://redirect.github.com/getsentry/sentry-javascript/compare/9.22.0...9.23.0) ##### Important changes - **feat(browser): option to ignore certain resource types ([#&#8203;16389](https://redirect.github.com/getsentry/sentry-javascript/pull/16389))** Adds an option to opt out of certain `resource.*` spans via `ignoreResourceSpans`. For example, to opt out of `resource.script` spans: ```js Sentry.browserTracingIntegration({ ignoreResourceSpans: ['resource.script'], }), ``` ##### Other changes - feat: Export `isEnabled` from all SDKs ([#&#8203;16405](https://redirect.github.com/getsentry/sentry-javascript/pull/16405)) - feat(browser): Disable client when browser extension is detected in `init()` ([#&#8203;16354](https://redirect.github.com/getsentry/sentry-javascript/pull/16354)) - feat(core): Allow re-use of `captureLog` ([#&#8203;16352](https://redirect.github.com/getsentry/sentry-javascript/pull/16352)) - feat(core): Export `_INTERNAL_captureSerializedLog` ([#&#8203;16387](https://redirect.github.com/getsentry/sentry-javascript/pull/16387)) - feat(deps): bump [@&#8203;opentelemetry/semantic-conventions](https://redirect.github.com/opentelemetry/semantic-conventions) from 1.32.0 to 1.34.0 ([#&#8203;16393](https://redirect.github.com/getsentry/sentry-javascript/pull/16393)) - feat(deps): bump [@&#8203;prisma/instrumentation](https://redirect.github.com/prisma/instrumentation) from 6.7.0 to 6.8.2 ([#&#8203;16392](https://redirect.github.com/getsentry/sentry-javascript/pull/16392)) - feat(deps): bump [@&#8203;sentry/cli](https://redirect.github.com/sentry/cli) from 2.43.0 to 2.45.0 ([#&#8203;16395](https://redirect.github.com/getsentry/sentry-javascript/pull/16395)) - feat(deps): bump [@&#8203;sentry/webpack-plugin](https://redirect.github.com/sentry/webpack-plugin) from 3.3.1 to 3.5.0 ([#&#8203;16394](https://redirect.github.com/getsentry/sentry-javascript/pull/16394)) - feat(nextjs): Include `static/chunks/main-*` files for `widenClientFileUpload` ([#&#8203;16406](https://redirect.github.com/getsentry/sentry-javascript/pull/16406)) - feat(node): Do not add HTTP & fetch span instrumentation if tracing is disabled ([#&#8203;15730](https://redirect.github.com/getsentry/sentry-javascript/pull/15730)) - feat(nuxt): Added support for nuxt layers ([#&#8203;16372](https://redirect.github.com/getsentry/sentry-javascript/pull/16372)) - fix(browser): Ensure logs are flushed when sendClientReports=false ([#&#8203;16351](https://redirect.github.com/getsentry/sentry-javascript/pull/16351)) - fix(browser): Move `browserTracingIntegration` code to `setup` hook ([#&#8203;16386](https://redirect.github.com/getsentry/sentry-javascript/pull/16386)) - fix(cloudflare): Capture exceptions thrown in hono ([#&#8203;16355](https://redirect.github.com/getsentry/sentry-javascript/pull/16355)) - fix(node): Don't warn about Spotlight on empty NODE_ENV ([#&#8203;16381](https://redirect.github.com/getsentry/sentry-javascript/pull/16381)) - fix(node): Suppress Spotlight calls ([#&#8203;16380](https://redirect.github.com/getsentry/sentry-javascript/pull/16380)) - fix(nuxt): Add `@sentry/nuxt` as external in Rollup ([#&#8203;16407](https://redirect.github.com/getsentry/sentry-javascript/pull/16407)) - fix(opentelemetry): Ensure `withScope` keeps span active & `_getTraceInfoFromScope` works ([#&#8203;16385](https://redirect.github.com/getsentry/sentry-javascript/pull/16385)) Work in this release was contributed by [@&#8203;Xenossolitarius](https://redirect.github.com/Xenossolitarius). Thank you for your contribution! #### Bundle size 📦 | Path | Size | | ---------------------------------------------------------------- | ----------------- | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) | 23.37 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) - with treeshaking flags | 23.14 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing) | 37.33 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay) | 74.59 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay) - with treeshaking flags | 67.86 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay with Canvas) | 79.23 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay, Feedback) | 91.04 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Feedback) | 39.73 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. sendFeedback) | 27.97 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. FeedbackAsync) | 32.75 KB | | [@&#8203;sentry/react](https://redirect.github.com/sentry/react) | 25.11 KB | | [@&#8203;sentry/react](https://redirect.github.com/sentry/react) (incl. Tracing) | 39.29 KB | | [@&#8203;sentry/vue](https://redirect.github.com/sentry/vue) | 27.6 KB | | [@&#8203;sentry/vue](https://redirect.github.com/sentry/vue) (incl. Tracing) | 39.11 KB | | [@&#8203;sentry/svelte](https://redirect.github.com/sentry/svelte) | 23.39 KB | | CDN Bundle | 24.66 KB | | CDN Bundle (incl. Tracing) | 37.51 KB | | CDN Bundle (incl. Tracing, Replay) | 72.52 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) | 77.83 KB | | CDN Bundle - uncompressed | 71.96 KB | | CDN Bundle (incl. Tracing) - uncompressed | 111 KB | | CDN Bundle (incl. Tracing, Replay) - uncompressed | 222.3 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed | 234.82 KB | | [@&#8203;sentry/nextjs](https://redirect.github.com/sentry/nextjs) (client) | 40.93 KB | | [@&#8203;sentry/sveltekit](https://redirect.github.com/sentry/sveltekit) (client) | 37.83 KB | | [@&#8203;sentry/node](https://redirect.github.com/sentry/node) | 146.36 KB | | [@&#8203;sentry/node](https://redirect.github.com/sentry/node) - without tracing | 95.82 KB | | [@&#8203;sentry/aws-serverless](https://redirect.github.com/sentry/aws-serverless) | 120.98 KB | </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on sunday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/jaegertracing/jaeger-ui). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4zMy42IiwidXBkYXRlZEluVmVyIjoiNDAuMzMuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhbmdlbG9nOmRlcGVuZGVuY2llcyJdfQ==--> Signed-off-by: Mend Renovate <bot@renovateapp.com>
1 parent da9ddf8 commit 677e893

File tree

2 files changed

+31
-31
lines changed

2 files changed

+31
-31
lines changed

package-lock.json

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/jaeger-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@ant-design/compatible": "^5.1.4",
5151
"@jaegertracing/plexus": "0.2.0",
5252
"@pyroscope/flamegraph": "0.21.4",
53-
"@sentry/browser": "9.22.0",
53+
"@sentry/browser": "9.24.0",
5454
"antd": "^5.23.3",
5555
"chance": "^1.0.10",
5656
"classnames": "^2.5.1",

0 commit comments

Comments
 (0)