posthog 6.9.0__tar.gz → 6.9.1__tar.gz

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.
Files changed (61) hide show
  1. {posthog-6.9.0/posthog.egg-info → posthog-6.9.1}/PKG-INFO +1 -1
  2. {posthog-6.9.0 → posthog-6.9.1}/posthog/__init__.py +11 -0
  3. {posthog-6.9.0 → posthog-6.9.1}/posthog/client.py +1 -15
  4. {posthog-6.9.0 → posthog-6.9.1}/posthog/version.py +1 -1
  5. {posthog-6.9.0 → posthog-6.9.1/posthog.egg-info}/PKG-INFO +1 -1
  6. {posthog-6.9.0 → posthog-6.9.1}/LICENSE +0 -0
  7. {posthog-6.9.0 → posthog-6.9.1}/MANIFEST.in +0 -0
  8. {posthog-6.9.0 → posthog-6.9.1}/README.md +0 -0
  9. {posthog-6.9.0 → posthog-6.9.1}/posthog/ai/__init__.py +0 -0
  10. {posthog-6.9.0 → posthog-6.9.1}/posthog/ai/anthropic/__init__.py +0 -0
  11. {posthog-6.9.0 → posthog-6.9.1}/posthog/ai/anthropic/anthropic.py +0 -0
  12. {posthog-6.9.0 → posthog-6.9.1}/posthog/ai/anthropic/anthropic_async.py +0 -0
  13. {posthog-6.9.0 → posthog-6.9.1}/posthog/ai/anthropic/anthropic_converter.py +0 -0
  14. {posthog-6.9.0 → posthog-6.9.1}/posthog/ai/anthropic/anthropic_providers.py +0 -0
  15. {posthog-6.9.0 → posthog-6.9.1}/posthog/ai/gemini/__init__.py +0 -0
  16. {posthog-6.9.0 → posthog-6.9.1}/posthog/ai/gemini/gemini.py +0 -0
  17. {posthog-6.9.0 → posthog-6.9.1}/posthog/ai/gemini/gemini_converter.py +0 -0
  18. {posthog-6.9.0 → posthog-6.9.1}/posthog/ai/langchain/__init__.py +0 -0
  19. {posthog-6.9.0 → posthog-6.9.1}/posthog/ai/langchain/callbacks.py +0 -0
  20. {posthog-6.9.0 → posthog-6.9.1}/posthog/ai/openai/__init__.py +0 -0
  21. {posthog-6.9.0 → posthog-6.9.1}/posthog/ai/openai/openai.py +0 -0
  22. {posthog-6.9.0 → posthog-6.9.1}/posthog/ai/openai/openai_async.py +0 -0
  23. {posthog-6.9.0 → posthog-6.9.1}/posthog/ai/openai/openai_converter.py +0 -0
  24. {posthog-6.9.0 → posthog-6.9.1}/posthog/ai/openai/openai_providers.py +0 -0
  25. {posthog-6.9.0 → posthog-6.9.1}/posthog/ai/sanitization.py +0 -0
  26. {posthog-6.9.0 → posthog-6.9.1}/posthog/ai/types.py +0 -0
  27. {posthog-6.9.0 → posthog-6.9.1}/posthog/ai/utils.py +0 -0
  28. {posthog-6.9.0 → posthog-6.9.1}/posthog/args.py +0 -0
  29. {posthog-6.9.0 → posthog-6.9.1}/posthog/consumer.py +0 -0
  30. {posthog-6.9.0 → posthog-6.9.1}/posthog/contexts.py +0 -0
  31. {posthog-6.9.0 → posthog-6.9.1}/posthog/exception_capture.py +0 -0
  32. {posthog-6.9.0 → posthog-6.9.1}/posthog/exception_utils.py +0 -0
  33. {posthog-6.9.0 → posthog-6.9.1}/posthog/feature_flags.py +0 -0
  34. {posthog-6.9.0 → posthog-6.9.1}/posthog/integrations/__init__.py +0 -0
  35. {posthog-6.9.0 → posthog-6.9.1}/posthog/integrations/django.py +0 -0
  36. {posthog-6.9.0 → posthog-6.9.1}/posthog/poller.py +0 -0
  37. {posthog-6.9.0 → posthog-6.9.1}/posthog/py.typed +0 -0
  38. {posthog-6.9.0 → posthog-6.9.1}/posthog/request.py +0 -0
  39. {posthog-6.9.0 → posthog-6.9.1}/posthog/test/__init__.py +0 -0
  40. {posthog-6.9.0 → posthog-6.9.1}/posthog/test/test_before_send.py +0 -0
  41. {posthog-6.9.0 → posthog-6.9.1}/posthog/test/test_client.py +0 -0
  42. {posthog-6.9.0 → posthog-6.9.1}/posthog/test/test_consumer.py +0 -0
  43. {posthog-6.9.0 → posthog-6.9.1}/posthog/test/test_contexts.py +0 -0
  44. {posthog-6.9.0 → posthog-6.9.1}/posthog/test/test_exception_capture.py +0 -0
  45. {posthog-6.9.0 → posthog-6.9.1}/posthog/test/test_feature_flag.py +0 -0
  46. {posthog-6.9.0 → posthog-6.9.1}/posthog/test/test_feature_flag_result.py +0 -0
  47. {posthog-6.9.0 → posthog-6.9.1}/posthog/test/test_feature_flags.py +0 -0
  48. {posthog-6.9.0 → posthog-6.9.1}/posthog/test/test_module.py +0 -0
  49. {posthog-6.9.0 → posthog-6.9.1}/posthog/test/test_request.py +0 -0
  50. {posthog-6.9.0 → posthog-6.9.1}/posthog/test/test_size_limited_dict.py +0 -0
  51. {posthog-6.9.0 → posthog-6.9.1}/posthog/test/test_types.py +0 -0
  52. {posthog-6.9.0 → posthog-6.9.1}/posthog/test/test_utils.py +0 -0
  53. {posthog-6.9.0 → posthog-6.9.1}/posthog/types.py +0 -0
  54. {posthog-6.9.0 → posthog-6.9.1}/posthog/utils.py +0 -0
  55. {posthog-6.9.0 → posthog-6.9.1}/posthog.egg-info/SOURCES.txt +0 -0
  56. {posthog-6.9.0 → posthog-6.9.1}/posthog.egg-info/dependency_links.txt +0 -0
  57. {posthog-6.9.0 → posthog-6.9.1}/posthog.egg-info/requires.txt +0 -0
  58. {posthog-6.9.0 → posthog-6.9.1}/posthog.egg-info/top_level.txt +0 -0
  59. {posthog-6.9.0 → posthog-6.9.1}/pyproject.toml +0 -0
  60. {posthog-6.9.0 → posthog-6.9.1}/setup.cfg +0 -0
  61. {posthog-6.9.0 → posthog-6.9.1}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: posthog
