Skip to content

Commit 773eb72

Browse files
authored
Disable product data (#1852)
1 parent b81082f commit 773eb72

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

backend/src/segment/track.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ export default async function identify(
5353
analytics.track(payload)
5454

5555
// send product analytics data to crowd tenant workspace
56-
await addProductData({
57-
userId: userIdOut,
58-
tenantId: tenantIdOut,
59-
event,
60-
timestamp,
61-
properties,
62-
})
56+
// await addProductData({
57+
// userId: userIdOut,
58+
// tenantId: tenantIdOut,
59+
// event,
60+
// timestamp,
61+
// properties,
62+
// })
6363
} catch (error) {
6464
log.error(error, { payload }, 'Could not send the following payload to Segment')
6565
}

0 commit comments

Comments
 (0)