mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 07:19:00 +08:00
fix: update companyDomain in before firing every event (#5275)
This commit is contained in:
parent
9a6db272c1
commit
b69545a771
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user