We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b624565 commit 367bf77Copy full SHA for 367bf77
src/utils/sentry.ts
@@ -3,7 +3,7 @@ import * as Sentry from "@sentry/bun";
3
import { db } from "utils/database";
4
5
export const sentryOptions: Sentry.BunOptions = {
6
- tracesSampleRate: 0.6,
+ tracesSampleRate: 0.3,
7
dsn: process.env.SENTRY_DSN,
8
release: process.env.KOYEB_GIT_SHA,
9
environment: process.env.NODE_ENV ?? "development",
0 commit comments