All Versions
14
Latest Version
Avg Release Cycle
43 days
Latest Release
1360 days ago

Changelog History
Page 2

  • v1.5.0 Changes

    August 07, 2019
    • ๐Ÿ‘ Crystal 0.30.0 support (thanks @mamantoha!)
    • Replaced SENTRY_CURRENT_ENV with SENTRY_ENVIRONMENT
    • โฌ‡๏ธ Dropped support for KEMAL_ENV out-of-the-box, see Kemal integration instead
    • โž• Added support for SENTRY_RELEASE env variable
  • v1.4.0 Changes

    June 10, 2019
    • ๐Ÿ‘ Crystal 0.29 support (thanks @mamantoha!)
    • Small optimizations
  • v1.3.0 Changes

    February 19, 2019
    • โž• 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
  • v1.2.0 Changes

    January 24, 2019
    • โž• Added Configuration#before_send callback (returning nil aborts sending)
    • Breadcrumbs <- Logger integration is not auto-loaded anymore
    • BreadcrumbBuffer#record accepts splats, w/a or w/o block