diff --git a/pages/index.tsx b/pages/index.tsx index 1b018e5..03ccd21 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -74,12 +74,12 @@ function Index(): JSX.Element {

{t('common:subtitle')}


{t('common:subtitle2')}


{displayPassCount}

- Sept 27 afternoon updates: + Sept 29 afternoon update:


{t('common:continueSpirit')}


diff --git a/src/sentry.ts b/src/sentry.ts index 5bb3499..b71fa25 100644 --- a/src/sentry.ts +++ b/src/sentry.ts @@ -3,7 +3,7 @@ import { Integrations } from '@sentry/tracing'; export const initSentry = () => { SentryModule.init({ - release: 'grassroots_covidpass@1.9.9', // App version. Needs to be manually updated as we go unless we make the build smarter + release: 'grassroots_covidpass@1.9.11', // App version. Needs to be manually updated as we go unless we make the build smarter dsn: 'https://7120dcf8548c4c5cb148cdde2ed6a778@o1015766.ingest.sentry.io/5981424', integrations: [ new Integrations.BrowserTracing(),