Skip to content

Commit

Permalink
馃敄 Preparing release of 1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
foosel committed Mar 2, 2023
1 parent 59054cc commit 6e009d2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
12 changes: 7 additions & 5 deletions SUPPORTERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,33 +11,36 @@ thanks to everyone who contributed!
* Al Mucci
* Arnljot Arntsen
* Ash King
* Ben Fritsch
* BigTreeTech
* Boris Hussein
* Brad Jackson
* Calvin Vette
* Christian Petropolis
* Christian Wolf
* Christian W眉rthner
* Christoph Sigrist
* Codense Consulting Oy
* CooperSpartan
* Creality3D
* DeltaMaker 3D Printers
* Dennis Breining
* Douglas Floyd
* Ed Crump
* Ernesto Martinez
* Franziska Kunsmann
* Hog Duske
* Jacob Renstrom
* James Mackay
* Jeff Green
* Jeff Moe
* jeffiel
* Jeremy Cole
* John Cassel
* Julian Melo
* Justin Kaufman
* Kaile Riser
* Kazuhiro Ogura
* Kenneth Jiang
* Kurt Wubbels
* Kyle Menigoz
* Lachlan Bell
* Lefteris Lertas
* LulzBot
Expand Down Expand Up @@ -65,7 +68,6 @@ thanks to everyone who contributed!
* Stefan Krister
* Steve Dougherty
* Steve Thompson
* TJ Horner
* Ulrich Kempken

and 2145 more wonderful people pledging on the [Patreon campaign](https://patreon.com/foosel) or via [GitHub Sponsors](https://github.com/users/foosel/sponsorship)!
and 2036 more wonderful people pledging on the [Patreon campaign](https://patreon.com/foosel) or via [GitHub Sponsors](https://github.com/users/foosel/sponsorship)!
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
bundled_plugins = [
"OctoPrint-FileCheck>=2021.2.23",
"OctoPrint-FirmwareCheck>=2021.10.11",
"OctoPrint-PiSupport>=2022.3.28",
"OctoPrint-PiSupport>=2022.6.13",
]
core_deps = [
"argon2_cffi>=21.3.0,<22",
Expand Down
8 changes: 5 additions & 3 deletions src/octoprint/plugins/errortracking/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
)

SENTRY_URL_SERVER = (
"https://faa02914ec8f42139e12a36482cfdb60@o118517.ingest.sentry.io/1373987"
"https://9c242ccf183444eaacd046d86d8b0ea2@o118517.ingest.sentry.io/1373987"
)
SENTRY_URL_COREUI = (
"https://be7a53389fb045b48d6c384bb8ee89eb@o118517.ingest.sentry.io/1374096"
"https://4d9844043596415faa606ff722174b90@o118517.ingest.sentry.io/1374096"
)

SETTINGS_DEFAULTS = {
Expand Down Expand Up @@ -158,7 +158,9 @@ def _enable_errortracking():

unique_id = str(uuid.uuid4())
s.set(
["plugins", "errortracking", "unique_id"], unique_id, defaults=plugin_defaults
["plugins", "errortracking", "unique_id"],
unique_id,
defaults=plugin_defaults,
)
s.save()

Expand Down

0 comments on commit 6e009d2

Please sign in to comment.