We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b81082f commit 773eb72Copy full SHA for 773eb72
1 file changed
backend/src/segment/track.ts
@@ -53,13 +53,13 @@ export default async function identify(
53
analytics.track(payload)
54
55
// send product analytics data to crowd tenant workspace
56
- await addProductData({
57
- userId: userIdOut,
58
- tenantId: tenantIdOut,
59
- event,
60
- timestamp,
61
- properties,
62
- })
+ // await addProductData({
+ // userId: userIdOut,
+ // tenantId: tenantIdOut,
+ // event,
+ // timestamp,
+ // properties,
+ // })
63
} catch (error) {
64
log.error(error, { payload }, 'Could not send the following payload to Segment')
65
}
0 commit comments