brave / brave-core-crx-packager

Mozilla Public License 2.0
41 stars 35 forks source link

fix(deps): update dependency @sentry/node to v7.119.0 #968

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sentry/node (source) 7.118.0 -> 7.119.0 age adoption passing confidence

Release Notes

getsentry/sentry-javascript (@​sentry/node) ### [`v7.119.0`](https://togithub.com/getsentry/sentry-javascript/releases/tag/7.119.0) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.118.0...7.119.0) - backport(tracing): Report dropped spans for transactions ([#​13343](https://togithub.com/getsentry/sentry-javascript/issues/13343)) ##### Bundle size 📦 | Path | Size | | ---------------------------------------------------------------------------------- | ----------------- | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay, Feedback) - Webpack (gzipped) | 80.96 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - Webpack (gzipped) | 71.89 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay with Canvas) - Webpack (gzipped) | 76.14 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) | 65.52 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - Webpack (gzipped) | 35.77 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. browserTracingIntegration) - Webpack (gzipped) | 35.66 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Feedback) - Webpack (gzipped) | 31.71 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. sendFeedback) - Webpack (gzipped) | 31.72 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) - Webpack (gzipped) | 22.91 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) | 79.17 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) | 70.49 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES6 CDN Bundle (gzipped) | 36.17 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) - ES6 CDN Bundle (gzipped) | 25.41 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) | 221.92 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) | 109.52 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) - ES6 CDN Bundle (minified & uncompressed) | 76.24 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES5 CDN Bundle (gzipped) | 39.45 KB | | [@​sentry/react](https://togithub.com/sentry/react) (incl. Tracing, Replay) - Webpack (gzipped) | 72.4 KB | | [@​sentry/react](https://togithub.com/sentry/react) - Webpack (gzipped) | 22.94 KB | | [@​sentry/nextjs](https://togithub.com/sentry/nextjs) Client (incl. Tracing, Replay) - Webpack (gzipped) | 90.16 KB | | [@​sentry/nextjs](https://togithub.com/sentry/nextjs) Client - Webpack (gzipped) | 54.27 KB | | [@​sentry-internal/feedback](https://togithub.com/sentry-internal/feedback) - Webpack (gzipped) | 17.34 KB |

Configuration

📅 Schedule: Branch creation - " 0-4 * 3" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

â™» 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 was generated by Mend Renovate. View the repository job log.

github-actions[bot] commented 2 months ago

[puLL-Merge] - getsentry/sentry-javascript@7.118.0..7.119.0

Description

This PR updates the version of the Sentry JavaScript SDK from 7.118.0 to 7.119.0 across multiple packages. It also includes some changes to the core functionality, particularly in how dropped events and spans are recorded and handled.

Changes ### Changes 1. `.github/workflows/build.yml`: - Updated macOS runner from `macos-11` to `macos-12` for Node.js 16, 18, 20, and 22. 2. `.secret_scan_ignore`: - Added a new file to ignore `packages/serverless/test/private.pem` in secret scanning. 3. `.size-limit.js`: - Increased size limits for some bundles: - `@sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped)` from 37 KB to 38 KB - `@sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed)` from 112 KB to 113 KB 4. `CHANGELOG.md`: - Added entry for version 7.119.0: "backport(tracing): Report dropped spans for transactions (#13343)" 5. `dev-packages/browser-integration-tests/fixtures/loader.js`: - Updated the loader script with minor changes to the `L` function. 6. `packages/core/src/baseclient.ts`: - Modified `recordDroppedEvent` method to handle both single events and counts. - Updated `_captureEvent` method to record dropped spans for transactions. 7. `packages/core/src/version.ts`: - Updated SDK version to 7.119.0. 8. Multiple `package.json` files: - Updated version numbers from 7.118.0 to 7.119.0 for various Sentry packages.

Possible Issues

No major issues are apparent in this update. However, the increase in bundle size limits might be worth noting for performance-sensitive applications.

Security Hotspots

There are no apparent security vulnerabilities introduced in this change.