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.
1 parent 94528b7 commit 1f0c8cfCopy full SHA for 1f0c8cf
packages/app/src/app/overmind/effects/live/index.ts
@@ -11,6 +11,7 @@ import {
11
logBreadcrumb,
12
} from '@codesandbox/common/lib/utils/analytics/sentry';
13
import _debug from '@codesandbox/common/lib/utils/debug';
14
+import VERSION from '@codesandbox/common/lib/version';
15
import { Blocker, blocker } from 'app/utils/blocker';
16
import { camelizeKeys } from 'humps';
17
import { SerializedTextOperation, TextOperation } from 'ot';
@@ -200,6 +201,7 @@ class Live {
200
201
this.socket = new Socket(`${protocol}://${location.host}/socket`, {
202
params: {
203
guardian_token: this.provideJwtToken(),
204
+ client_version: VERSION,
205
},
206
});
207
0 commit comments