WeblateOrg / weblate

Web based localization tool with tight version control integration.
https://weblate.org/
GNU General Public License v3.0
4.33k stars 970 forks source link

chore(deps): update dependency @sentry/browser to v8.11.0 #11916

Closed renovate[bot] closed 5 days ago

renovate[bot] commented 1 week ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sentry/browser (source) 8.10.0 -> 8.11.0 age adoption passing confidence

Release Notes

getsentry/sentry-javascript (@​sentry/browser) ### [`v8.11.0`](https://togithub.com/getsentry/sentry-javascript/releases/tag/8.11.0) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/8.10.0...8.11.0) ##### Important Changes - **feat(core): Add `parentSpan` option to `startSpan*` APIs ([#​12567](https://togithub.com/getsentry/sentry-javascript/issues/12567))** We've made it easier to create a span as a child of a specific span via the startSpan\* APIs. This should allow you to explicitly manage the parent-child relationship of your spans better. ```js Sentry.startSpan({ name: 'root' }, parent => { const span = Sentry.startInactiveSpan({ name: 'xxx', parentSpan: parent }); Sentry.startSpan({ name: 'xxx', parentSpan: parent }, () => {}); Sentry.startSpanManual({ name: 'xxx', parentSpan: parent }, () => {}); }); ``` ##### Other Changes - feat(node): Detect release from more providers ([#​12529](https://togithub.com/getsentry/sentry-javascript/issues/12529)) - fix(profiling-node): Use correct getGlobalScope import ([#​12564](https://togithub.com/getsentry/sentry-javascript/issues/12564)) - fix(profiling-node) sample timestamps need to be in seconds ([#​12563](https://togithub.com/getsentry/sentry-javascript/issues/12563)) - ref: Align `@sentry/node` exports from framework SDKs. ([#​12589](https://togithub.com/getsentry/sentry-javascript/issues/12589)) #### Bundle size 📦 | Path | Size | | ---------------------------------------------------------------- | ----------------- | | [@​sentry/browser](https://togithub.com/sentry/browser) | 22.22 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) | 33.31 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) | 69.09 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - with treeshaking flags | 62.41 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay with Canvas) | 73.14 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay, Feedback) | 85.31 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay, Feedback, metrics) | 87.17 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. metrics) | 26.5 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Feedback) | 38.42 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. sendFeedback) | 26.85 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. FeedbackAsync) | 31.42 KB | | [@​sentry/react](https://togithub.com/sentry/react) | 24.96 KB | | [@​sentry/react](https://togithub.com/sentry/react) (incl. Tracing) | 36.35 KB | | [@​sentry/vue](https://togithub.com/sentry/vue) | 26.32 KB | | [@​sentry/vue](https://togithub.com/sentry/vue) (incl. Tracing) | 35.16 KB | | [@​sentry/svelte](https://togithub.com/sentry/svelte) | 22.35 KB | | CDN Bundle | 23.41 KB | | CDN Bundle (incl. Tracing) | 35.04 KB | | CDN Bundle (incl. Tracing, Replay) | 69.17 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) | 74.34 KB | | CDN Bundle - uncompressed | 68.76 KB | | CDN Bundle (incl. Tracing) - uncompressed | 103.61 KB | | CDN Bundle (incl. Tracing, Replay) - uncompressed | 214.08 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed | 226.67 KB | | [@​sentry/nextjs](https://togithub.com/sentry/nextjs) (client) | 36.23 KB | | [@​sentry/sveltekit](https://togithub.com/sentry/sveltekit) (client) | 33.95 KB | | [@​sentry/node](https://togithub.com/sentry/node) | 112.99 KB | | [@​sentry/node](https://togithub.com/sentry/node) - without tracing | 90.4 KB | | [@​sentry/aws-serverless](https://togithub.com/sentry/aws-serverless) | 99.48 KB |

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 week ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.