You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have a click event that is asynchronous and contains multiple requests. A transaction shows up in the APM dashboard with only the first request shown as a child transaction. The other requests are logged as individual transactions.
I created a support ticket and they told me to use the following code, because the transaction is automatically ended after the first network span ends:
Hi, I have a click event that is asynchronous and contains multiple requests. A transaction shows up in the APM dashboard with only the first request shown as a child transaction. The other requests are logged as individual transactions.
The following request is send to Elastic APM
The click event handler looks like this:
I was expecting to see both request spans / transactions under the click transaction. But the first request seems to end the click transaction.
Is this a bug or am I missing something?
The text was updated successfully, but these errors were encountered: