mirror of
https://github.com/covidpass-org/covidpass.git
synced 2025-02-23 15:07:44 +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={
|
||||
<div><p>{t('common:subtitle')}</p><br /><p>{t('common:subtitle2')}</p><br />
|
||||
<b>{displayPassCount}</b><br/><br/>
|
||||
Sept 27 afternoon updates:
|
||||
Sept 29 afternoon update:
|
||||
<br />
|
||||
<br />
|
||||
<ul className="list-decimal list-outside" style={{ marginLeft: '20px' }}>
|
||||
<li>Simplified instructions</li>
|
||||
<li>Extra details added to FAQs</li>
|
||||
<li>You can now select which page to import for multi-page receipts</li>
|
||||
<li>System reminders (e.g. unsupported browsers) are now on the top to improve ease of use</li>
|
||||
</ul><br />
|
||||
<p>{t('common:continueSpirit')}</p>
|
||||
<br />
|
||||
|
@ -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(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user