diff --git a/desci-server/src/server.ts b/desci-server/src/server.ts index 8b0a74191..172964d54 100644 --- a/desci-server/src/server.ts +++ b/desci-server/src/server.ts @@ -230,6 +230,7 @@ class AppServer { // of transactions for performance monitoring. // We recommend adjusting this value in production tracesSampleRate: 1.0, + profilesSampleRate: 1.0, }); Sentry.setupExpressErrorHandler(this.app); } else {