Open ilyannn opened 1 week ago
We use useEffect on the main component to send telemetry signal integration_assistant_open.
useEffect
integration_assistant_open
This can be repeated if the user navigates away from the page and then back to it.
Review if this corresponds to best practices. We don't want to overcount events.
Pinging @elastic/security-scalability (Team:Security-Scalability)
Context
We use
useEffect
on the main component to send telemetry signalintegration_assistant_open
.This can be repeated if the user navigates away from the page and then back to it.
Action Item
Review if this corresponds to best practices. We don't want to overcount events.