-
-
Notifications
You must be signed in to change notification settings - Fork 239
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
Rename APM tracking feature flags to tracing and enable features by default #1222
Rename APM tracking feature flags to tracing and enable features by default #1222
Conversation
Codecov ReportBase: 89.76% // Head: 88.64% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## chore/migrate-to-sentry-cocoa-v8 #1222 +/- ##
====================================================================
- Coverage 89.76% 88.64% -1.13%
====================================================================
Files 111 122 +11
Lines 3489 3822 +333
====================================================================
+ Hits 3132 3388 +256
- Misses 357 434 +77
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
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.
LGTM
flutter/android/src/main/kotlin/io/sentry/flutter/SentryFlutterPlugin.kt
Outdated
Show resolved
Hide resolved
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.
One comment, other than that LGTM. Also updated the other PR now to build.
…ions # Conflicts: # flutter/ios/Classes/SentryFlutterPluginApple.swift # flutter/ios/sentry_flutter.podspec
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.
LGTM 🚀
📜 Description
Rename APM tracking feature flags to tracing and enable features by default
💡 Motivation and Context
Closes #1177
💚 How did you test it?
📝 Checklist
🔮 Next steps