getsentry / getsentry/sentry-java
Drop transaction-based profiler
Open
Android
Profiles
Task
- Dominant language
- Kotlin
- Stars
- 1.4k
- Forks
- 478
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 67
Description
### Description
We should drop transaction/trace-based profiler in v9, as afaik span-first does not support it.
This would include
- dropping `options.setProfilesSampleRate()`, as continuous profiling is controlled by `options.setProfileSessionSampleRate()`
- dropping the old profiler as well as the `isEnableLegacyProfiling` option
Contributor guide
Assessment
This issue has not been assessed yet.