mirror of
https://github.com/jlengrand/signoz.git
synced 2026-03-10 08:41:20 +00:00
fix: update companyDomain in before firing every event (#5275)
This commit is contained in:
@@ -460,6 +460,7 @@ func (a *Telemetry) SendEvent(event string, data map[string]interface{}, userEma
|
||||
|
||||
if userEmail != "" {
|
||||
a.SetUserEmail(userEmail)
|
||||
a.SetCompanyDomain(userEmail)
|
||||
}
|
||||
|
||||
if !a.isTelemetryEnabled() {
|
||||
|
||||
Reference in New Issue
Block a user