feat: App start measurement, initial ui.load transaction, and auto performance enable flag.#1704
Merged
Conversation
bruno-garcia
reviewed
Aug 3, 2021
Member
bruno-garcia
left a comment
There was a problem hiding this comment.
There are some merge conflicts now
aa7f5c3 to
89522f9
Compare
Contributor
Author
|
Weird, iOS sample app builds fine locally.. will look into this in the morning |
Contributor
Author
|
@bruno-garcia We need to wait for getsentry/sentry-cocoa#1251 to be in a release, I misunderstood and thought it was in |
Contributor
|
This was referenced Apr 1, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
📢 Type of change
📜 Description
ReactNativeTracingintegration) will now be enabled by default when tracing is enabled with eithertracesSampleRateortracesSampler.enableAutoPerformanceTracking: false.ReactNativeTracingto integrations.enableStallTrackingnow depends onenableAutoPerformanceTracking.ui.load. If no routing instrumentation is set then a transaction is started (default).7.2.0-beta.85.1.0-beta.9💡 Motivation and Context
Working towards #1701
💚 How did you test it?
Added unit tests for the app start instrumentation and the option flags.
📝 Checklist
🔮 Next steps