mirror of
https://github.com/covidpass-org/covidpass.git
synced 2025-02-23 15:07:44 +01:00
Merge branch 'main' of https://github.com/billylo1/covidpass into main
This commit is contained in:
commit
ad5f91a29a
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "grassroots_covidpass",
|
||||
"version": "1.9.0",
|
||||
"version": "1.9.6",
|
||||
"author": "Billy Lo <billy@vaccine-ontario.ca>",
|
||||
"license": "MIT",
|
||||
"private": false,
|
||||
|
@ -3,7 +3,7 @@ import { Integrations } from '@sentry/tracing';
|
||||
|
||||
export const initSentry = () => {
|
||||
SentryModule.init({
|
||||
release: 'grassroots_covidpass@1.8.0', // App version. Needs to be manually updated as we go unless we make the build smarter
|
||||
release: 'grassroots_covidpass@1.9.6', // App version. Needs to be manually updated as we go unless we make the build smarter
|
||||
dsn: 'https://51370d7af0994761b465bc148129c1de@o997324.ingest.sentry.io/5955697',
|
||||
integrations: [
|
||||
new Integrations.BrowserTracing(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user