Skip to content

Commit 367bf77

Browse files
authored
refractor: decrease sentry trace sample rate (#47)
Signed-off-by: Fabio Nettis <nettisfabio@gmail.com>
1 parent b624565 commit 367bf77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/sentry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import * as Sentry from "@sentry/bun";
33
import { db } from "utils/database";
44

55
export const sentryOptions: Sentry.BunOptions = {
6-
tracesSampleRate: 0.6,
6+
tracesSampleRate: 0.3,
77
dsn: process.env.SENTRY_DSN,
88
release: process.env.KOYEB_GIT_SHA,
99
environment: process.env.NODE_ENV ?? "development",

0 commit comments

Comments
 (0)