Skip to content

Commit 8cc1b5e

Browse files
chargomeantonpirker
authored andcommitted
docs(js): Fix nestjs snippet (#14052)
1 parent 835beac commit 8cc1b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform-includes/getting-started-config/javascript.nestjs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
```typescript {filename: instrument.ts}
2-
const Sentry = require("@sentry/nestjs");
2+
import * as Sentry from "@sentry/nestjs";
33
// ___PRODUCT_OPTION_START___ profiling
44
const { nodeProfilingIntegration } = require("@sentry/profiling-node");
55
// ___PRODUCT_OPTION_END___ profiling

0 commit comments

Comments
 (0)