-
-
Notifications
You must be signed in to change notification settings - Fork 230
Continuous Profiling #4592
Copy link
Copy link
Open
Labels
.NETPull requests that update .net codePull requests that update .net code4: highFeatureNew feature or requestNew feature or requestProfiles
Metadata
Metadata
Assignees
Labels
.NETPull requests that update .net codePull requests that update .net code4: highFeatureNew feature or requestNew feature or requestProfiles
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
No status
Problem Statement
The current implementation of profiling we have on
Sentry.Profilingimplements 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:
Example implementations:
JVM:
Python: