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
55
55
56
56
### Initializing Server-side SDKs (Node, Bun, Deno, Serverless):
57
57
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
59
59
initialized before any other import in your code. We recommend creating a new file to initialize the SDK and specifying
60
60
it via the ` --require ` (CJS) or ` --import ` (ESM) Node CLI argument. See more details in our migration docs about
61
61
[ initializing the SDK in v8] ( https://docs.sentry.io/platforms/javascript/guides/node/migration/v7-to-v8/#updated-sdk-initialization ) .
62
62
63
63
### Performance Monitoring Changes
64
64
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
66
66
integrations out of the box.
67
67
68
68
- [ Performance Monitoring API] ( ./MIGRATION.md#performance-monitoring-api )
You can’t perform that action at this time.
0 commit comments