From 87f4a4e8c967dab147beb6213cbf61cca32bec62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Tue, 9 Aug 2022 13:54:24 +0200 Subject: =?UTF-8?q?=F0=9F=94=96=20Preparing=20release=20of=201.8.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SUPPORTERS.md | 18 +++++------------- src/octoprint/plugins/errortracking/__init__.py | 4 ++-- 2 files changed, 7 insertions(+), 15 deletions(-) diff --git a/SUPPORTERS.md b/SUPPORTERS.md index 07d92e921..c395fe028 100644 --- a/SUPPORTERS.md +++ b/SUPPORTERS.md @@ -10,37 +10,29 @@ thanks to everyone who contributed! * 3DPrinterOS * Al Mucci * Arnljot Arntsen - * Artillery 3D * Ash King * BigTreeTech * Boris Hussein * Brad Jackson - * BuildBee * Calvin Vette * Christian Petropolis * Christian Wolf * Christian Würthner * Christoph Sigrist - * Craig Parker * Creality3D - * David Bounds * DeltaMaker 3D Printers * Dennis Breining * Douglas Floyd * Dr. Frank Wester - * Eric Betts * Ernesto Martinez * Franziska Kunsmann - * George Robles * Greg Holloway * Hog Duske - * Itay Shem-tov * James Mackay * Jeff Green * Jeff Moe * jeffiel * Jeremy Cole - * Joshua Wills * Julian Melo * Justin Kaufman * Kaile Riser @@ -52,13 +44,15 @@ thanks to everyone who contributed! * Lefteris Lertas * LulzBot * Makespace Madrid + * Mark Greenwald * Mark Walker * Matt Van Itallie * Michael Aumock * Mike Kershaw - * Miles Flavel * Mosaic Manufacturing * Norman Jaffe + * Obico + * Ory Weaver * Peopoly * Pete Barnwell * Raise3D @@ -68,17 +62,15 @@ thanks to everyone who contributed! * Richard Michaud * Richard Stocks * Robert Gusek - * Ronald Griehsler * Sean Jensen-Grey * Sebastien Andrivet + * SimplyPrint * Stefan Krister * Steve Dougherty * Steve Thompson - * TH3D - * The Spaghetti Detective * TJ Horner * Trent Shumay * Ulrich Kempken * Yehuda Katz -and 2279 more wonderful people pledging on the [Patreon campaign](https://patreon.com/foosel) or via [GitHub Sponsors](https://github.com/users/foosel/sponsorship)! +and 2209 more wonderful people pledging on the [Patreon campaign](https://patreon.com/foosel) or via [GitHub Sponsors](https://github.com/users/foosel/sponsorship)! diff --git a/src/octoprint/plugins/errortracking/__init__.py b/src/octoprint/plugins/errortracking/__init__.py index 67ffa2a23..b83c24c27 100644 --- a/src/octoprint/plugins/errortracking/__init__.py +++ b/src/octoprint/plugins/errortracking/__init__.py @@ -18,10 +18,10 @@ from octoprint.util.version import ( ) SENTRY_URL_SERVER = ( - "https://f4265899b96044f3a31e6414c315a0d1@o118517.ingest.sentry.io/1373987" + "https://32fedab787cf4ef0abb9f4fb9060f7c5@o118517.ingest.sentry.io/1373987" ) SENTRY_URL_COREUI = ( - "https://2f33808cb0cb4027afd005c35eebfeb4@o118517.ingest.sentry.io/1374096" + "https://09c57ca82d4047b5a37bb0655ce14187@o118517.ingest.sentry.io/1374096" ) SETTINGS_DEFAULTS = { -- cgit v1.2.3