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 de97c17 commit 3888808Copy full SHA for 3888808
platform-includes/getting-started-install/javascript.azure-functions.mdx
@@ -0,0 +1,31 @@
1
+<OnboardingOption optionId="profiling" hideForThisOption>
2
+
3
+```bash {tabTitle:npm}
4
+npm install @sentry/node --save
5
+```
6
7
+```bash {tabTitle:yarn}
8
+yarn add @sentry/node
9
10
11
+```bash {tabTitle:pnpm}
12
+pnpm add @sentry/node
13
14
15
+</OnboardingOption>
16
17
+<OnboardingOption optionId="profiling">
18
19
20
+npm install @sentry/node @sentry/profiling-node --save
21
22
23
24
+yarn add @sentry/node @sentry/profiling-node
25
26
27
28
+pnpm add @sentry/node @sentry/profiling-node
29
30
31
0 commit comments