sentry-dotnet icon indicating copy to clipboard operation
sentry-dotnet copied to clipboard

Continuous Profiling

Open bruno-garcia opened this issue 3 months ago • 1 comments

Problem Statement

The current implementation of profiling we have on Sentry.Profiling implements the old Sentry protocol. One of the big limitations of the current implementation is that it has a hard 30 second max duration. And that it must be tied to a transaction, which we're moving on from.

Since then, we moved to UI and Continuous profiling.

We should migrate the code here to the new protocol.

Related to:

  • https://github.com/getsentry/sentry-dotnet/issues/2315
  • https://github.com/getsentry/sentry-dotnet/issues/2316

Example implementations:

JVM:

  • https://github.com/getsentry/sentry-java/pull/4556

Python:

  • https://github.com/getsentry/sentry-python/pulls?q=sort%3Aupdated-desc+is%3Apr+continuous+profiling+is%3Aclosed

bruno-garcia avatar Oct 03 '25 23:10 bruno-garcia

NET-478

linear[bot] avatar Oct 03 '25 23:10 linear[bot]