We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 757203d commit 3ef776aCopy full SHA for 3ef776a
3 files changed
package.json
@@ -20,8 +20,8 @@
20
"README"
21
],
22
"dependencies": {
23
- "@sentry/node": "^9.0.0-alpha.0",
24
- "@sentry/profiling-node": "^9.0.0-alpha.0",
+ "@sentry/node": "^9.8.0",
+ "@sentry/profiling-node": "^9.8.0",
25
"canvas": "^2.11.2",
26
"dotenv": "^8.2.0",
27
"echarts": "5.4.0",
src/instrument.ts
@@ -5,6 +5,6 @@ Sentry.init({
5
dsn: process.env.SENTRY_DSN,
6
integrations: [nodeProfilingIntegration()],
7
tracesSampleRate: 1,
8
+ profileLifecycle: 'trace',
9
+ profileSessionSampleRate: 1,
10
});
-
-Sentry.profiler.startProfiler();
0 commit comments