Skip to content

Commit 6c36a8a

Browse files
committed
Move optional steps after the startup
1 parent 9544ef6 commit 6c36a8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/profiler/enabling/nodejs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ const tracer = require('dd-trace/init')
7676
{{% /tab %}}
7777
{{< /tabs >}}
7878

79-
4. Optional: Set up [Source Code Integration][4] to connect your profiling data with your Git repositories.
79+
4. A couple of minutes after you start your application, your profiles appear on the [APM > Profiler page][5]. If they do not, refer to the [Troubleshooting][9] guide.
8080

81-
5. A couple of minutes after you start your application, your profiles appear on the [APM > Profiler page][5]. If they do not, refer to the [Troubleshooting][9] guide.
81+
5. Optional: Set up [Source Code Integration][4] to connect your profiling data with your Git repositories.
8282

8383
6. Optional: [Upload Source Maps][10]. If you use source maps and you deploy them with your application the profiler will read them and produce mapped locations in profiles. Source maps in `.map` files as well as inline source maps are both supported. If you want to reduce deployment sizes (typically in serverless environments) you can choose to not deploy source maps and instead upload them to Datadog. You need to use dd-trace version 5.93.0 or newer for uploaded source maps to work, and your deployed source files still must contain the `@sourceMappingURL` annotation as an indication that they need to be mapped using the uploaded maps.
8484

0 commit comments

Comments
 (0)