reviewbot

Source code for the is-a.dev r...
Log | Files | Refs | README | LICENSE

commit d44967babbceea9414bcd18b824d1a20c89ead37
parent c755040a59fbae7d113bc71490f6ad5d3f68fbc2
Author: iostpa <iostpa@iostpa.com>
Date:   Fri,  3 Apr 2026 20:42:09 +0300

Add Sentry Metrics

Diffstat:
Mindex.js | 1+
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
© notamitgamer • Site Built: 2026-07-21 13:58:23 UTC • git-mirror commit: 1037f62 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror