File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
5959initialized before any other import in your code. We recommend creating a new file to initialize the SDK and specifying
6060it 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
6666integrations out of the box.
6767
6868- [ Performance Monitoring API] ( ./MIGRATION.md#performance-monitoring-api )
You can’t perform that action at this time.
0 commit comments