brave / cookiemonster

Automatically gobble up cookie consent notices
Mozilla Public License 2.0
4 stars 0 forks source link

fix(deps): update dependency @sentry/node to v8.38.0 #101

Open renovate[bot] opened 1 week ago

renovate[bot] commented 1 week ago

This PR contains the following updates:

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

Release Notes

getsentry/sentry-javascript (@​sentry/node) ### [`v8.38.0`](https://redirect.github.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#8380) [Compare Source](https://redirect.github.com/getsentry/sentry-javascript/compare/8.37.1...8.38.0) - docs: Improve docstrings for node otel integrations ([#​14217](https://redirect.github.com/getsentry/sentry-javascript/pull/14217)) - feat(browser): Add moduleMetadataIntegration lazy loading support ([#​13817](https://redirect.github.com/getsentry/sentry-javascript/pull/13817)) - feat(core): Add trpc path to context in trpcMiddleware ([#​14218](https://redirect.github.com/getsentry/sentry-javascript/pull/14218)) - feat(deps): Bump [@​opentelemetry/instrumentation-amqplib](https://redirect.github.com/opentelemetry/instrumentation-amqplib) from 0.42.0 to 0.43.0 ([#​14230](https://redirect.github.com/getsentry/sentry-javascript/pull/14230)) - feat(deps): Bump [@​sentry/cli](https://redirect.github.com/sentry/cli) from 2.37.0 to 2.38.2 ([#​14232](https://redirect.github.com/getsentry/sentry-javascript/pull/14232)) - feat(node): Add `knex` integration ([#​13526](https://redirect.github.com/getsentry/sentry-javascript/pull/13526)) - feat(node): Add `tedious` integration ([#​13486](https://redirect.github.com/getsentry/sentry-javascript/pull/13486)) - feat(utils): Single implementation to fetch debug ids ([#​14199](https://redirect.github.com/getsentry/sentry-javascript/pull/14199)) - fix(browser): Avoid recording long animation frame spans starting before their parent span ([#​14186](https://redirect.github.com/getsentry/sentry-javascript/pull/14186)) - fix(node): Include `debug_meta` with ANR events ([#​14203](https://redirect.github.com/getsentry/sentry-javascript/pull/14203)) - fix(nuxt): Fix dynamic import rollup plugin to work with latest nitro ([#​14243](https://redirect.github.com/getsentry/sentry-javascript/pull/14243)) - fix(react): Support wildcard routes on React Router 6 ([#​14205](https://redirect.github.com/getsentry/sentry-javascript/pull/14205)) - fix(spotlight): Export spotlightBrowserIntegration from the main browser package ([#​14208](https://redirect.github.com/getsentry/sentry-javascript/pull/14208)) - ref(browser): Ensure start time of interaction root and child span is aligned ([#​14188](https://redirect.github.com/getsentry/sentry-javascript/pull/14188)) - ref(nextjs): Make build-time value injection turbopack compatible ([#​14081](https://redirect.github.com/getsentry/sentry-javascript/pull/14081)) Work in this release was contributed by [@​grahamhency](https://redirect.github.com/grahamhency), [@​Zen-cronic](https://redirect.github.com/Zen-cronic), [@​gilisho](https://redirect.github.com/gilisho) and [@​phuctm97](https://redirect.github.com/phuctm97). Thank you for your contributions! ### [`v8.37.1`](https://redirect.github.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#8371) [Compare Source](https://redirect.github.com/getsentry/sentry-javascript/compare/8.37.0...8.37.1) - feat(deps): Bump [@​opentelemetry/instrumentation](https://redirect.github.com/opentelemetry/instrumentation) from 0.53.0 to 0.54.0 for [@​sentry/opentelemetry](https://redirect.github.com/sentry/opentelemetry) ([#​14187](https://redirect.github.com/getsentry/sentry-javascript/pull/14187)) ### [`v8.37.0`](https://redirect.github.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#8370) [Compare Source](https://redirect.github.com/getsentry/sentry-javascript/compare/8.36.0...8.37.0) ##### Important Changes - **feat(nuxt): Add `piniaIntegration` ([#​14138](https://redirect.github.com/getsentry/sentry-javascript/pull/14138))** The Nuxt SDK now allows you to track Pinia state for captured errors. To enable the Pinia plugin, add the `piniaIntegration` to your client config: ```ts // sentry.client.config.ts import { usePinia } from '#imports'; Sentry.init({ integrations: [ Sentry.piniaIntegration(usePinia(), { /* optional Pinia plugin options */ }), ], }); ``` - **feat: Deprecate metrics API ([#​14157](https://redirect.github.com/getsentry/sentry-javascript/pull/14157))** The Sentry Metrics beta has ended in favour of revisiting metrics in another form at a later date. This new approach will include different APIs, making the current metrics API unnecessary. This release deprecates the metrics API with the plan to remove in the next SDK major version. If you currently use the metrics API in your code, you can safely continue to do so but sent data will no longer be processed by Sentry. [Learn more](https://sentry.zendesk.com/hc/en-us/articles/26369339769883-Metrics-Beta-Ended-on-October-7th) about the end of the Metrics beta. ##### Other Changes - feat(browser): Add `http.response_delivery_type` attribute to resource spans ([#​14056](https://redirect.github.com/getsentry/sentry-javascript/pull/14056)) - feat(browser): Add `skipBrowserExtensionCheck` escape hatch option ([#​14147](https://redirect.github.com/getsentry/sentry-javascript/pull/14147)) - feat(deps): Bump [@​opentelemetry/instrumentation](https://redirect.github.com/opentelemetry/instrumentation) from 0.53.0 to 0.54.0 ([#​14174](https://redirect.github.com/getsentry/sentry-javascript/pull/14174)) - feat(deps): Bump [@​opentelemetry/instrumentation-fastify](https://redirect.github.com/opentelemetry/instrumentation-fastify) from 0.40.0 to 0.41.0 ([#​14175](https://redirect.github.com/getsentry/sentry-javascript/pull/14175)) - feat(deps): Bump [@​opentelemetry/instrumentation-graphql](https://redirect.github.com/opentelemetry/instrumentation-graphql) from 0.43.0 to 0.44.0 ([#​14173](https://redirect.github.com/getsentry/sentry-javascript/pull/14173)) - feat(deps): Bump [@​opentelemetry/instrumentation-mongodb](https://redirect.github.com/opentelemetry/instrumentation-mongodb) from 0.47.0 to 0.48.0 ([#​14171](https://redirect.github.com/getsentry/sentry-javascript/pull/14171)) - feat(deps): Bump [@​opentelemetry/propagator-aws-xray](https://redirect.github.com/opentelemetry/propagator-aws-xray) from 1.25.1 to 1.26.0 ([#​14172](https://redirect.github.com/getsentry/sentry-javascript/pull/14172)) - feat(nuxt): Add `asyncFunctionReExports` to define re-exported server functions ([#​14104](https://redirect.github.com/getsentry/sentry-javascript/pull/14104)) - feat(nuxt): Add `piniaIntegration` ([#​14138](https://redirect.github.com/getsentry/sentry-javascript/pull/14138)) - fix(browser): Avoid recording long task spans starting before their parent span ([#​14183](https://redirect.github.com/getsentry/sentry-javascript/pull/14183)) - fix(core): Ensure errors thrown in async cron jobs bubble up ([#​14182](https://redirect.github.com/getsentry/sentry-javascript/pull/14182)) - fix(core): Silently fail `maybeInstrument` ([#​14140](https://redirect.github.com/getsentry/sentry-javascript/pull/14140)) - fix(nextjs): Resolve path for dynamic webpack import ([#​13751](https://redirect.github.com/getsentry/sentry-javascript/pull/13751)) - fix(node): Make sure `modulesIntegration` does not crash esm apps ([#​14169](https://redirect.github.com/getsentry/sentry-javascript/pull/14169)) Work in this release was contributed by [@​rexxars](https://redirect.github.com/rexxars). Thank you for your contribution!

