Skip to content

Commit b3dc1a4

Browse files
authored
removing based review
ESM information is in Sentry docs, should someone need it.
1 parent 9f9991d commit b3dc1a4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

content/recipes/sentry.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,6 @@ import { AppService } from "./app.service";
8585
export class AppModule {}
8686
```
8787

88-
> info **Hint** *Running with ESM*: If you run your application with ESM, you'll need to import the Sentry Initialization file before importing any other modules. Read about [running Sentry with ESM](https://docs.sentry.io/platforms/javascript/guides/nestjs/install/esm/). If you're not sure about how you're running your application, see [Installation Methods](https://docs.sentry.io/platforms/javascript/guides/nestjs/install/) for more information.
89-
90-
9188
#### Add Readable Stack Traces to Errors
9289

9390
Depending on how you've set up your project, the stack traces in your Sentry errors probably won't look like your actual code.

0 commit comments

Comments
 (0)