mirror of
https://github.com/covidpass-org/covidpass.git
synced 2025-02-24 07:27:53 +01:00
1.9.11 - released to prod.
This commit is contained in:
parent
6fa67cd1e0
commit
8c393e110e
@ -74,12 +74,12 @@ function Index(): JSX.Element {
|
|||||||
<Card content={
|
<Card content={
|
||||||
<div><p>{t('common:subtitle')}</p><br /><p>{t('common:subtitle2')}</p><br />
|
<div><p>{t('common:subtitle')}</p><br /><p>{t('common:subtitle2')}</p><br />
|
||||||
<b>{displayPassCount}</b><br/><br/>
|
<b>{displayPassCount}</b><br/><br/>
|
||||||
Sept 27 afternoon updates:
|
Sept 29 afternoon update:
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
<ul className="list-decimal list-outside" style={{ marginLeft: '20px' }}>
|
<ul className="list-decimal list-outside" style={{ marginLeft: '20px' }}>
|
||||||
<li>Simplified instructions</li>
|
<li>You can now select which page to import for multi-page receipts</li>
|
||||||
<li>Extra details added to FAQs</li>
|
<li>System reminders (e.g. unsupported browsers) are now on the top to improve ease of use</li>
|
||||||
</ul><br />
|
</ul><br />
|
||||||
<p>{t('common:continueSpirit')}</p>
|
<p>{t('common:continueSpirit')}</p>
|
||||||
<br />
|
<br />
|
||||||
|
@ -3,7 +3,7 @@ import { Integrations } from '@sentry/tracing';
|
|||||||
|
|
||||||
export const initSentry = () => {
|
export const initSentry = () => {
|
||||||
SentryModule.init({
|
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',
|
dsn: 'https://7120dcf8548c4c5cb148cdde2ed6a778@o1015766.ingest.sentry.io/5981424',
|
||||||
integrations: [
|
integrations: [
|
||||||
new Integrations.BrowserTracing(),
|
new Integrations.BrowserTracing(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user