3
- Version: 6.9.0
3
+ Version: 6.9.1
4
4
  Summary: Integrate PostHog into any python application.
5
5
  Home-page: https://github.com/posthog/posthog-python
6
6
  Author: Posthog
@@ -14,6 +14,10 @@ from posthog.contexts import (
14
14
  set_code_variables_mask_patterns_context as inner_set_code_variables_mask_patterns_context,
15
15
  set_code_variables_ignore_patterns_context as inner_set_code_variables_ignore_patterns_context,
16
16
  )
17
+ from posthog.exception_utils import (
18
+ DEFAULT_CODE_VARIABLES_IGNORE_PATTERNS,
19
+ DEFAULT_CODE_VARIABLES_MASK_PATTERNS,
20
+ )
17
21
  from posthog.feature_flags import InconclusiveMatchError, RequiresServerEvaluation
18
22
  from posthog.types import FeatureFlag, FlagsAndPayloads, FeatureFlagResult
19
23
  from posthog.version import VERSION
@@ -177,6 +181,10 @@ enable_local_evaluation = True # type: bool
177
181
 
178
182
  default_client = None # type: Optional[Client]
179
183
 
184
+ capture_exception_code_variables = False
185
+ code_variables_mask_patterns = DEFAULT_CODE_VARIABLES_MASK_PATTERNS
186
+ code_variables_ignore_patterns = DEFAULT_CODE_VARIABLES_IGNORE_PATTERNS
187
+
180
188
 
181
189
  # NOTE - this and following functions take unpacked kwargs because we needed to make
182
190
  # it impossible to write `posthog.capture(distinct-id, event-name)` - basically, to enforce
@@ -771,6 +779,9 @@ def setup() -> Client:
771
779
  enable_exception_autocapture=enable_exception_autocapture,
772
780
  log_captured_exceptions=log_captured_exceptions,
773
781
  enable_local_evaluation=enable_local_evaluation,
782
+ capture_exception_code_variables=capture_exception_code_variables,
783
+ code_variables_mask_patterns=code_variables_mask_patterns,
784
+ code_variables_ignore_patterns=code_variables_ignore_patterns,
774
785
  )
775
786
 
776
787
  # always set incase user changes it
@@ -725,21 +725,7 @@ class Client(object):
725
725
  Examples:
726
726
  ```python
727
727
  # Set with distinct id
728
- posthog.capture(
729
- 'event_name',
730
- distinct_id='user-distinct-id',
731
- properties={
732
- '$set': {'name': 'Max Hedgehog'},
733
- '$set_once': {'initial_url': '/blog'}
734
- }
735
- )
736
- ```
737
- ```python
738
- # Set using context
739
- from posthog import new_context, identify_context
740
- with new_context():
741
- identify_context('user-distinct-id')
742
- posthog.capture('event_name')
728
+ posthog.set(distinct_id='user123', properties={'name': 'Max Hedgehog'})
743
729
  ```
744
730
 
745
731
  Category:
@@ -1,4 +1,4 @@
1
- VERSION = "6.9.0"
1
+ VERSION = "6.9.1"
2
2
 
3
3
  if __name__ == "__main__":
4
4
  print(VERSION, end="") # noqa: T201
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: posthog
3
- Version: 6.9.0
3
+ Version: 6.9.1
4
4
  Summary: Integrate PostHog into any python application.
5
5
  Home-page: https://github.com/posthog/posthog-python
6
6
  Author: Posthog
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes