Skip to content

Commit

Permalink
fix: updated configKey value
Browse files Browse the repository at this point in the history
  • Loading branch information
aashishmalik committed Aug 31, 2023
1 parent 4bd6252 commit 35c26cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"transformAtV1": "router",
"saveDestinationResponse": true,
"isAudienceSupported": true,
"includeKeys": ["oneTrustCookieCategories"],
"includeKeys": ["oneTrustCookieCategories", "connectionMode"],
"excludeKeys": [],
"supportedSourceTypes": [
"android",
Expand Down Expand Up @@ -36,10 +36,6 @@
},
"destConfig": {
"defaultConfig": ["apiUrl", "apiKey", "eventKey", "actid", "oneTrustCookieCategories"],
"android": ["useNativeSDK", "connectionMode"],
"ios": ["useNativeSDK", "connectionMode"],
"reactnative": ["useNativeSDK", "connectionMode"],
"flutter": ["useNativeSDK", "connectionMode"],
"web": ["useNativeSDK", "connectionMode"]
},
"secretKeys": ["apiKey", "eventKey", "actid"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{
"type": "textInput",
"label": "API Key",
"value": "apiKey",
"configKey": "apiKey",
"regex": ".*",
"required": true,
"placeholder": "e.g. c59e3838caa934b535c1fd342dfds23452dfcccf95c16787304e7a0c0e8051b326451bb2",
Expand Down

0 comments on commit 35c26cb

Please sign in to comment.