Skip to content

Upgrade Sentry JS SDKs to 9.30.0 #93856

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

AbhiPrasad
Copy link
Member

Sentry SDKs were upgraded from 9.24.0 to 9.30.0. This included @sentry/core, @sentry/node, @sentry/react, and @sentry/profiling-node in package.json and pnpm-lock.yaml. Updated dependencies were then installed.

Packages Upgraded

  • @sentry/core: 9.24.09.30.0
  • @sentry/node: 9.24.09.30.0
  • @sentry/react: 9.24.09.30.0
  • @sentry/profiling-node: 9.24.09.30.0

Key Relevant Changes for React/Browser SDKs (9.24.0 → 9.30.0)

Browser SDK Improvements:

  • 9.29.0: Updated web-vitals to 5.0.2 (may slightly change collected web vital values)
  • 9.25.0: Added ignorePerformanceApiSpans option to ignore mark and measure spans
  • 9.23.0: Added ignoreResourceSpans option to ignore certain resource types

React SDK Enhancements:

  • 9.25.0: Exported getTraceData from browser SDKs

General Improvements:

  • 9.30.0: Logs now include user data without requiring sendDefaultPii flag
  • 9.25.0: Added consistent trace sampling across applications

The full changelog is available at: https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#changelog

@AbhiPrasad AbhiPrasad self-assigned this Jun 18, 2025
@AbhiPrasad AbhiPrasad requested a review from a team as a code owner June 18, 2025 20:20
@AbhiPrasad AbhiPrasad changed the title Upgrade @sentry/X SDKs to version 9.30.0 Upgrade Sentry JS SDKs to 9.30.0 Jun 18, 2025
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jun 18, 2025
@AbhiPrasad AbhiPrasad merged commit e245040 into master Jun 18, 2025
44 checks passed
@AbhiPrasad AbhiPrasad deleted the cursor/upgrade-sentry-x-sdks-to-version-9-30-0-8c95 branch June 18, 2025 20:41
andrewshie-sentry pushed a commit that referenced this pull request Jun 19, 2025
Sentry SDKs were upgraded from `9.24.0` to `9.30.0`. This included
`@sentry/core`, `@sentry/node`, `@sentry/react`, and
`@sentry/profiling-node` in `package.json` and `pnpm-lock.yaml`. Updated
dependencies were then installed.

### Packages Upgraded
- `@sentry/core`: `9.24.0` → `9.30.0`
- `@sentry/node`: `9.24.0` → `9.30.0`  
- `@sentry/react`: `9.24.0` → `9.30.0`
- `@sentry/profiling-node`: `9.24.0` → `9.30.0`

### Key Relevant Changes for React/Browser SDKs (9.24.0 → 9.30.0)

**Browser SDK Improvements:**
- **9.29.0**: Updated `web-vitals` to 5.0.2 (may slightly change
collected web vital values)
- **9.25.0**: Added `ignorePerformanceApiSpans` option to ignore `mark`
and `measure` spans
- **9.23.0**: Added `ignoreResourceSpans` option to ignore certain
resource types

**React SDK Enhancements:**
- **9.25.0**: Exported `getTraceData` from browser SDKs

**General Improvements:**
- **9.30.0**: Logs now include user data without requiring
`sendDefaultPii` flag
- **9.25.0**: Added consistent trace sampling across applications

The full changelog is available at:
https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#changelog

Co-authored-by: Cursor Agent <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants