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 f679a07 commit 2dae3ceCopy full SHA for 2dae3ce
1 file changed
CHANGELOG.md
@@ -17,9 +17,7 @@ Work in this release was contributed by @roli-lpci. Thank you for your contribut
17
18
Sentry.init({
19
dsn: '...',
20
- integrations: [
21
- Sentry.nodeRuntimeMetricsIntegration(),
22
- ],
+ integrations: [Sentry.nodeRuntimeMetricsIntegration()],
23
});
24
```
25
0 commit comments