From 58739b821230310f537a7bb3c2d9cdd35a095a90 Mon Sep 17 00:00:00 2001 From: Ryan Slobojan Date: Tue, 5 Oct 2021 12:12:42 -0400 Subject: [PATCH] Fix typo in expiry date (10-23 -> 10-22), bump page rev --- components/Page.tsx | 4 ++-- src/sentry.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/Page.tsx b/components/Page.tsx index 60e330f..79fa7c1 100644 --- a/components/Page.tsx +++ b/components/Page.tsx @@ -36,7 +36,7 @@ function Page(props: PageProps): JSX.Element { {t('common:gitHub')} {t('common:returnToMainSite')} -
Last updated: 2021-10-03 (v1.9.14)
+
Last updated: 2021-10-05 (v1.9.15)
@@ -92,7 +92,7 @@ function Page(props: PageProps): JSX.Element { - 2021-10-23 + 2021-10-22 diff --git a/src/sentry.ts b/src/sentry.ts index bdfd38b..3f8e182 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.14', // App version. Needs to be manually updated as we go unless we make the build smarter + release: 'grassroots_covidpass@1.9.15', // 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(),