mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-21 05:55:59 +08:00
chore: set commits on sentry release
also lower trace sample rate
This commit is contained in:
parent
c51acf39d2
commit
827637c23d
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -148,6 +148,10 @@ export default {
|
|||
project: "frontend",
|
||||
release: {
|
||||
name: buildClientVersion(),
|
||||
setCommits: {
|
||||
commit: "HEAD",
|
||||
previousCommit: "HEAD^",
|
||||
},
|
||||
},
|
||||
applicationKey: "monkeytype-frontend",
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue