Skip to content

v1.3.0

Compare
Choose a tag to compare
@Sija Sija released this 19 Feb 04:04
· 178 commits to master since this release
b34bc81
  • Added support for sending stack frames context - so it'll show the actual code in Sentry UI!
  • Fixed stacktrace parsing when building with --no-debug or --release flags
  • Fixed scrubbing cookies and request data — string mask used (********) generated warnings on Sentry side
  • Fixed sanitizing hashes nested in arrays (#36)
  • Fixed sanitizing multiple values for a key in query string (#36)
  • Fixed regression in crash handler
  • Fixed compiler error in Raven.send_feedback
  • Other tweaks and bug-fixes