la-haus / flutter-segment

Segment.io library for flutter
MIT License
22 stars 139 forks source link

How to add context attributes #23

Closed danielgomezrico closed 2 years ago

danielgomezrico commented 2 years ago

How can we add context hash for events?

event json example

{
  "context": {
      // This one
   },

  "properties": {},
}

Docs

Context docs: https://segment.com/docs/connections/spec/common/#context

ariefwijaya commented 2 years ago

I think we already have it here. is this not enough?

danielgomezrico commented 2 years ago

:O it does work, thanks for the message