Skip to content

Commit 9036d8f

Browse files
Alex KrawiecAlex Krawiec
authored andcommitted
Update frontend terminal success message sample
1 parent 4817500 commit 9036d8f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/product/sentry-basics/distributed-tracing/initialize-sentry-sdk-frontend.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,12 @@ In the `tracing-tutorial-frontend` project folder:
106106
Once the application starts, you'll see a confirmation message similar to this one in your terminal:
107107

108108
```bash
109-
<i> [webpack-dev-server] Project is running at:
110-
<i> [webpack-dev-server] Loopback: http://localhost:3000/
111-
...
112-
webpack 5.87.0 compiled successfully in 1306 ms
109+
Compiled successfully!
110+
111+
You can now view tracing-demo in the browser.
112+
113+
Local: http://localhost:3000
114+
On Your Network: http://10.0.0.39:3000
113115
```
114116

115117
> **Troubleshooting tip**: If the application fails to start due to syntax errors or errors for missing dependencies/modules, make sure you're using Node 18+ and install dependencies again. Run `nvm use 18` and then `npm install`.

0 commit comments

Comments
 (0)