Skip to content

v2.8.0

Compare
Choose a tag to compare
@HazAT HazAT released this 29 Jan 20:43
· 1494 commits to master since this release
  • FEATURE: Added config.before_send. Provide a lambda or proc to this config setting, which will be called when before sending an event to Sentry. Receives event and hint as parameter. hint is a has {:exception => ex | nil, :message => message | nil}. [@HazAT, #847]