-
-
Notifications
You must be signed in to change notification settings - Fork 435
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
Add profilesSampleRate and profileSampler for Android sdk #2184
Commits on Jul 20, 2022
-
added profilesSampleRate and profilesSampler options (still not used …
…to decide sampling) deprecated SentryOptions.setProfilingEnabled() updated internal code and unit tests to change from SentryOptions.setProfilingEnabled() to SentryOptions.setProfilesSampleRate()
Configuration menu - View commit details
-
Copy full SHA for b355c30 - Browse repository at this point
Copy the full SHA b355c30View commit details
Commits on Jul 25, 2022
-
added profiles sampling decision logic
updated tests to use setProfilesSampleRate instead of setProfilingEnabled TracesSamplingDecision now includes profiles sampling decision
Configuration menu - View commit details
-
Copy full SHA for f44b219 - Browse repository at this point
Copy the full SHA f44b219View commit details -
added profiles sampling decision logic
updated tests to use setProfilesSampleRate instead of setProfilingEnabled TracesSamplingDecision now includes profiles sampling decision
Configuration menu - View commit details
-
Copy full SHA for 174ca11 - Browse repository at this point
Copy the full SHA 174ca11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e92a55 - Browse repository at this point
Copy the full SHA 9e92a55View commit details
Commits on Aug 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0f8b415 - Browse repository at this point
Copy the full SHA 0f8b415View commit details
Commits on Aug 3, 2022
-
SampleRateUtil now has a common isValidRate private method
added some final keyword
Configuration menu - View commit details
-
Copy full SHA for 2e8e40e - Browse repository at this point
Copy the full SHA 2e8e40eView commit details
Commits on Aug 5, 2022
-
Add profiling activity to Android sample app (#2192)
added profiling activity to the sample app, with possibility to set time and number of background threads to get an idea of size of: profiling trace file, envelope item and compressed envelope item enabled profiling in the sample app
Configuration menu - View commit details
-
Copy full SHA for e9ceb30 - Browse repository at this point
Copy the full SHA e9ceb30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88ceb6d - Browse repository at this point
Copy the full SHA 88ceb6dView commit details