We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32b0788 + 113072c commit 74608b9Copy full SHA for 74608b9
packages/cli-kit/src/public/node/monorail.ts
@@ -10,7 +10,7 @@ const url = 'https://monorail-edge.shopifysvc.com/v1/produce'
10
type Optional<T> = T | null
11
12
// This is the topic name of the main event we log to Monorail, the command tracker
13
-export const MONORAIL_COMMAND_TOPIC = 'app_cli3_command/1.18'
+export const MONORAIL_COMMAND_TOPIC = 'app_cli3_command/1.19'
14
15
export interface Schemas {
16
[MONORAIL_COMMAND_TOPIC]: {
0 commit comments