la-haus / flutter-segment

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

Does the `debug` on `SegmentConfig` parameter has an effect on Android? #68

Open SametSahin10 opened 1 year ago

SametSahin10 commented 1 year ago

There's a parameter called debug on SegmentConfig class. In the documentation, it's stated that it's not possible to set a value to debug dynamically. Is the value passed into debug used on Android or do we have to add a metadata into AndroidManifest.xml?

danielgomezrico commented 1 year ago

Hi @SametSahin10

Im not sure if I totally understand your question.

You need to send the value you need it in the SegmentConfig constructor when you are configuring the SDK,