-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Upgrade the Dart/Flutter SDK to v4 #2599
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
56 commits
Select commit
Hold shift + click to select a range
95424be
fix
marandaneto 9e22b47
Update src/platforms/flutter/index.mdx
marandaneto 1052fb9
added missing docs
marandaneto 2e0feb3
Update src/includes/configure-scope/flutter.mdx
marandaneto 07c46c0
Update src/includes/sensitive-data/set-tag/flutter.mdx
marandaneto 72bd0b0
Update src/includes/sensitive-data/set-user/flutter.mdx
marandaneto c3f4863
fix
marandaneto 32873b3
added missing docs
marandaneto f0e6844
fix
marandaneto 449c51e
fix
marandaneto 3f4ebfe
fix
marandaneto 749de8c
wizard
marandaneto b5acf5b
fixes
marandaneto 6118def
import
marandaneto 5e19fcd
Update src/platforms/flutter/index.mdx
marandaneto e68c585
Update src/wizard/flutter/index.md
marandaneto c97b4a2
Update src/includes/configuration/config-intro/flutter.mdx
marandaneto be0c372
Update src/includes/configuration/sample-rate/flutter.mdx
marandaneto dde61c9
Update src/includes/set-tag/flutter.mdx
marandaneto db8514a
Update src/includes/set-environment/flutter.mdx
marandaneto 82b5a62
Update src/platforms/flutter/index.mdx
marandaneto b122ad4
Update src/platforms/flutter/index.mdx
marandaneto 2bdfb17
Update src/includes/capture-error/flutter.mdx
marandaneto ec5cc38
Update src/includes/capture-error/flutter.mdx
marandaneto c0f1b6a
Update src/includes/capture-message/flutter.mdx
marandaneto 15f0de2
Update src/includes/getting-started-verify/flutter.mdx
marandaneto e22b3a8
Update src/includes/set-user/flutter.mdx
marandaneto 1158de1
Update src/includes/getting-started-verify/flutter.mdx
marandaneto f68660f
fix examples
marandaneto 0af20ff
Merge branch 'master' into ref/flutter-v4
marandaneto a8ebb39
add new platform
marandaneto 9fecdd6
add index
marandaneto e7b0203
rename files
marandaneto 3585c1a
ref
marandaneto be43f25
no need of future main methods
marandaneto 8048aec
fix dart files
marandaneto 5315d67
add specific Flutter files
marandaneto 77aeac7
add drain example for Flutter
marandaneto 0a0267f
fix wizard
marandaneto 965ed3b
adding missing futures
marandaneto 9131542
fix
marandaneto 2b8d832
added missing focs
marandaneto 98944b3
fix
marandaneto 9d13d25
add prime content
marandaneto 7ff5ac2
fixes
marandaneto 3557f31
remove main method from non init methods
marandaneto 6aaa299
fix
marandaneto 23a9774
workaround
marandaneto 6226987
remove links
marandaneto 4ba299f
fixes
marandaneto ef0c598
fix
marandaneto ad64d3e
add next steps
marandaneto 5345289
added dart and flutter to not supported for PII
marandaneto 94eb169
remove duplicated next steps
marandaneto bb1389c
hide user feedback for flutter
marandaneto 2f66247
add caveat section
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
Update src/includes/configuration/sample-rate/flutter.mdx
Co-authored-by: Bruno Garcia <[email protected]>
- Loading branch information
commit be0c372573cb6a7d13721b8df8d10e62bd32fbc2
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| ```dart | ||
| import 'package:sentry/sentry.dart'; | ||
|
|
||
| // Capture only 25% of events | ||
| Sentry.init((options) => options.sampleRate = 0.25); | ||
| ``` | ||
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.