From d05cadb088cf83ce75585712398b81f7309f9cbb Mon Sep 17 00:00:00 2001 From: Martyn Whitwell Date: Wed, 22 May 2024 10:24:04 +0100 Subject: [PATCH] Update appsettings.json --- GetIntoTeachingApi/appsettings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/GetIntoTeachingApi/appsettings.json b/GetIntoTeachingApi/appsettings.json index 1a8bdb4f6..ce3e10195 100644 --- a/GetIntoTeachingApi/appsettings.json +++ b/GetIntoTeachingApi/appsettings.json @@ -147,5 +147,8 @@ ] } ] + }, + "Sentry": { + "Dsn": "" } }