-
-
Notifications
You must be signed in to change notification settings - Fork 277
Feat: Flutter integrations for the Dart SDK #158
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 1 commit
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
6fcd45f
draft
marandaneto 4077a7b
fix conflict
marandaneto 9fd04ba
set staging if not release mode
marandaneto d748ec4
clean up
marandaneto 84d9559
Update flutter/lib/sentry_flutter.dart
marandaneto 103bded
remove comment
marandaneto 0a999f3
set flutter sdk on options
marandaneto b6e4967
Merge branch 'main' into feat/flutter-native
marandaneto 319f89d
Merge branch 'feat/flutter-native' of github.com:getsentry/sentry-dar…
marandaneto d26c716
draft
marandaneto 9b250b3
remove
marandaneto 59f7ea7
fix
marandaneto 9133a3e
init native sdk draft
marandaneto c96db31
write envelope
marandaneto 1a2c2f3
stack trace fixes
marandaneto 6242992
fixes
marandaneto eaad8ef
upgrade versions
marandaneto 93517d4
fix
marandaneto e5aab67
bump android
marandaneto 6d7821d
fix git conflict
marandaneto f8bd11d
fix tests
marandaneto 3d7055a
fixes
marandaneto 25edde3
fix
marandaneto 81ddf3e
clean up
marandaneto a16e4a1
ref
marandaneto d879c50
debug
marandaneto a860ee3
fix
marandaneto 7562bf4
Merge remote-tracking branch 'origin/main' into feat/flutter-native
rxlabz 1bd8324
post conflict dartformt
rxlabz 27b8ee9
fix import
rxlabz e48f974
fix: android native integration (#163)
marandaneto 158c963
Fix: Handled mechanism is true and fix samples (#165)
marandaneto 4486897
Fix: Flutter Web does not require a native integration (#166)
marandaneto 0d13722
Tests: unit tests for the native integrations (#167)
marandaneto 8c073bf
Ref: remove lock files (#168)
marandaneto bcfcc07
Fix: set Dart and Flutter min version (#170)
marandaneto 457435b
Fix: read system variables for mobile too (#169)
marandaneto b75d9d4
Fix: README on Dart and Flutter SDKs (#171)
marandaneto c05fcbf
flutter native ios (#161)
rxlabz e34fd3c
Fix: CHANGELOG for sentry and sentry_flutter (#173)
marandaneto f8d38d8
Fix: Changelog and READMEs (#174)
marandaneto 07b462c
fix readme
marandaneto eed57c0
add known limitations section
marandaneto 960946b
remove deadcode
marandaneto 9d4a7c8
Fix: flutter versioniong and its dependency version (#172)
marandaneto b199361
hack pass CI
marandaneto f36fb53
fix main.dart example and update readme (#176)
rxlabz 8ea9a69
Ref: create a export file for sentry_flutter (#175)
marandaneto 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
ref
- Loading branch information
commit a16e4a1d7c1154d2372830358e77a9c3fa576ffd
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| org.gradle.jvmargs=-Xmx1536M | ||
| android.useAndroidX=true | ||
| android.enableJetifier=true | ||
| android.enableR8=true | ||
| #android.enableR8=true |
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,5 +1,5 @@ | ||
| defaults.project=flutter | ||
| defaults.org=sentry-test | ||
| defaults.project=sentry-flutter | ||
| defaults.org=sentry-sdks | ||
| #auth.token= set in the file ~/.sentryclirc with the content: | ||
| #[auth] | ||
| #token=528be1f... |
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.
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.
@rxlabz