Skip to content

Commit

Permalink
chore: add in case other devs have added some value to openshift app …
Browse files Browse the repository at this point in the history
…namespace
  • Loading branch information
AntBush authored and ccbc-service-account committed Feb 12, 2025
1 parent 450daff commit 389c8f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/sentry.client.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import getConfig from 'next/config';
const { SENTRY_ENVIRONMENT, SENTRY_RELEASE, OPENSHIFT_APP_NAMESPACE } =
getConfig().publicRuntimeConfig || {};

if (OPENSHIFT_APP_NAMESPACE) {
if (OPENSHIFT_APP_NAMESPACE && !OPENSHIFT_APP_NAMESPACE.includes('ff61fb')) {
Sentry.init({
dsn: 'https://d6719b95640e48e28369cd152b9ea9e5@o4504057698320384.ingest.us.sentry.io/4504079285944320',

Expand Down

0 comments on commit 389c8f8

Please sign in to comment.