You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/nuxt/sdk-setup.ts
+37-3Lines changed: 37 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ import {
21
21
featureSelectionPrompt,
22
22
installPackage,
23
23
isUsingTypeScript,
24
+
opn,
24
25
}from'../utils/clack-utils';
25
26
import{traceStep}from'../telemetry';
26
27
import{lt,SemVer}from'semver';
@@ -88,7 +89,7 @@ export async function addSDKModule(
88
89
`${deploymentPlatform
89
90
.charAt(0)
90
91
.toUpperCase()}${deploymentPlatform.slice(1)}`,
91
-
)} does not support this yet.\n\nWe will inject the Sentry server-side config at the top of your Nuxt server entry file instead.\n\nThis comes with some restrictions, for more info see:\n\n${chalk.cyan(
92
+
)} does not support this yet.\n\nWe will inject the Sentry server-side config at the top of your Nuxt server entry file instead.\n\nThis comes with some restrictions, for more info see:\n\n${chalk.underline(
0 commit comments