Skip to content

24.1.2

Choose a tag to compare

@getsentry-bot getsentry-bot released this 08 Feb 18:14

Features:

  • Add raw_domain tag to indexed spans. (#2975)
  • Obtain span.domain field from the span data's url.scheme and server.address properties when applicable. (#2975)
  • Do not truncate simplified SQL expressions. (#3003)
  • Add app_start_type as a tag for self time and duration for app start spans. (#3027), (#3066)

Internal:

  • Emit a usage metric for total spans. (#3007)
  • Drop timestamp from metrics partition key. (#3025)
  • Drop spans ending outside the valid timestamp range. (#3013)
  • Extract INP metrics from spans. (#2969, #3041)
  • Add ability to rate limit metric buckets by namespace. (#2941)
  • Upgrade sqlparser to 0.43.1.(#3057)
  • Implement project scoped cardinality limits. (#3071)