Skip to content

Commit 943bb09

Browse files
authored
feat(node): Add Modules integration docs (#5492)
1 parent 38cf4bd commit 943bb09

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

src/platforms/node/common/configuration/integrations/default-integrations.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,11 @@ Available options:
131131
limit: number; // default: 5
132132
}
133133
```
134+
135+
### Modules
136+
137+
_(New in version 7.13.0.)_
138+
139+
_Import name: `Sentry.Integrations.Modules`_
140+
141+
This integration fetches names of all currently installed Node modules and attaches the list to the event. Once fetched, Sentry will cache the list for later reuse.

src/platforms/node/common/configuration/integrations/pluggable-integrations.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,6 @@ For example `C:\\Program Files\\Apache\\www` won't work, however, `/Program File
7777

7878
## Node specific
7979

80-
### Modules
81-
82-
_Import name: `Sentry.Integrations.Modules`_
83-
84-
This integration fetches names of all currently installed Node modules and attaches the list to the event. Once fetched, Sentry will cache the list for later reuse.
85-
8680
### Transaction
8781

8882
_Import name: `Sentry.Integrations.Transaction`_

0 commit comments

Comments
 (0)