Skip to content

Commit

Permalink
Add default Sentry stacktrace app packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewelinagr committed Jan 6, 2025
1 parent 8bea345 commit a18faea
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion charts/app-config/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,4 +216,4 @@ sentry:
# -- Set to true, if stack trace should be enabled
enabled: true
# -- Comma-separated list of package prefixes to be included in the stacktrace
packages: ""
packages: "org.radarbase.appconfig,org.radarbase.lang,comparisons"
2 changes: 1 addition & 1 deletion charts/catalog-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -267,4 +267,4 @@ sentry:
# -- Set to true, if stack trace should be enabled
enabled: true
# -- Comma-separated list of package prefixes to be included in the stacktrace
packages: ""
packages: "org.radarbase.schema,org.radarbase.stream"
2 changes: 1 addition & 1 deletion charts/data-dashboard-backend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,4 @@ sentry:
# -- Set to true, if stack trace should be enabled
enabled: true
# -- Comma-separated list of package prefixes to be included in the stacktrace
packages: ""
packages: "org.radarbase.datadashboard,org.radarbase.upload"
2 changes: 1 addition & 1 deletion charts/management-portal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -615,4 +615,4 @@ sentry:
# -- Set to true, if stack trace should be enabled
enabled: true
# -- Comma-separated list of package prefixes to be included in the stacktrace
packages: ""
packages: "org.radarbase.management,org.radarbase.auth"
2 changes: 1 addition & 1 deletion charts/radar-appserver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -277,4 +277,4 @@ sentry:
# -- Set to true, if stack trace should be enabled
enabled: true
# -- Comma-separated list of package prefixes to be included in the stacktrace
packages: ""
packages: "org.radarbase.appserver,org.radarbase.auth,org.radarbase.fcm"
2 changes: 1 addition & 1 deletion charts/radar-fitbit-connector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -253,4 +253,4 @@ sentry:
# -- Set to true, if stack trace should be enabled
enabled: true
# -- Comma-separated list of package prefixes to be included in the stacktrace
packages: ""
packages: "org.radarbase.connect"
2 changes: 1 addition & 1 deletion charts/radar-gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -260,4 +260,4 @@ sentry:
# -- Set to true, if stack trace should be enabled
enabled: true
# -- Comma-separated list of package prefixes to be included in the stacktrace
packages: ""
packages: "org.radarbase.gateway,org.apache.avro"
2 changes: 1 addition & 1 deletion charts/radar-jdbc-connector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -253,4 +253,4 @@ sentry:
# -- Set to true, if stack trace should be enabled
enabled: true
# -- Comma-separated list of package prefixes to be included in the stacktrace
packages: ""
packages: "io.confluent.connect.jdbc"
2 changes: 1 addition & 1 deletion charts/radar-oura-connector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -234,4 +234,4 @@ sentry:
# -- Set to true, if stack trace should be enabled
enabled: true
# -- Comma-separated list of package prefixes to be included in the stacktrace
packages: ""
packages: "org.radarbase.oura,org.radarbase.connect"
2 changes: 1 addition & 1 deletion charts/radar-output/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -280,4 +280,4 @@ sentry:
# -- Set to true, if stack trace should be enabled
enabled: true
# -- Comma-separated list of package prefixes to be included in the stacktrace
packages: ""
packages: "org.radarbase.output"
2 changes: 1 addition & 1 deletion charts/radar-rest-sources-backend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -313,4 +313,4 @@ sentry:
# -- Set to true, if stack trace should be enabled
enabled: true
# -- Comma-separated list of package prefixes to be included in the stacktrace
packages: ""
packages: "org.radarbase.authorizer"
2 changes: 1 addition & 1 deletion charts/radar-upload-source-connector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,4 +227,4 @@ sentry:
# -- Set to true, if stack trace should be enabled
enabled: true
# -- Comma-separated list of package prefixes to be included in the stacktrace
packages: ""
packages: "org.radarbase.upload,org.radarbase.connect.upload"

0 comments on commit a18faea

Please sign in to comment.