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

Changelog History
Page 4

  • v6.1.0 Changes

    December 07, 2017
    • โœจ Enhancements
      • Elixir 1.6.0 formatted (#246)
      • Improve documentation around source code compilation (#242)
      • Update typespecs (#249)
      • Report errors from :kernel.spawn processes (#251)
    • ๐Ÿ› Bug Fixes
      • Fix doc typos (#245)
      • Remove Sentry.Event compile warning (#248)
      • Fix enable_source_code_context configuration (#247)
  • v6.0.5 Changes

    December 07, 2017
    • โœจ Enhancements
      • Improve README documentation (#236)
      • Fix GenEvent warning (#237, #239)
    • ๐Ÿ› Bug Fixes
      • Fix error_type reported in Sentry.Plug (#238)
  • v6.0.4 Changes

    November 20, 2017
    • โœจ Enhancements
      • Allow string for included_environments by splitting on commas (#234)
    • ๐Ÿ› Bug Fixes
      • Handle :error when sending test event (#228)
  • v6.0.3 Changes

    November 01, 2017
    • โœจ Enhancements
      • Fix tests for differing versions of Erlang/Elixir (#221)
    • ๐Ÿ› Bug Fixes
      • Fix invalid value for stacktrace via Event rendering layer (#224)
  • v6.0.2 Changes

    October 03, 2017
    • โœจ Enhancements
      • Improve Sentry.Logger documentation (#217)
    • ๐Ÿ› Bug Fixes
      • Handle Plug.Upload during scrubbing (#208)
      • Do not check DSN for source_code_path_pattern configuration (#211)
      • Fix culprit ambiguity (#214)
  • v6.0.1 Changes

    September 06, 2017
    • ๐Ÿ› Bug Fixes
      • Fix filters and test mix task (#206)
    • โœจ Enhancements
      • Improve README clarity (#202)
  • v6.0.0 Changes

    August 29, 2017

    โšก๏ธ See these 5.0.0 to 6.0.0 upgrade instructions to update your existing app.

    • ๐Ÿ’ฅ Breaking Changes
      • Remove use_error_logger configuration (#196)
      • enable_source_code_context is no longer required configuration (#201)
    • ๐Ÿ› Bug Fixes
      • Fix README error (#197)
      • Prevent overwriting server_name option (#200)
    • โœจ Enhancements
      • Scrubbing of nested maps (#192)
      • Allow Hackney 1.9 and later (#199)
  • v5.0.1 Changes

    July 18, 2017
    • ๐Ÿ› Bug Fixes
      • Fix logger and context usage (#185)
  • v5.0.0 Changes

    July 10, 2017
    • Backward incompatible changes
      • Allow specifying sync/async/none when getting result of sending event (#174)
    • โœจ Enhancements
      • Modules (#182)
      • Config from system and DSN (#180)
      • App Frames (#177)
      • Sampling (#176)
      • Post event hook (#175)
      • Improve documentation around recompilation for source code context (#171)
      • Use better arity logic in stacktraces (#170)
      • Allow custom fingerprinting (#160)
    • ๐Ÿ› Bug Fixes
      • Fix README typo (#159)
      • Fix the backoff to really be exponential (#162)
  • v4.0.3 Changes

    May 17, 2017
    • โœจ Enhancements
      • Update and improve Travis build matrix (#155)
      • Specify behaviour for Sentry HTTP clients (#158)