Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/OctoPrint/OctoPrint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGina Häußge <gina@octoprint.org>2022-08-09 14:54:24 +0300
committerGina Häußge <gina@octoprint.org>2022-08-09 14:54:24 +0300
commit87f4a4e8c967dab147beb6213cbf61cca32bec62 (patch)
tree67af1a041de9af47aef6bf7a44bf066973a86e12
parent91ef0c0d99207984c4f4a0ed3551ba5ea1a69d21 (diff)
🔖 Preparing release of 1.8.21.8.2
-rw-r--r--SUPPORTERS.md18
-rw-r--r--src/octoprint/plugins/errortracking/__init__.py4
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 = {