Skip to content

Commit 5d99b50

Browse files
committed
Use proper emdash
1 parent 2b76c04 commit 5d99b50

File tree

1 file changed

+2
-2
lines changed
  • docs/platforms/javascript/guides/node

1 file changed

+2
-2
lines changed

docs/platforms/javascript/guides/node/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ yarn add @sentry/node
3333

3434
## Configure
3535

36-
Sentry should be initialized as early in your app as possible. It is essential that you call `Sentry.init` before you require any other modules in your application - otherwise, auto-instrumentation of these modules will _not_ work.
36+
Sentry should be initialized as early in your app as possible. It is essential that you call `Sentry.init` before you require any other modules in your application otherwise, auto-instrumentation of these modules will _not_ work.
3737

3838
Once this is done, Sentry's Node SDK captures unhandled exceptions as well as tracing data for your application.
3939

@@ -43,7 +43,7 @@ Therefore, we recommend to create a file named `instrumentation.js` that imports
4343

4444
If you set a `tracesSampleRate`, performance instrumentation will automatically be enabled for you. See <PlatformLink to="/performance/instrumentation/automatic-instrumentation">Automatic Instrumentation</PlatformLink> to learn about all the things that the SDK automatically instruments for you.
4545

46-
You can also manually capture performance data - see <PlatformLink to="/performance/instrumentation/custom-instrumentation">Custom Instrumentation</PlatformLink> for details.
46+
You can also manually capture performance data see <PlatformLink to="/performance/instrumentation/custom-instrumentation">Custom Instrumentation</PlatformLink> for details.
4747

4848
## Run
4949

0 commit comments

Comments
 (0)