chore: set commits on sentry release

also lower trace sample rate
This commit is contained in:
Miodec 2025-05-01 21:40:47 +02:00
parent c51acf39d2
commit 827637c23d
2 changed files with 5 additions and 1 deletions

View file

@ -25,7 +25,7 @@ export function init(): void {
}),
],
// Tracing
tracesSampleRate: 1.0, // Capture 100% of the transactions
tracesSampleRate: 0.25, // Capture 100% of the transactions
// Set 'tracePropagationTargets' to control for which URLs distributed tracing should be enabled
tracePropagationTargets: ["localhost", /^https:\/\/api\.monkeytype\.com/],
// Session Replay

View file

@ -148,6 +148,10 @@ export default {
project: "frontend",
release: {
name: buildClientVersion(),
setCommits: {
commit: "HEAD",
previousCommit: "HEAD^",
},
},
applicationKey: "monkeytype-frontend",
})