-
Notifications
You must be signed in to change notification settings - Fork 48
feat: enhance non-fatals support #461
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 10 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
aa9306d
feat: add non fatal api
ahmedAlaaInstabug af30124
feat:add-non-fatal-api
ahmedAlaaInstabug 047c2a8
feat:add-non-fatal-api
ahmedAlaaInstabug c006ff4
Merge branch 'dev' into feat/add-non-fatal-api
ahmedAlaaInstabug 8f9f384
fix: conflict issue
ahmedAlaaInstabug 021a4ba
fix: conflict issue
ahmedAlaaInstabug afe230f
Merge branch 'dev' into feat/add-non-fatal-api
ahmedAlaaInstabug 02380a7
fix: conflict issue
ahmedAlaaInstabug 9cae684
add example app
ahmedAlaaInstabug 6bcee7b
add example app
ahmedAlaaInstabug a8ebebc
add example app
ahmedAlaaInstabug 259de16
fix: PR comments
ahmedAlaaInstabug 67c3547
Update CHANGELOG.md
ahmedAlaaInstabug 6c6899e
fix: PR comments
ahmedAlaaInstabug d234c5d
Merge remote-tracking branch 'origin/feat/add-non-fatal-api' into fea…
ahmedAlaaInstabug 38e6afa
fix: syntax error
ahmedAlaaInstabug 3aa8058
fix: syntax error
ahmedAlaaInstabug 9f72aa6
Merge branch 'dev' into feat/add-non-fatal-api
ahmedAlaaInstabug 259a45f
docs: fix changeLog
ahmedAlaaInstabug eb8fdd4
docs: fix changeLog
ahmedAlaaInstabug 9558d18
Merge branch 'dev' into feat/add-non-fatal-api
ahmedAlaaInstabug 450ae0f
resolve conflict issues
ahmedAlaaInstabug 659267a
fix:ios
ahmedAlaaInstabug 74128a3
fix:ios
ahmedAlaaInstabug 174b90d
fix:ios
ahmedAlaaInstabug 9d8420b
fix:ios
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
15 changes: 15 additions & 0 deletions
15
example/android/app/src/main/res/xml/network_security_config.xml
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,15 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<network-security-config> | ||
<domain-config cleartextTrafficPermitted="true"> | ||
<domain includeSubdomains="true">10.0.2.2</domain> | ||
<domain includeSubdomains="true">localhost</domain> | ||
<domain includeSubdomains="true">api.instabug.com</domain> | ||
<domain includeSubdomains="true">api-apm.instabug.com</domain> | ||
</domain-config> | ||
<base-config> | ||
<trust-anchors> | ||
<certificates src="system" /> | ||
<certificates src="user" /> | ||
</trust-anchors> | ||
</base-config> | ||
</network-security-config> |
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
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
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 |
---|---|---|
@@ -1,33 +1,35 @@ | ||
PODS: | ||
- Flutter (1.0.0) | ||
- Instabug (13.0.0) | ||
- Instabug (12.7.1) | ||
- instabug_flutter (12.7.0): | ||
- Flutter | ||
- Instabug (= 13.0.0) | ||
- Instabug (= 12.7.1) | ||
- OCMock (3.6) | ||
|
||
DEPENDENCIES: | ||
- Flutter (from `Flutter`) | ||
- Instabug (from `https://ios-releases.instabug.com/custom/feature-crash-reporting-support-non-fatal/12.7.1/Instabug.podspec`) | ||
- instabug_flutter (from `.symlinks/plugins/instabug_flutter/ios`) | ||
- OCMock (= 3.6) | ||
|
||
SPEC REPOS: | ||
trunk: | ||
- Instabug | ||
- OCMock | ||
|
||
EXTERNAL SOURCES: | ||
Flutter: | ||
:path: Flutter | ||
Instabug: | ||
:podspec: https://ios-releases.instabug.com/custom/feature-crash-reporting-support-non-fatal/12.7.1/Instabug.podspec | ||
instabug_flutter: | ||
:path: ".symlinks/plugins/instabug_flutter/ios" | ||
|
||
SPEC CHECKSUMS: | ||
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7 | ||
Instabug: fa52de4a6cac26cde0a60ec5e0540f2461a06fe2 | ||
instabug_flutter: c8293ec7ad7ffe049c743a0057601838b8af505d | ||
Instabug: 30708b938e79c4cb5a748ca5a2fc6c2d1a8bcc4b | ||
instabug_flutter: 6b85ee62851f39d080ccd97523bb0b084d397ee3 | ||
OCMock: 5ea90566be239f179ba766fd9fbae5885040b992 | ||
|
||
PODFILE CHECKSUM: 4de1907d67185ba01b9d9c952bfb1b2c3b10d282 | ||
PODFILE CHECKSUM: 139482259da537a19c294b51dfb93ccbfd1a275c | ||
|
||
COCOAPODS: 1.13.0 |
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.