-
-
Notifications
You must be signed in to change notification settings - Fork 375
feat: Store breadcrumbs to disk for OOM events #2347
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 35 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
3644d32
WIP
kevinrenskers 05ab4cf
WIP2
kevinrenskers d994196
Merge branch 'master' into feat/1759-breadcrumbs-to-disk
kevinrenskers a8f6ff4
Don't call it twice
kevinrenskers cd5a66f
Changelog
kevinrenskers 932433f
Close file before deleting it
kevinrenskers c79db7b
Fix test crashes
kevinrenskers 1fad3e5
Fix removeFile behavior
kevinrenskers 52e5964
addBreadcrumb -> addSerializedBreadcrumb
kevinrenskers b2f268d
Write to two breadcrumb files
kevinrenskers 62a0eea
Fix bug
kevinrenskers 30d7ab2
Added comprehensive tests for SentryOutOfMemoryScopeObserver
kevinrenskers 5e041ef
Add testAppOOM_WithBreadcrumbs
kevinrenskers 87dee93
Remove unnecessary import
kevinrenskers c1b407d
Reset counter when needed
kevinrenskers 5f1773f
Merge branch 'master' into feat/1759-breadcrumbs-to-disk
kevinrenskers 6b259bb
Move changelog
kevinrenskers 69dd037
Format code
getsentry-bot 1de4860
Merge branch 'master' into feat/1759-breadcrumbs-to-disk
kevinrenskers 537f1ea
Merge the 2 breadcrumb arrays
kevinrenskers 8b27f88
readPreviousBreadcrumbs is now in the file manager
kevinrenskers 1a128a7
testReadPreviousBreadcrumbs
kevinrenskers b89a2a2
Fix tests
kevinrenskers e82b8d0
First bit of feedback
kevinrenskers c5a6d9f
Merge branch 'master' into feat/1759-breadcrumbs-to-disk
kevinrenskers 0454e8e
Merge branch 'master' into feat/1759-breadcrumbs-to-disk
kevinrenskers 4796dfb
Undo optional protocol methods
kevinrenskers 384c77d
Use TestData.crumb
kevinrenskers 105b13f
Feedback
kevinrenskers 746b37e
Add testMovesBreadcrumbsToPreviousBreadcrumbs
kevinrenskers 5b37f06
Update develop-docs/README.md
kevinrenskers bfb5a45
Use TestData.crumb
kevinrenskers 15aa3ea
Sort and limit the breadcrumbs, added tests
kevinrenskers 8286c08
Solve "Value stored to 'combinedLines' during its initialization is n…
kevinrenskers af1bcfb
Ugh yea yea
kevinrenskers 6143773
Merge branch 'master' into feat/1759-breadcrumbs-to-disk
kevinrenskers 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
Oops, something went wrong.
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.