plainx-sentry 0.5.0__py3-none-any.whl → 0.5.1__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.
@@ -51,7 +51,7 @@ class SentryMiddleware:
51
51
  request_info = event.setdefault("request", {})
52
52
  request_info["url"] = request.build_absolute_uri()
53
53
  request_info["method"] = request.method
54
- request_info["query_string"] = request.META.get("QUERY_STRING", "")
54
+ request_info["query_string"] = request.meta.get("QUERY_STRING", "")
55
55
  # Headers and env need some PII filtering, ideally,
56
56
  # among other filters... similar for GET/POST data?
57
57
  # request_info["headers"] = dict(request.headers)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: plainx-sentry
3
- Version: 0.5.0
3
+ Version: 0.5.1
4
4
  Author-email: Dave Gaeddert <dave.gaeddert@gmail.com>
5
5
  Requires-Python: >=3.11
6
6
  Requires-Dist: sentry-sdk>=2.24.0
@@ -1,9 +1,9 @@
1
1
  plainx/sentry/__init__.py,sha256=Klz3mH_itM2RXzJ_sWWJRIoZcS0jCRxWrhVVIPsG5FY,123
2
2
  plainx/sentry/config.py,sha256=EwMnY3DaanIGkgtKD_4h8ncx6MH_MxOML8BF5Hx5GBA,723
3
3
  plainx/sentry/default_settings.py,sha256=DNX6OQ0-BqfjyWuszW7JnZhiDn0tGtS3Fa2W7VbTIF8,564
4
- plainx/sentry/middleware.py,sha256=yA5gWAcyfP30VitaXrUJArfHKC4O3_hr9uN0HMZA4Mo,6019
4
+ plainx/sentry/middleware.py,sha256=mwL2lCQ3VFO-p2HcUUWonE3T0jRxaG6U8V-8jaIPwqk,6019
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.5.0.dist-info/METADATA,sha256=mv4iGcs5UH9Ka_MjVnP9G_Zxe2tjsQZDL_uewAaokQ8,1559
8
- plainx_sentry-0.5.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
9
- plainx_sentry-0.5.0.dist-info/RECORD,,
7
+ plainx_sentry-0.5.1.dist-info/METADATA,sha256=wvogxQWvJPdlPPZoVuG6PmiihQseUGm12G8yLeB2770,1559
8
+ plainx_sentry-0.5.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
9
+ plainx_sentry-0.5.1.dist-info/RECORD,,