commit d44967babbceea9414bcd18b824d1a20c89ead37
parent c755040a59fbae7d113bc71490f6ad5d3f68fbc2
Author: iostpa <iostpa@iostpa.com>
Date: Fri, 3 Apr 2026 20:42:09 +0300
Add Sentry Metrics
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/index.js b/index.js
@@ -26,6 +26,7 @@ Sentry.init({
tracesSampleRate: 1.0, // Capture 100% of the transactions
// Enable logs to be sent to Sentry
enableLogs: true,
+ integrations: [Sentry.bunRuntimeMetricsIntegration()],
});
// Create an authenticated Octokit client authenticated as a GitHub App