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 6ebe665 commit 73d6fb1Copy full SHA for 73d6fb1
code/core/src/core-server/presets/common-preset.ts
@@ -264,7 +264,7 @@ export const experimental_serverChannel = async (
264
initCreateNewStoryChannel(channel, options, coreOptions);
265
initGhostStoriesChannel(channel, options, coreOptions);
266
initOpenInEditorChannel(channel, options, coreOptions);
267
- initTelemetryChannel(channel, options, coreOptions);
+ initTelemetryChannel(channel, options);
268
269
return channel;
270
};
0 commit comments