sf-veritas 0.9.7__py3-none-any.whl → 0.9.10__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.

Potentially problematic release.


This version of sf-veritas might be problematic. Click here for more details.

sf_veritas/types.py CHANGED
@@ -10,6 +10,7 @@ class FrameInfo:
10
10
  function: str
11
11
  code: str
12
12
  locals: Optional[Dict[str, Any]] = field(default_factory=dict)
13
+ column: Optional[int] = None
13
14
  offender: Optional[bool] = False
14
15
 
15
16
  def to_dict(self) -> Dict[str, Any]:
@@ -23,6 +24,8 @@ class FrameInfo:
23
24
  frame_info_dict["locals"] = {k: str(v) for k, v in self.locals.items()}
24
25
  if self.offender:
25
26
  frame_info_dict["offender"] = self.offender
27
+ if self.column is not None:
28
+ frame_info_dict["column"] = self.column
26
29
  return frame_info_dict
27
30
 
28
31
  def to_json(self) -> str:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: sf-veritas
3
- Version: 0.9.7
3
+ Version: 0.9.10
4
4
  Summary: Middleware for Django, Flask, and FastAPI to intercept requests, logs, and exceptions.
5
5
  Keywords: publishToPublic
6
6
  Author: Eric Meadows
@@ -77,10 +77,10 @@ sf_veritas/thread_local.py,sha256=I_vJDEUu4rOcq7oqLGzULvCqsFlfahtqPsMQrwxvKng,13
77
77
  sf_veritas/timeutil.py,sha256=cUFfmLV300YfbPcokf7dmTEida7uOKrRP5w7iMExoBc,4364
78
78
  sf_veritas/transmit_exception_to_sailfish.py,sha256=hKC30o9fEpYuCDwNI3EJ3Qc6hA-Clh2VnsHDmEVQmj4,1024
79
79
  sf_veritas/transmitter.py,sha256=_U7b1tUw5OacdxkW6-8uXG1OVMiGLA4vz5WBXulGlHY,2055
80
- sf_veritas/types.py,sha256=_rfWwt-LOCDQ7K_U64ga6IG_XeWDkoOEdf_LLn_cmjQ,1200
80
+ sf_veritas/types.py,sha256=KZV37s7wqJwx3uwOkwLZGUG3OdINmKa6T23rQYR1XKU,1321
81
81
  sf_veritas/unified_interceptor.py,sha256=-RPY2PA5jWS_m27o21mS5rGxLuXmtw_p3UzAWFNIOtg,11737
82
82
  sf_veritas/utils.py,sha256=4DWVRCbjnE4nsG_t7A6Qmw35mg0AE5B3oRg_R-WP9PM,1089
83
- sf_veritas-0.9.7.dist-info/METADATA,sha256=5D_wf2frGgCDB_4oiJAHxj60GPNcy_zDhFxoSZmYz24,2810
84
- sf_veritas-0.9.7.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
85
- sf_veritas-0.9.7.dist-info/entry_points.txt,sha256=vzQkbDZ9AUiUKu9jT437eSAdj6V8VCkwaU_s5nRA1KY,55
86
- sf_veritas-0.9.7.dist-info/RECORD,,
83
+ sf_veritas-0.9.10.dist-info/METADATA,sha256=BFYFxXIa79yZ1BFtAeliG41OQm27BGRp5zTyAZrylF4,2811
84
+ sf_veritas-0.9.10.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
85
+ sf_veritas-0.9.10.dist-info/entry_points.txt,sha256=vzQkbDZ9AUiUKu9jT437eSAdj6V8VCkwaU_s5nRA1KY,55
86
+ sf_veritas-0.9.10.dist-info/RECORD,,