Skip to content

Commit

Permalink
Merge pull request #13 from luyadev/add-ignore-server
Browse files Browse the repository at this point in the history
ignore and whitelist
  • Loading branch information
nadar authored Oct 22, 2019
2 parents 73e30c1 + de8a06f commit 0499dde
Show file tree
Hide file tree
Showing 6 changed files with 231 additions and 66 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
In order to read more about upgrading and BC breaks have a look at the [UPGRADE Document](UPGRADE.md).

## 2.2.0 (22. October 2019)

+ [#13](https://github.com/luyadev/luya-module-errorapi/pull/13) Configure `$invalidServers` in any adapter to ignore certain server names.

## 2.1.0 (13. September 2019)

+ [#11](https://github.com/luyadev/luya-module-errorapi/issues/11) Add configuration for fingerprint in sentry adapter.
Expand Down
7 changes: 1 addition & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,5 @@
"luya\\errorapi\\" : "src/",
"luya\\errorapi\\tests\\" : "tests/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}
}
Loading

0 comments on commit 0499dde

Please sign in to comment.