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

Profiling concurrent transactions

Open stefanosiano opened this issue 3 years ago • 0 comments

Problem Statement

Our profiler works with only one transaction at a time. The sdk has several options, including one that automatically starts a transaction on some ui interaction. If I add a button which on click manually starts a transaction to be profiled, an automatic transaction is started first, so that one is profiled. When the manual transaction is started, the automatic one hasn't finished, yet, so the profiler ignores the manual transaction, since it doesn't have the notion of scope.

We're going to leave this issue until fixed, which is currently a wip.

Solution Brainstorm

we wrote this doc

stefanosiano avatar Aug 05 '22 14:08 stefanosiano