All Versions
111
Latest Version
Avg Release Cycle
28 days
Latest Release
-

Changelog History
Page 6

  • v2.10.0 Changes

    • ๐Ÿ”‹ FEATURE: Added support for SENTRY_ENVIRONMENT [@mtsmfm, #910]
    • ๐Ÿ”‹ FEATURE: Added support for SENTRY_RELEASE [@coorasse, #911]
  • v2.9.0 Changes

    • ๐Ÿ‘ป FEATURE: Added config.inspect_exception_causes_for_exclusion. Determines if the exception cause should be inspected for config.excluded_exceptions option. [@effron, #872]
  • v2.8.0 Changes

    • ๐Ÿ”‹ FEATURE: Added config.before_send. Provide a lambda or proc to this config setting, which will be called before sending an event to Sentry. Receives event and hint as parameters. hint is a hash {:exception => ex | nil, :message => message | nil}. [@hazat, #882]
  • v2.7.4 Changes

    • ๐Ÿ›  BUGFIX: Correctly handle public only DSNs [@mitsuhiko, #847]
    • ๐Ÿ›  BUGFIX: context attributes with nil raised error [@joker-777, 824]
    • ๐Ÿ›  BUGFIX: Suppress warning about enabling dyno metadata in Heroku CI [@meganemura, #833]
  • v2.7.3 Changes

    • ๐Ÿ›  BUGFIX: Fix proxy settings for Faraday [@Strnadj, #820]
    • ๐Ÿ›  BUGFIX: Fix duplicated events in ActiveJob w/DelayedJob and Sidekiq [@BrentWheeldon, #815]
  • v2.7.2 Changes

    • ๐Ÿ›  BUGFIX: GlobalIDs are now displayed correctly in Sidekiq contexts [@louim, #798]
    • ๐Ÿ›  BUGFIX: If git is not installed, fail silently during release detection [@nateberkopec]
    • ๐Ÿ›  BUGFIX: We do not support rack-timeout <= 0.2, fix errors when incompat version present [@nateberkopec]
    • ๐Ÿ›  BUGFIX: Put cookies in the correct spot of event [@nateberkopec, #812]
    • ๐Ÿ›  BUGFIX: Exception context is deep_merged [@janklimo, #782]
  • v2.7.1 Changes

    • ๐Ÿ›  BUGFIX: Fixed LocalJumpError in Rails controllers [@nateberkopec w/@frodsan, #774]
  • v2.7.0 Changes

    • ๐Ÿ”‹ FEATURE: Add random sampling. [@nateberkopec, #734]
    • ๐Ÿ”‹ FEATURE: Transactions. See Context docs for usage. [@nateberkopec, #743]
    • FEATURE: You can set the current environment for Sentry via SENTRY_CURRENT_ENV env variable. Useful if your staging environment's RACK_ENV is "production", for example. [@tijmenb, #736]

    • ๐Ÿ›  BUGFIX: Fix wrapped classnames in old versions of Sidekiq and ActiveJob [@nateberkopec, #702]

    • ๐Ÿ›  BUGFIX: Server names on Heroku were pretty useless before - now they follow the dyno name ("worker.1", "web.2") [@nateberkopec, #703]

    • ๐Ÿ›  BUGFIX: ActiveJob::DeserializationError is now ignored by default. Not doing so can cause infinite loops if you are using an ActiveJob async callback. [@nateberkopec, #701]

    • ๐Ÿ›  BUGFIX: Binary conversion to UTF-8 when binary is frozen is fixed [@nateberkopec, #757]

    • ๐Ÿ›  BUGFIX: Our credit-card regex now matches Sentry's server behavior, which means it does not censor milliseconds since the epoch [@nateberkopec, #771]

    • ๐Ÿ”จ REFACTOR: We now use an updated port of Rails' deep_merge which should be 5-10% faster [@nateberkopec, #770]

    • ๐Ÿ”จ REFACTOR: Tests have been cleaned up, and now run in random order. [@nateberkopec]

    • ๐Ÿ”จ REFACTOR: Raven::Event has been refactored a bit [@nateberkopec]

  • v2.6.3 Changes

    • ๐Ÿ›  BUGFIX: Fixed typo in the Heroku warning [@greysteil, #728]
    • ๐Ÿ›  BUGFIX: Swallow IOErrors when reading the Rack request body [@nateberkopec]
    • ๐Ÿ›  BUGFIX: Fix invalid UTF-8/circular references when using async [@nateberkopec, #730]
  • v2.6.2 Changes

    • ๐Ÿ›  BUGFIX: If using the Sidekiq or DelayedJob adapters with ActiveJob, ActiveJob wouldn't re-raise upon capturing an exception. [@nateberkopec, 5b02ad4ff2]

    • KNOWN ISSUE: When using async, Rack integration is not thread-safe [#721]

    • KNOWN ISSUE: When using async, encoding errors may be raised [#725]