Skip to content

Release v0.4.1

Compare
Choose a tag to compare
@djmgit djmgit released this 22 Apr 05:46
· 26 commits to master since this release

Feature release:

  • flask-opsgenie will now allow to forward request headers to alert.
  • A new config option called FORWARDED_HEADER_KEYS has been introduced which accepts a list of request headers
  • The above list of headers will be forwarded to opsgenie whenever an alert is generated.
  • This should potentially help in debugging while pinpointing reuqests causing a given alert/exception.