raven.cr v1.3.0 Release Notes

Release Date: 2019-02-19 // about 5 years ago
    • ➕ 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