Skip to content

Commit 76b3ae2

Browse files
Lms24mydea
andauthored
Apply suggestions from code review
Co-authored-by: Francesco Novy <[email protected]>
1 parent 5945342 commit 76b3ae2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ For more details, please see the
5555

5656
### Initializing Server-side SDKs (Node, Bun, Deno, Serverless):
5757

58-
Initializing the SDKs on the server-side has been simplified a lot. However, the SDK now needs to be imported and
58+
In v8, we support many more node-based packages than before. In order to ensure auto-instrumentation works, the SDK now needs to be imported and
5959
initialized before any other import in your code. We recommend creating a new file to initialize the SDK and specifying
6060
it via the `--require` (CJS) or `--import` (ESM) Node CLI argument. See more details in our migration docs about
6161
[initializing the SDK in v8](https://docs.sentry.io/platforms/javascript/guides/node/migration/v7-to-v8/#updated-sdk-initialization).
6262

6363
### Performance Monitoring Changes
6464

65-
The API around performance monitoring and tracing has been vastly improved, and we've added support for more
65+
The API around performance monitoring and tracing has been streamlined, and we've added support for more
6666
integrations out of the box.
6767

6868
- [Performance Monitoring API](./MIGRATION.md#performance-monitoring-api)

0 commit comments

Comments
 (0)