-
Notifications
You must be signed in to change notification settings - Fork 101
feat: enhance non-fatals support #1194
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 13 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
5185cb6
add non fatal api
ahmedAlaaInstabug bfed04a
add non fatal api
ahmedAlaaInstabug 4d16686
fix android_testing issue
ahmedAlaaInstabug e8260b1
fix android_testing issue
ahmedAlaaInstabug 667505d
fix android_testing issue
ahmedAlaaInstabug 559cc5f
feat: add non fatal api
ahmedAlaaInstabug 27b4e2e
fix pr comments
ahmedAlaaInstabug 6055f81
fix pr comments
ahmedAlaaInstabug b8f6157
fix pr comments
ahmedAlaaInstabug 771a919
fix: use correct diff link for v13.0.0, v12.9.0 releases (#1198)
a7medev 2288041
Merge remote-tracking branch 'refs/remotes/origin/dev' into feat/add-…
ahmedAlaaInstabug 5dadcf1
fix: PR comments
ahmedAlaaInstabug b7f10bc
fix: PR comments
ahmedAlaaInstabug de0a12a
fix: PR comments
ahmedAlaaInstabug 4a81db8
Merge remote-tracking branch 'origin/master' into feat/add-non-fatal-api
ahmedAlaaInstabug 648936f
extra logs for injazat 11495
ahmedAlaaInstabug 4c46823
fix: mapping non-fatal type
ahmedAlaaInstabug 963af0e
fix: conflict issue
ahmedAlaaInstabug f7fd035
upgrade ios version
ahmedAlaaInstabug ef1519a
Merge remote-tracking branch 'origin/dev' into feat/add-non-fatal-api
ahmedAlaaInstabug 87f13f2
Update Podfile
ahmedAlaaInstabug 1bcb9c0
merge
ahmedAlaaInstabug 307a9b9
Merge remote-tracking branch 'origin/feat/add-non-fatal-api' into fea…
ahmedAlaaInstabug 01a981c
merge
ahmedAlaaInstabug 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
13 changes: 13 additions & 0 deletions
13
examples/default/ios/InstabugTests/Util/IBGCrashReporting+CP.h
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#import <Instabug/Instabug.h> | ||
|
||
|
||
@interface IBGCrashReporting (CP) | ||
|
||
+ (void)cp_reportFatalCrashWithStackTrace:(NSDictionary*)stackTrace; | ||
|
||
+ (void)cp_reportNonFatalCrashWithStackTrace:(NSDictionary*)stackTrace | ||
level:(IBGNonFatalLevel)level | ||
groupingString:(NSString *)groupingString | ||
userAttributes:(NSDictionary<NSString *, NSString*> *)userAttributes; | ||
@end | ||
|
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.