-
-
Notifications
You must be signed in to change notification settings - Fork 277
App start: native spans #2027
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
App start: native spans #2027
Changes from 35 commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
5ad308b
commit
buenaflor 7bc756b
Merge branch 'main' into feat/app-start-improve
buenaflor 3e0790a
Update
buenaflor d0eb540
Remove print
buenaflor 05c208c
Remove comments
buenaflor c796b71
Update
buenaflor da8297e
Merge branch 'main' into feat/app-start-improve
buenaflor bdc8588
Add linting
buenaflor d1b37cd
Update CHANGELOG
buenaflor 6f44478
Update CHANGELOG.md
buenaflor 8051972
Update naming
buenaflor 29671ff
Merge branch 'main' into feat/app-start-improve
buenaflor b401ed0
Update naming
buenaflor c06973c
Update naming
buenaflor 2bb3887
Update description from first frame render to initial frame render
buenaflor 3aadc19
Initial
buenaflor 86bc3bf
Merge branch 'feat/app-start-improve' into feat/app-start-native-spans
buenaflor 801483e
update
buenaflor d28af71
dart format
buenaflor 21c61a6
Update comments
buenaflor 88a8819
Update
buenaflor 0d73052
Update
buenaflor 1e05ae5
Update
buenaflor 73d830a
Update
buenaflor 62cb2be
Update
buenaflor 111125c
Fix tests
buenaflor 04ad023
Fix test
buenaflor e9e95c4
Add unused import
buenaflor bb785b6
Merge branch 'feat/app-start-improve' into feat/app-start-native-spans
buenaflor d0ce3a4
Fix tests
buenaflor b22a9c0
Update
buenaflor d4c6b1a
Updaet
buenaflor 06325a2
Update
buenaflor bc7ba9e
Update
buenaflor 4367089
Merge branch 'main' into feat/app-start-native-spans
buenaflor a847325
Update CHANGELOG
buenaflor 7703c4e
Update CHANGELOG
buenaflor 4ae3212
Update formatting of kotlin file
buenaflor 342b518
Update
buenaflor 7a1084f
Update test
buenaflor 16303bd
format
buenaflor 20e595f
Update SentryFlutterPlugin.kt
buenaflor 0cf5d12
Update SentryFlutterPlugin.kt
buenaflor 2820fc8
Update
buenaflor c122240
Update main.dart
buenaflor 939ed17
Merge branch 'main' into feat/app-start-native-spans
buenaflor cdad9a8
Update
buenaflor ffb3695
Update
buenaflor e3197a7
Update
buenaflor 427d516
Updaet
buenaflor ab63c3b
Format
buenaflor 93b4516
Update flutter/lib/src/sentry_flutter.dart
buenaflor 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
5 changes: 5 additions & 0 deletions
5
flutter/example/android/app/src/main/kotlin/io/sentry/samples/flutter/MyApplication.kt
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,5 @@ | ||
| package io.sentry.samples.flutter | ||
|
|
||
| import android.app.Application | ||
|
|
||
| class MyApplication : Application() |
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
2 changes: 1 addition & 1 deletion
2
flutter/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
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
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.