File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ export function init(): void {
2525 } ) ,
2626 ] ,
2727 // Tracing
28- tracesSampleRate : 1.0 , // Capture 100% of the transactions
28+ tracesSampleRate : 0.25 , // Capture 100% of the transactions
2929 // Set 'tracePropagationTargets' to control for which URLs distributed tracing should be enabled
3030 tracePropagationTargets : [ "localhost" , / ^ h t t p s : \/ \/ a p i \. m o n k e y t y p e \. c o m / ] ,
3131 // Session Replay
Original file line number Diff line number Diff line change @@ -148,6 +148,10 @@ export default {
148148 project : "frontend" ,
149149 release : {
150150 name : buildClientVersion ( ) ,
151+ setCommits : {
152+ commit : "HEAD" ,
153+ previousCommit : "HEAD^" ,
154+ } ,
151155 } ,
152156 applicationKey : "monkeytype-frontend" ,
153157 } )
You can’t perform that action at this time.
0 commit comments