Problem Statement
Our current Profiling solution relies on the SDK creating and finishing transactions on its own. When using open telemetry these actions are performed by otel, and Sentry simply collect otel spans and translate them into Sentry transactions and spans.
As a result, profiling data is not created by Sentry.
Solution Brainstorm
Add support for otel instrumentation.