Skip to content

Commit

Permalink
Merge pull request #1875 from rudderlabs/main
Browse files Browse the repository at this point in the history
chore(release): pull main into develop post release v1.102.0
  • Loading branch information
sanpj2292 authored Jan 22, 2025
2 parents 41be203 + 9dc9111 commit 313db82
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 54 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.102.0](https://github.com/rudderlabs/rudder-config-schema/compare/v1.101.1...v1.102.0) (2025-01-20)


### Features

* **http:** add urlPreview custom field to ui-config ([#1869](https://github.com/rudderlabs/rudder-config-schema/issues/1869)) ([41be203](https://github.com/rudderlabs/rudder-config-schema/commit/41be20376268251ebe06c6dd909f0e8752006647))

### [1.101.1](https://github.com/rudderlabs/rudder-config-schema/compare/v1.101.0...v1.101.1) (2025-01-14)

## [1.101.0](https://github.com/rudderlabs/rudder-config-schema/compare/v1.100.0...v1.101.0) (2025-01-14)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rudder-config-schema",
"version": "1.101.1",
"version": "1.102.0",
"description": "",
"main": "src/index.ts",
"private": true,
Expand Down
3 changes: 1 addition & 2 deletions src/configurations/destinations/mp/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,7 @@
"useUserDefinedPageEventName",
"userDefinedPageEventTemplate",
"useUserDefinedScreenEventName",
"userDefinedScreenEventTemplate",
"dropTraitsInTrackEvent"
"userDefinedScreenEventTemplate"
],
"android": [
"consentManagement",
Expand Down
4 changes: 0 additions & 4 deletions src/configurations/destinations/mp/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@
"type": "boolean",
"default": false
},
"dropTraitsInTrackEvent": {
"type": "boolean",
"default": false
},
"people": {
"type": "boolean",
"default": false
Expand Down
22 changes: 0 additions & 22 deletions src/configurations/destinations/mp/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,28 +162,6 @@
}
]
},
{
"title": "Track Settings",
"note": "Set how you want to send your track calls to Mixpanel",
"icon": "file",
"fields": [
{
"type": "checkbox",
"label": "Drop Traits",
"configKey": "dropTraitsInTrackEvent",
"note": "Drop traits from event property in track call",
"default": false,
"preRequisites": {
"fields": [
{
"configKey": "connectionModes.cloud",
"value": true
}
]
}
}
]
},
{
"title": "Mixpanel Configuration Settings",
"fields": [
Expand Down
23 changes: 0 additions & 23 deletions test/data/validation/destinations/mp.json
Original file line number Diff line number Diff line change
Expand Up @@ -741,28 +741,5 @@
"ketchConsentPurposes.web must be array",
"ketchConsentPurposes.unity.0 must be object"
]
},
{
"config": {
"token": "dummy-token",
"dataResidency": "us",
"people": false,
"setAllTraitsByDefault": false,
"consolidatedPageCalls": true,
"trackCategorizedPages": false,
"trackNamedPages": false,
"crossSubdomainCookie": false,
"persistence": "localStorage",
"secureCookie": false,
"eventFilteringOption": "disable",
"useNativeSDK": {
"web": false
},
"strictMode": false,
"ignoreDnt": true,
"dropTraitsInTrackEvent": "inValid"
},
"result": false,
"err": ["dropTraitsInTrackEvent must be boolean"]
}
]

0 comments on commit 313db82

Please sign in to comment.