-
-
Notifications
You must be signed in to change notification settings - Fork 372
feat: Offline caching improvements #2263
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 all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
ee2130b
Add a 0.1 second delay when sending the next cached envelop
kevinrenskers 29ea096
"Once the device is back online, read events preciously cached (as op…
kevinrenskers 24320b5
Changelog
kevinrenskers f00a755
Fix the test - TestSentryDispatchQueueWrapper didn't actually execute…
kevinrenskers 6e1f95b
Don't break the other tests
kevinrenskers 841155e
SentryReachability doesn't work on WatchOS
kevinrenskers f025557
SentryReachability doesn't work on WatchOS
kevinrenskers 91b6b37
Fix
kevinrenskers 919beca
Add more tests
kevinrenskers 9c6f33a
Solve duplicate symbol problem
kevinrenskers 6328bdd
Some renamings, and added a constant
kevinrenskers bad0243
Silence wrong analyzer warning
kevinrenskers 4771248
New version of SentryReachability
kevinrenskers 940a1bb
No need for this logic, SentryReachability already does this internally
kevinrenskers 1fd8fb5
Update Sources/Sentry/SentryReachability.m
kevinrenskers 5145e67
Update Sources/Sentry/Public/SentryDefines.h
kevinrenskers 596e8aa
Use name cachedEnvelopeSendDelay
kevinrenskers e20150f
Merge branch 'master' into feat/1671-offline-cache-improvements
kevinrenskers d9a88e0
Fix for watchOS
kevinrenskers 70e46ab
Use an array of reachability callbacks, one for each class instance
kevinrenskers c2da56f
Added testUniqueKeyForInstances test
kevinrenskers 1a00f47
testSendsWhenNetworkComesBack
kevinrenskers 25f8821
Merge branch 'master' into feat/1671-offline-cache-improvements
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
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.
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.
l: do you think the URL used here matters? Would it be helpful to monitor the DSN?
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.
It doesn't really matter, it's not going to check if the host is up, once in a while, or something like that. So no, it's not helpful to monitor the DSN.