Skip to content

v2.12.0

Compare
Choose a tag to compare
@waltjones waltjones released this 15 Aug 18:12
· 303 commits to master since this release

Highlights

  • CC related scrub fields, and scrub http request body
  • Don't wrap global event handlers, improving stack trace accuracy
  • Improve trace_chain handling
  • Fix edge case for Chrome anonymous errors

Pull Requests

Add cvc as a scrub field, #763
Add ccmonth, ccyear, and ccname as a scrubFields, #764
Scrub request body, #766
Change default for wrapGlobalEventHandlers, #767
Apply hostWhiteList/hostBlackList to trace_chain, #768
Prevent prepareStackTrace from picking up stray errors, #769