Skip to content

23.11.0

Compare
Choose a tag to compare
@getsentry-bot getsentry-bot released this 15 Nov 17:58

Features:

  • Add inbound filters option to filter legacy Edge browsers (i.e. versions 12-18 ) (#2650)
  • Add User Feedback Ingestion. (#2604)
  • Group resource spans by scrubbed domain and filename. (#2654)
  • Convert transactions to spans for all organizations. (#2659)
  • Filter outliers (>180s) for mobile measurements. (#2649)
  • Allow access to more context fields in dynamic sampling and metric extraction. (#2607, #2640, #2675, #2707, #2715)
  • Allow advanced scrubbing expressions for datascrubbing safe fields. (#2670)
  • Disable graphql scrubbing when datascrubbing is disabled. (#2689)
  • Track when a span was received. (#2688)
  • Add context for NEL (Network Error Logging) reports to the event schema. (#2421)
  • Add validate_pii_selector to CABI for safe fields validation. (#2687)
  • Do not scrub Prisma spans. (#2711)
  • Count spans by op. (#2712)
  • Extract resource spans & metrics regardless of feature flag. (#2713)

Bug Fixes:

  • Disable scrubbing for the User-Agent header. (#2641)
  • Fixes certain safe fields disabling data scrubbing for all string fields. (#2701)

Internal:

  • Disable resource link span ingestion. (#2647)
  • Collect http.decoded_response_content_length. (#2638)
  • Add TTID and TTFD tags to mobile spans. (#2662)
  • Validate span timestamps and IDs in light normalization on renormalization. (#2679)
  • Scrub all DB Core Data spans differently. (#2686)
  • Support generic metrics extraction version 2. (#2692)
  • Emit error on continued project config fetch failures after a time interval. (#2700)