Configuration

📅 Schedule: Branch creation - " 0-4 * 3" (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.



This PR was generated by Mend Renovate. View the repository job log.

github-actions[bot] commented 1 week ago

[puLL-Merge] - getsentry/sentry-javascript@8.36.0..8.37.1

Description

This PR updates the version number from 8.36.0 to 8.37.1 across multiple packages in the Sentry JavaScript SDK. It also includes various bug fixes, dependency updates, and minor improvements to documentation and code comments.

Changes ### Changes By filename: 1. .github/workflows/build.yml: - Added 'solidstart-spa' to the list of test applications. 2. .size-limit.js: - Adjusted size limits for some packages. - Removed size limits for '@sentry/browser' with metrics and feedback integrations. 3. .vscode/settings.json: - Simplified VSCode settings, removing some editor-specific configurations. 4. CHANGELOG.md: - Added entries for versions 8.37.1 and 8.37.0, including new features and bug fixes. 5. Multiple package.json files: - Updated version numbers to 8.37.1. - Updated dependencies, including bumping some OpenTelemetry packages. 6. Various source files: - Fixed typos and improved code comments. - Made minor code improvements and bug fixes. - Added new tests and improved existing ones. 7. New files added for SolidStart SPA support in e2e tests.

Possible Issues

Security Hotspots

github-actions[bot] commented 3 days ago

[puLL-Merge] - getsentry/sentry-javascript@8.36.0..8.38.0

Description

This PR includes various changes across the Sentry JavaScript SDKs, including version bumps, bug fixes, improvements, and new features. The main changes include updating the SDK version to 8.38.0, adding new integrations for Knex and Tedious, and making improvements to existing integrations and utilities.

Possible Issues

Security Hotspots

No significant security vulnerabilities were introduced in this change.

Changes ### Changes 1. Version bump to 8.38.0 across all packages 2. Added new integrations: - `knexIntegration` for Knex.js - `tediousIntegration` for Tedious (Microsoft SQL Server) 3. Updates to existing integrations: - Improvements to React Router v6 integration - Enhanced SolidStart integration - Updates to Nuxt integration, including Pinia support 4. Bug fixes and improvements: - Fixed issues with long animation frames and long tasks in browser tracing - Improved handling of wildcard routes in React Router v6 - Enhanced error handling in various integrations 5. Deprecations: - Deprecated metrics API (to be removed in next major version) 6. Documentation updates and typo fixes across multiple packages 7. Development environment updates: - Updated dependencies (e.g., Vite, Playwright) - Improved test coverage and fixed some flaky tests 8. Performance improvements: - Optimized debug ID handling - Improved span creation and management in various integrations 9. TypeScript improvements and type fixes across multiple packages These changes aim to enhance the overall functionality, performance, and developer experience of the Sentry JavaScript SDKs.