From 4c2a68d6e07e011ed24de4113b568dd8fe629b9a Mon Sep 17 00:00:00 2001 From: Billy Lo Date: Fri, 24 Sep 2021 21:47:26 -0400 Subject: [PATCH] updated build # --- package.json | 2 +- src/sentry.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5a35716..5ba68a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grassroots_covidpass", - "version": "1.9.0", + "version": "1.9.6", "author": "Billy Lo ", "license": "MIT", "private": false, diff --git a/src/sentry.ts b/src/sentry.ts index 23a73ee..ad5118d 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.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(),