Skip to content

23.5.1

Compare
Choose a tag to compare
@getsentry-bot getsentry-bot released this 23 May 17:24

Bug Fixes:

  • Sample only transaction events instead of sampling both transactions and errors. (#2130)
  • Fix tagging of incoming errors with sampled that was not done due to lack of sampling state. (#2148)
  • Remove profiling feature flag. (#2146)

Internal:

  • Mark all URL transactions as sanitized when txNameReady flag is set. (#2128, #2139)
  • Tag incoming errors with the new sampled field in case their DSC is sampled. (#2026)
  • Enable PII scrubbing for urls field (#2143)