-
Notifications
You must be signed in to change notification settings - Fork 586
Commit 677e893
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)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>getsentry/sentry-javascript (@​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
([#​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
([#​16405](https://redirect.github.com/getsentry/sentry-javascript/pull/16405))
- feat(browser): Disable client when browser extension is detected in
`init()`
([#​16354](https://redirect.github.com/getsentry/sentry-javascript/pull/16354))
- feat(core): Allow re-use of `captureLog`
([#​16352](https://redirect.github.com/getsentry/sentry-javascript/pull/16352))
- feat(core): Export `_INTERNAL_captureSerializedLog`
([#​16387](https://redirect.github.com/getsentry/sentry-javascript/pull/16387))
- feat(deps): bump
[@​opentelemetry/semantic-conventions](https://redirect.github.com/opentelemetry/semantic-conventions)
from 1.32.0 to 1.34.0
([#​16393](https://redirect.github.com/getsentry/sentry-javascript/pull/16393))
- feat(deps): bump
[@​prisma/instrumentation](https://redirect.github.com/prisma/instrumentation)
from 6.7.0 to 6.8.2
([#​16392](https://redirect.github.com/getsentry/sentry-javascript/pull/16392))
- feat(deps): bump
[@​sentry/cli](https://redirect.github.com/sentry/cli) from 2.43.0
to 2.45.0
([#​16395](https://redirect.github.com/getsentry/sentry-javascript/pull/16395))
- feat(deps): bump
[@​sentry/webpack-plugin](https://redirect.github.com/sentry/webpack-plugin)
from 3.3.1 to 3.5.0
([#​16394](https://redirect.github.com/getsentry/sentry-javascript/pull/16394))
- feat(nextjs): Include `static/chunks/main-*` files for
`widenClientFileUpload`
([#​16406](https://redirect.github.com/getsentry/sentry-javascript/pull/16406))
- feat(node): Do not add HTTP & fetch span instrumentation if tracing is
disabled
([#​15730](https://redirect.github.com/getsentry/sentry-javascript/pull/15730))
- feat(nuxt): Added support for nuxt layers
([#​16372](https://redirect.github.com/getsentry/sentry-javascript/pull/16372))
- fix(browser): Ensure logs are flushed when sendClientReports=false
([#​16351](https://redirect.github.com/getsentry/sentry-javascript/pull/16351))
- fix(browser): Move `browserTracingIntegration` code to `setup` hook
([#​16386](https://redirect.github.com/getsentry/sentry-javascript/pull/16386))
- fix(cloudflare): Capture exceptions thrown in hono
([#​16355](https://redirect.github.com/getsentry/sentry-javascript/pull/16355))
- fix(node): Don't warn about Spotlight on empty NODE_ENV
([#​16381](https://redirect.github.com/getsentry/sentry-javascript/pull/16381))
- fix(node): Suppress Spotlight calls
([#​16380](https://redirect.github.com/getsentry/sentry-javascript/pull/16380))
- fix(nuxt): Add `@sentry/nuxt` as external in Rollup
([#​16407](https://redirect.github.com/getsentry/sentry-javascript/pull/16407))
- fix(opentelemetry): Ensure `withScope` keeps span active &
`_getTraceInfoFromScope` works
([#​16385](https://redirect.github.com/getsentry/sentry-javascript/pull/16385))
Work in this release was contributed by
[@​Xenossolitarius](https://redirect.github.com/Xenossolitarius).
Thank you for your contribution!
#### Bundle size 📦
| Path | Size |
| ---------------------------------------------------------------- |
----------------- |
| [@​sentry/browser](https://redirect.github.com/sentry/browser) |
23.37 KB |
| [@​sentry/browser](https://redirect.github.com/sentry/browser) -
with treeshaking flags | 23.14 KB |
| [@​sentry/browser](https://redirect.github.com/sentry/browser)
(incl. Tracing) | 37.33 KB |
| [@​sentry/browser](https://redirect.github.com/sentry/browser)
(incl. Tracing, Replay) | 74.59 KB |
| [@​sentry/browser](https://redirect.github.com/sentry/browser)
(incl. Tracing, Replay) - with treeshaking flags | 67.86 KB |
| [@​sentry/browser](https://redirect.github.com/sentry/browser)
(incl. Tracing, Replay with Canvas) | 79.23 KB |
| [@​sentry/browser](https://redirect.github.com/sentry/browser)
(incl. Tracing, Replay, Feedback) | 91.04 KB |
| [@​sentry/browser](https://redirect.github.com/sentry/browser)
(incl. Feedback) | 39.73 KB |
| [@​sentry/browser](https://redirect.github.com/sentry/browser)
(incl. sendFeedback) | 27.97 KB |
| [@​sentry/browser](https://redirect.github.com/sentry/browser)
(incl. FeedbackAsync) | 32.75 KB |
| [@​sentry/react](https://redirect.github.com/sentry/react) |
25.11 KB |
| [@​sentry/react](https://redirect.github.com/sentry/react)
(incl. Tracing) | 39.29 KB |
| [@​sentry/vue](https://redirect.github.com/sentry/vue) | 27.6 KB
|
| [@​sentry/vue](https://redirect.github.com/sentry/vue) (incl.
Tracing) | 39.11 KB |
| [@​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 |
| [@​sentry/nextjs](https://redirect.github.com/sentry/nextjs)
(client) | 40.93 KB |
|
[@​sentry/sveltekit](https://redirect.github.com/sentry/sveltekit)
(client) | 37.83 KB |
| [@​sentry/node](https://redirect.github.com/sentry/node) |
146.36 KB |
| [@​sentry/node](https://redirect.github.com/sentry/node) -
without tracing | 95.82 KB |
|
[@​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 677e893Copy full SHA for 677e893
File tree
Expand file treeCollapse file tree
2 files changed
+31
-31
lines changedOpen diff view settings
Filter options
- packages/jaeger-ui
Expand file treeCollapse file tree
2 files changed
+31
-31
lines changedOpen diff view settings
Collapse file
+30-30Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file
packages/jaeger-ui/package.json
Copy file name to clipboardExpand all lines: packages/jaeger-ui/package.json+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments