sentry-java
sentry-java copied to clipboard
A Sentry SDK for Java, Android and other JVM languages.
## :scroll: Description This is the first part for the continuous profiling support for Android. Internal doc [is here](https://www.notion.so/sentry/Continuous-Profiling-Android-SDK-df867ce925a3449aa3c760717726240d?pvs=4) Part 1 Add the implementation of the continuous profiler itself Part...
## :scroll: Description added profile context to SentryTracer removed isProfilingEnabled from AndroidContinuousProfiler, as it's useless added continuous profiler to SentryOptions added DefaultTransactionPerformanceCollector to AndroidContinuousProfiler and updated it to work with...
## :scroll: Description ## :bulb: Motivation and Context ## :green_heart: How did you test it? ## :pencil: Checklist - [ ] I reviewed the submitted code. - [ ] I...
### Description Currently we read out the `versionName` as-is, but the customer can set any random string in there, which will break our release health feature (and everything around releases...
## :scroll: Description added profile_chunk envelope create added IHub.captureProfileChunk and ISentryClient.captureProfileChunk added profilerId and chunkId reset logic to AndroidContinuousProfiler added absolute timestamps to ProfileMeasurementValue added ProfileContext to Contexts #skip-changelog ##...
### Description This is a meta issue to collect reported issues around Android Profiling and how we can improve profiling overall. Refer to the individual issues to learn more about...
### Description The goal is to improve E2E test coverage for the following scenario - and similar/adjacent scenarios we might think of: Scenario 1. - Note: this is similar to...
## :scroll: Description This PR ensures that spotless is actually running over all our files. It wasn't before and you can see this generated a massive diff. There are still...
## :scroll: Description This removes the redundant dependency on `cleanTest` from each test task. This still allows the test to come from the cache so it doesn't really make sense....
## :scroll: Description Use all of them! #skip-changelog ## :bulb: Motivation and Context ## :green_heart: How did you test it? ## :pencil: Checklist - [ ] I added tests to...