-
-
Notifications
You must be signed in to change notification settings - Fork 22
Feature/deduplication #58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
fd0f3bb
Start work to make the deduplication plugin work like the .NET one
srijken 0fc7f0c
Cleanup and make sure we have stacks
srijken 7c12490
Better hashcode calculation
srijken c609e4c
Merge master
srijken 1e57e9e
Use the configured error parser
srijken 93b29f0
Fix lint error
srijken 8a1ebc3
Merge master
srijken 0f8261a
Files from previous commit; merge from master
srijken e41652d
Increase timeouts
srijken b3419f1
load default settings / injects in testsuite
srijken 4cfc5fa
use fake XMLHttpRequests
srijken fff0f69
Add sinon
srijken 09cd805
Remove unused variable
srijken 06d81f2
Create a real exception in the reference id test
srijken ef44761
Get rid of higher timeout values
srijken e2968cc
use the same priority as the .NET client
srijken 1bbe4bf
Use += instead of =
srijken 2a35c09
Also take the message into account, to deal with errors without stack…
srijken f7c9b2d
Add logging
srijken b26971a
correct the case where no stack trace is found
srijken bf1baab
use 30 secs as deduplication interval
srijken be062f7
Add check on error.message
srijken 63c94a1
Fix lint messages
srijken 66f40c3
Fix unit test
srijken cdf55c8
Run build
srijken bb0414d
Change some .info calls to .trace
srijken 9651726
Merge branch 'master' into feature/deduplication
srijken ef5f477
ran the build
srijken File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Also take the message into account, to deal with errors without stack…
… trace
- Loading branch information
commit 2a35c09d1ac9ee5fa67a048e3bb1f6cf7535ce25
There are no files selected for viewing
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what if there is no stack trace? Should message be taken into account always?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done