plainx-sentry 0.2.0__py3-none-any.whl → 0.3.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
plainx/sentry/config.py CHANGED
@@ -1,10 +1,10 @@
1
1
  import sentry_sdk
2
- from plain.packages import PackageConfig
2
+ from plain.packages import PackageConfig, register_config
3
3
  from plain.runtime import settings
4
4
 
5
5
 
6
+ @register_config
6
7
  class PlainxSentryConfig(PackageConfig):
7
- name = "plainx.sentry"
8
8
  label = "plainxsentry"
9
9
 
10
10
  def ready(self):
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.4
2
2
  Name: plainx-sentry
3
- Version: 0.2.0
3
+ Version: 0.3.0
4
4
  Author-email: Dave Gaeddert <dave.gaeddert@gmail.com>
5
5
  Requires-Python: >=3.11
6
6
  Requires-Dist: sentry-sdk>=1.8.0
@@ -1,9 +1,9 @@
1
1
  plainx/sentry/__init__.py,sha256=Klz3mH_itM2RXzJ_sWWJRIoZcS0jCRxWrhVVIPsG5FY,123
2
- plainx/sentry/config.py,sha256=pxvKwy6V7aYmZLe2tA7DiQF84R1ovvBMR0rE0CVFT1Y,716
2
+ plainx/sentry/config.py,sha256=EwMnY3DaanIGkgtKD_4h8ncx6MH_MxOML8BF5Hx5GBA,723
3
3
  plainx/sentry/default_settings.py,sha256=DNX6OQ0-BqfjyWuszW7JnZhiDn0tGtS3Fa2W7VbTIF8,564
4
4
  plainx/sentry/middleware.py,sha256=tw2ZMBRfH7eze0ZDqxo-meLSOaD2lVUSBYC99z5izZs,5597
5
5
  plainx/sentry/templates.py,sha256=YovKIswcsjLRjHdmRzdaxG1PHjGfz8fc5TeNE9wcYQA,2046
6
6
  plainx/sentry/templates/sentry/js.html,sha256=aOjWAwuUaecGbC-5yZWP1aaGyYAcM-GK0dru-4VOYoE,491
7
- plainx_sentry-0.2.0.dist-info/METADATA,sha256=sIzc6I-UfRgqB27aq1OTBSpwqLDOCg3PZ11Rt-2gOw0,1558
8
- plainx_sentry-0.2.0.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
9
- plainx_sentry-0.2.0.dist-info/RECORD,,
7
+ plainx_sentry-0.3.0.dist-info/METADATA,sha256=o15WLvI7N7Rq4sxqujNbM5_XUAreCd71bixd54f2GJo,1558
8
+ plainx_sentry-0.3.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
9
+ plainx_sentry-0.3.0.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.26.3
2
+ Generator: hatchling 1.27.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any