insider-python 0.1.5__tar.gz → 0.1.6__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 (53) hide show
  1. {insider_python-0.1.5 → insider_python-0.1.6}/PKG-INFO +1 -1
  2. {insider_python-0.1.5 → insider_python-0.1.6}/pyproject.toml +1 -1
  3. {insider_python-0.1.5 → insider_python-0.1.6}/src/insider/_version.py +1 -1
  4. {insider_python-0.1.5 → insider_python-0.1.6}/src/insider_python.egg-info/PKG-INFO +1 -1
  5. {insider_python-0.1.5 → insider_python-0.1.6}/README.md +0 -0
  6. {insider_python-0.1.5 → insider_python-0.1.6}/setup.cfg +0 -0
  7. {insider_python-0.1.5 → insider_python-0.1.6}/src/insider/__init__.py +0 -0
  8. {insider_python-0.1.5 → insider_python-0.1.6}/src/insider/_envelope.py +0 -0
  9. {insider_python-0.1.5 → insider_python-0.1.6}/src/insider/_footprint.py +0 -0
  10. {insider_python-0.1.5 → insider_python-0.1.6}/src/insider/client.py +0 -0
  11. {insider_python-0.1.5 → insider_python-0.1.6}/src/insider/contrib/__init__.py +0 -0
  12. {insider_python-0.1.5 → insider_python-0.1.6}/src/insider/contrib/django/__init__.py +0 -0
  13. {insider_python-0.1.5 → insider_python-0.1.6}/src/insider/contrib/django/apps.py +0 -0
  14. {insider_python-0.1.5 → insider_python-0.1.6}/src/insider/contrib/django/middleware.py +0 -0
  15. {insider_python-0.1.5 → insider_python-0.1.6}/src/insider/dsn.py +0 -0
  16. {insider_python-0.1.5 → insider_python-0.1.6}/src/insider/integrations/__init__.py +0 -0
  17. {insider_python-0.1.5 → insider_python-0.1.6}/src/insider/integrations/django/__init__.py +0 -0
  18. {insider_python-0.1.5 → insider_python-0.1.6}/src/insider/integrations/django/asgi.py +0 -0
  19. {insider_python-0.1.5 → insider_python-0.1.6}/src/insider/integrations/django/capture.py +0 -0
  20. {insider_python-0.1.5 → insider_python-0.1.6}/src/insider/integrations/django/drf.py +0 -0
  21. {insider_python-0.1.5 → insider_python-0.1.6}/src/insider/integrations/django/handler.py +0 -0
  22. {insider_python-0.1.5 → insider_python-0.1.6}/src/insider/integrations/django/perf.py +0 -0
  23. {insider_python-0.1.5 → insider_python-0.1.6}/src/insider/integrations/django/request.py +0 -0
  24. {insider_python-0.1.5 → insider_python-0.1.6}/src/insider/integrations/django/signals.py +0 -0
  25. {insider_python-0.1.5 → insider_python-0.1.6}/src/insider/integrations/django/wsgi.py +0 -0
  26. {insider_python-0.1.5 → insider_python-0.1.6}/src/insider/integrations/logging/__init__.py +0 -0
  27. {insider_python-0.1.5 → insider_python-0.1.6}/src/insider/integrations/logging/handler.py +0 -0
  28. {insider_python-0.1.5 → insider_python-0.1.6}/src/insider/integrations/logging/levels.py +0 -0
  29. {insider_python-0.1.5 → insider_python-0.1.6}/src/insider/py.typed +0 -0
  30. {insider_python-0.1.5 → insider_python-0.1.6}/src/insider/safety.py +0 -0
  31. {insider_python-0.1.5 → insider_python-0.1.6}/src/insider/scope.py +0 -0
  32. {insider_python-0.1.5 → insider_python-0.1.6}/src/insider/scrubbing.py +0 -0
  33. {insider_python-0.1.5 → insider_python-0.1.6}/src/insider/stacktrace.py +0 -0
  34. {insider_python-0.1.5 → insider_python-0.1.6}/src/insider/transport.py +0 -0
  35. {insider_python-0.1.5 → insider_python-0.1.6}/src/insider_python.egg-info/SOURCES.txt +0 -0
  36. {insider_python-0.1.5 → insider_python-0.1.6}/src/insider_python.egg-info/dependency_links.txt +0 -0
  37. {insider_python-0.1.5 → insider_python-0.1.6}/src/insider_python.egg-info/requires.txt +0 -0
  38. {insider_python-0.1.5 → insider_python-0.1.6}/src/insider_python.egg-info/top_level.txt +0 -0
  39. {insider_python-0.1.5 → insider_python-0.1.6}/tests/test_asgi_integration.py +0 -0
  40. {insider_python-0.1.5 → insider_python-0.1.6}/tests/test_capture.py +0 -0
  41. {insider_python-0.1.5 → insider_python-0.1.6}/tests/test_capture_log.py +0 -0
  42. {insider_python-0.1.5 → insider_python-0.1.6}/tests/test_capture_perf.py +0 -0
  43. {insider_python-0.1.5 → insider_python-0.1.6}/tests/test_django.py +0 -0
  44. {insider_python-0.1.5 → insider_python-0.1.6}/tests/test_django_integration.py +0 -0
  45. {insider_python-0.1.5 → insider_python-0.1.6}/tests/test_drf_integration.py +0 -0
  46. {insider_python-0.1.5 → insider_python-0.1.6}/tests/test_dsn.py +0 -0
  47. {insider_python-0.1.5 → insider_python-0.1.6}/tests/test_envelope.py +0 -0
  48. {insider_python-0.1.5 → insider_python-0.1.6}/tests/test_logging_integration.py +0 -0
  49. {insider_python-0.1.5 → insider_python-0.1.6}/tests/test_never_crash.py +0 -0
  50. {insider_python-0.1.5 → insider_python-0.1.6}/tests/test_safety.py +0 -0
  51. {insider_python-0.1.5 → insider_python-0.1.6}/tests/test_scrubbing.py +0 -0
  52. {insider_python-0.1.5 → insider_python-0.1.6}/tests/test_stacktrace.py +0 -0
  53. {insider_python-0.1.5 → insider_python-0.1.6}/tests/test_transport.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: insider-python
3
- Version: 0.1.5
3
+ Version: 0.1.6
4
4
  Summary: Python SDK for Insider — ship Beacons to your Insider server.
5
5
  Author: Insider
6
6
  License-Expression: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "insider-python"
7
- version = "0.1.5"
7
+ version = "0.1.6"
8
8
  description = "Python SDK for Insider — ship Beacons to your Insider server."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.8"
@@ -5,4 +5,4 @@ lookup on every beacon. Bump this and `[project].version` together when
5
5
  cutting a release.
6
6
  """
7
7
 
8
- __version__ = "0.1.5"
8
+ __version__ = "0.1.6"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: insider-python
3
- Version: 0.1.5
3
+ Version: 0.1.6
4
4
  Summary: Python SDK for Insider — ship Beacons to your Insider server.
5
5
  Author: Insider
6
6
  License-Expression: MIT
File without changes
File without changes