Skip to content

Commit 23c5b39

Browse files
authored
fix(copy): Typo in profiling node docs (#6499)
1 parent d11e9d4 commit 23c5b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platforms/node/common/profiling/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const {ProfilingIntegration} = require("@sentry/profiling-node");
3636
Sentry.init({
3737
dsn: "___PUBLIC_DSN___",
3838
integrations: [
39-
// Add our Profilling integration
39+
// Add our Profiling integration
4040
new ProfilingIntegration(),
4141
],
4242
tracesSampleRate: 1.0,

0 commit comments

Comments
 (0)