-
-
Notifications
You must be signed in to change notification settings - Fork 277
add options.attachStacktrace #160
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 6 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
902dd1d
add options.attachStacktrace
rxlabz e1f347d
fix case
rxlabz 07048d5
add a _exceptionFactory.stacktraceFactory getter
rxlabz a61f760
- auto-attach stacktrace to exception only if options.attachStackTrace
rxlabz 0a5addb
fix test
rxlabz f7f2458
add client._stackTraceFactory
rxlabz a526771
fix import
rxlabz 3c6cd02
attach stacktrace only if frames is not empty
rxlabz 65c4d2b
attachStackTrace doc
rxlabz 6d349fc
attachStackTrace only if event.stacktrace is null
rxlabz 23738c2
init factories in client.ctor
rxlabz cbb7be8
feedback
rxlabz ee39da9
required SentryExceptionFactory.stacktraceFactory
rxlabz d901e26
type SentryEvent.stackTrace as SentryStackTrace
rxlabz 490d3b7
serialize exception or stacktrace
rxlabz 75d69a6
feedback
rxlabz b0c4a8e
feedbacks
rxlabz a027fe8
attach stacktrace only if stacktrace is null
rxlabz b92f661
event.stacktrace only if event.throwable AND event.exception are null
rxlabz 7f4d18e
remove null conditional instanciation in exceptionFactory
rxlabz b3f546d
attach the passed stacktrace if attachStackTrace is true
rxlabz 67c9ae8
fix & refactor client._prepareEvent
rxlabz c65800e
add stacktrace and exception.stacktrace tests
rxlabz ac1ee38
feedbacks
rxlabz 3077703
fix frame.uri.pathSegments.isNotEmpty
rxlabz 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
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
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
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
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
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
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
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
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.