diff --git a/packages/destination-actions/src/destinations/index.ts b/packages/destination-actions/src/destinations/index.ts index 205fde64ab2..1f5b1056e14 100644 --- a/packages/destination-actions/src/destinations/index.ts +++ b/packages/destination-actions/src/destinations/index.ts @@ -201,6 +201,8 @@ register('682db7017819e7e055f55cb4', './ortto') register('68370e58cb330586908573b7', './dotdigital') register('683ef14a3f9aac157e3a3446', './amazon-conversions-api') register('684a923b272a5d1e02f33914', './google-data-manager') +register('68516bd8ca73bd53f38a0104', './roadwayai') +register('68516c107fc235f3572f8a64', './posthog') function register(id: MetadataId, destinationPath: string) { // eslint-disable-next-line @typescript-eslint/no-var-requires