All Versions
49
Latest Version
Avg Release Cycle
55 days
Latest Release
912 days ago

Changelog History
Page 3

  • v7.0.3 Changes

    November 14, 2018
    • ๐Ÿ› Bug Fixes
      • Fix issue from using spawn_link stacktrace (#315)
      • Relax plug_cowboy versions (#314)
  • v7.0.2 Changes

    November 01, 2018
    • ๐Ÿ› Bug Fixes
      • Fix sending Phoenix.Router.NoRouteError when using Sentry.Phoenix.Endpoint (#309)
  • v7.0.1 Changes

    October 01, 2018
    • โœจ Enhancements
      • Remove Poison from applications list (#306)
  • v7.0.0 Changes

    September 07, 2018
    • โœจ Enhancements

      • Implement Sentry.LoggerBackend
    • ๐Ÿ’ฅ Breaking Changes

      • Replace Poison with configurable JSON library
      • Require Elixir 1.7+
      • Remove Sentry.Logger
  • v6.4.2 Changes

    September 05, 2018
    • โœจ Enhancements
      • Add deps reporting back (#305 / #301)
  • v6.4.1 Changes

    July 26, 2018
    • ๐Ÿ› Bug Fixes
      • Remove UUID dependency (#298)
      • Fix link in documentation (#300)
  • v6.4.0 Changes

    July 02, 2018
    • โœจ Enhancements

      • Add documentation detail around including source code (#287)
      • Document fingerprinting (#288)
      • Document Sentry.Context (#289)
      • Add CONTRIBUTING.md (#290)
      • Document cookie scrubber (#291)
      • Document testing with Sentry (#292)
    • ๐Ÿ› Bug Fixes

      • Change report_deps default value to false to avoid compiler bug (#285)
      • Limit size of messages (#293)
      • Use elixir_uuid instead of uuid (#295)
  • v6.3.0 Changes

    June 26, 2018
    • โœจ Enhancements

      • Use the stacktrace passed to Sentry.Event.transform_exception/2 when calling Exception.normalize/3 (#266)
      • Reduce Logger noise in HTTP Client (#274)
      • Use Plug.Conn.get_peer_data/1 (#273)
    • ๐Ÿ› Bug Fixes

      • Add documentation for capturing arbitrary events (#272)
      • Fix typo in README.md (#277)
  • v6.2.1 Changes

    April 24, 2018
    • โœจ Enhancements
      • Accept public key DSNs (#263)
  • v6.2.0 Changes

    April 04, 2018
    • โœจ Enhancements
      • Allow overriding in Sentry.Plug (#261)
      • Implement Sentry.Phoenix.Endpoint to capture errors in Phoenix.Endpoint (#259)
    • ๐Ÿ› Bug Fixes
      • Fix sending events from remote_console (#262)
      • Add filter option to configuration table in README (#255)
      • Default to not sending cookies, but allow configuration to send (#254)
      • Do not raise on invalid DSN (#218)