From e18fb3a6f16af63a34d597d1a9bbb917fae458cb Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 28 Jan 2022 07:57:11 +1100 Subject: [PATCH] Fixes for sentry DSN --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 040299087753..69001f07b224 100644 --- a/.env.example +++ b/.env.example @@ -54,4 +54,4 @@ PHANTOMJS_SECRET=secret UPDATE_SECRET=secret COMPOSER_AUTH='{"github-oauth": {"github.com": "${{ secrets.GITHUB_TOKEN }}"}}' -SENTRY_LARAVEL_DSN=http://39389664f3f14969b4c43dadda00a40b@sentry2.invoicing.co/5 \ No newline at end of file +SENTRY_LARAVEL_DSN=https://39389664f3f14969b4c43dadda00a40b@sentry2.invoicing.co/5 \ No newline at end of file