Skip to content

Conversation

@tomerqodo
Copy link

Benchmark PR getsentry#104110

Type: Clean (correct implementation)

Original PR Title: deps(js): Upgrade sentry js sdk deps to 10.27.0
Original PR Description: AI Summary going from 10.23.0 -> 10.27.0.

Critical Breaking/Deprecation Changes

1. Metrics Now Enabled by Default (10.24.0)

  • Metrics are now enabled by default (previously experimental)
  • enableMetrics and beforeSendMetric moved out of _experiments to top-level config
  • You can disable with enableMetrics: false if needed
  • Old _experiments metric options are deprecated

2. Browser Profiling Changes (10.27.0)

  • Transaction-based profiling with profilesSampleRate is now deprecated
  • New UI Profiling with profileSessionSampleRate is the recommended approach
  • New manual lifecycle mode (default) allows manual control:
    Sentry.uiProfiler.startProfiler()
    Sentry.uiProfiler.stopProfiler()

Important Fixes

3. Web Vitals Updated (10.26.0)

  • web-vitals bumped to 5.1.0
  • May include updated metrics and thresholds for Core Web Vitals

4. Spotlight in Development Bundles (10.25.0)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants