File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
22name : catalogi
33description : A Helm chart for deploying the Catalogi open source software catalog.
44type : application
5- version : 2.0.17
6- appVersion : 1.53.0
5+ version : 2.0.18
6+ appVersion : 1.53.1
77dependencies :
88 - name : postgresql
99 version : ' 16'
Original file line number Diff line number Diff line change 11{
22 "name" : " sill" ,
3- "version" : " 1.53.0 " ,
3+ "version" : " 1.53.1 " ,
44 "license" : " MIT" ,
55 "private" : true ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -18,10 +18,7 @@ if (import.meta.env.SENTRY_DSN_WEB) {
1818 release : projectVersion ,
1919 sendDefaultPii : true ,
2020 tracesSampleRate : 1.0 ,
21- integrations : [
22- Sentry . browserTracingIntegration ( { nam } ) ,
23- Sentry . replayIntegration ( )
24- ] ,
21+ integrations : [ Sentry . browserTracingIntegration ( ) , Sentry . replayIntegration ( ) ] ,
2522 replaysSessionSampleRate : 0.01 ,
2623 replaysOnErrorSampleRate : 1.0
2724 } ) ;
You can’t perform that action at this time.
0 commit comments