-
Notifications
You must be signed in to change notification settings - Fork 155
Closed
Description
As documentation say, lib does not automatically collect context.app.version and we should send it manually
The problem is, when i manually try to send context.app object, it doesn't arrive to segment event
Im using code:
trackEvent(event: metricsLib.MetricsEvent) {
const obj = {
event: `Eventname`,
type: `track` as const,
context: {
app: {
name: `appname`,
version: `545`,
build: `3.0.1.545`,
namespace: `com.dev.appname`,
},
},
properties: event.properties,
};
this.analytics.track(obj);
}Metadata
Metadata
Assignees
Labels
No labels