Iterable / iterable-web-sdk

Iterable SDK for interacting with the Iterable API to implement inside JavaScript and Node projects
https://iterable.com
MIT License
9 stars 8 forks source link

[MOB-8649]: New SDK configuration options: isEuIterableService, dangerouslyAllowJsPopupsSDK #398

Closed mprew97 closed 1 month ago

mprew97 commented 1 month ago

JIRA Ticket(s) if any

Description

To remove complications here, we are moving these values to our config object.

Test Steps

ts-nguyen commented 1 month ago

It feels a little odd to set config values at runtime in the initialize code, would it make any sense to set the config with the process env variables instead or even move the env config values into a dedicated config library?