Skip to content

Commit 52f2442

Browse files
committed
build: bump version
1 parent 5dbd9fe commit 52f2442

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

helm-charts/catalogi/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: catalogi
33
description: A Helm chart for deploying the Catalogi open source software catalog.
44
type: application
5-
version: 2.0.17
6-
appVersion: 1.53.0
5+
version: 2.0.18
6+
appVersion: 1.53.1
77
dependencies:
88
- name: postgresql
99
version: '16'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sill",
3-
"version": "1.53.0",
3+
"version": "1.53.1",
44
"license": "MIT",
55
"private": true,
66
"scripts": {

web/src/index.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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
});

0 commit comments

Comments
 (0)