-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixed passing additional data (tags, extra, etc) to exception handler Added passing user data * Updated tests for use global Yii object * Fixed passing extra data * Removed old levels * Fixed setting ip if ip is null * Updated e2e tests to test logging user id and ip * Sentry init moved to constructor * Updated tests for configureScope() check * Added note about additional context * Added some notes * Fixed typo * Updated changelog * Fixed version * Context configuring moved to usage * Restored old methods * Changed version * Restored tests for deprecated method * Bootstrap setting moved to root according with deprecation in codeception 3 * Added scripts to composer for run tests * Added messages for e2e test command * Remove return type for bc * Changed release date * Changed release date
- Loading branch information
1 parent
0623dfc
commit 3d26767
Showing
11 changed files
with
303 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,4 @@ install: | |
|
||
script: | ||
- composer exec codecept build -v | ||
- composer exec codecept run -v | ||
- composer test -v |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.