Skip to content

Commit

Permalink
feat: added GCM support for 5 destinations - Batch 7 (#1433)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnab-p authored May 30, 2024
1 parent 7ed3664 commit 1d9136c
Show file tree
Hide file tree
Showing 20 changed files with 3,643 additions and 70 deletions.
25 changes: 13 additions & 12 deletions src/configurations/destinations/fullstory/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"blacklistedEvents",
"whitelistedEvents",
"oneTrustCookieCategories",
"eventFilteringOption"
"eventFilteringOption",
"consentManagement"
],
"excludeKeys": [],
"supportedSourceTypes": [
Expand Down Expand Up @@ -58,17 +59,17 @@
"oneTrustCookieCategories",
"eventFilteringOption"
],
"web": ["useNativeSDK", "connectionMode", "fs_debug_mode", "fs_host"],
"android": ["useNativeSDK", "connectionMode"],
"ios": ["useNativeSDK", "connectionMode"],
"unity": ["connectionMode"],
"amp": ["connectionMode"],
"cloud": ["connectionMode"],
"warehouse": ["connectionMode"],
"reactnative": ["connectionMode"],
"flutter": ["connectionMode"],
"cordova": ["connectionMode"],
"shopify": ["connectionMode"]
"web": ["useNativeSDK", "connectionMode", "fs_debug_mode", "fs_host", "consentManagement"],
"android": ["useNativeSDK", "connectionMode", "consentManagement"],
"ios": ["useNativeSDK", "connectionMode", "consentManagement"],
"unity": ["connectionMode", "consentManagement"],
"amp": ["connectionMode", "consentManagement"],
"cloud": ["connectionMode", "consentManagement"],
"warehouse": ["connectionMode", "consentManagement"],
"reactnative": ["connectionMode", "consentManagement"],
"flutter": ["connectionMode", "consentManagement"],
"cordova": ["connectionMode", "consentManagement"],
"shopify": ["connectionMode", "consentManagement"]
},
"secretKeys": ["apiKey"]
},
Expand Down
Loading

0 comments on commit 1d9136c

Please sign in to comment.