Features
- Improve the accuracy of duration calculations in cron jobs monitoring (#2471)
- Use attempt_threshold to skip reporting on first N attempts (#2503)
- Support
code.namespace
for Ruby 3.4+ stacktraces (#2506)
Bug fixes
- Default to
internal_error
error type for OpenTelemetry spans #2473 - Improve
before_send
andbefore_send_transaction
's return value handling (#2504) - Fix a crash when calling
Sentry.get_main_hub
in a trap context (#2510) - Use
URI::RFC2396_PARSER.escape
explicitly to remove warning logs to stderr (#2509)