devlite 0.1.4__tar.gz → 0.1.5__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 (30) hide show
  1. {devlite-0.1.4 → devlite-0.1.5}/PKG-INFO +1 -1
  2. {devlite-0.1.4 → devlite-0.1.5}/devlite/_config.py +1 -1
  3. {devlite-0.1.4 → devlite-0.1.5}/devlite.egg-info/PKG-INFO +1 -1
  4. {devlite-0.1.4 → devlite-0.1.5}/pyproject.toml +1 -1
  5. {devlite-0.1.4 → devlite-0.1.5}/LICENSE +0 -0
  6. {devlite-0.1.4 → devlite-0.1.5}/README.md +0 -0
  7. {devlite-0.1.4 → devlite-0.1.5}/devlite/__init__.py +0 -0
  8. {devlite-0.1.4 → devlite-0.1.5}/devlite/_client.py +0 -0
  9. {devlite-0.1.4 → devlite-0.1.5}/devlite/_context.py +0 -0
  10. {devlite-0.1.4 → devlite-0.1.5}/devlite/_django.py +0 -0
  11. {devlite-0.1.4 → devlite-0.1.5}/devlite/_errors.py +0 -0
  12. {devlite-0.1.4 → devlite-0.1.5}/devlite/_fastapi.py +0 -0
  13. {devlite-0.1.4 → devlite-0.1.5}/devlite/_flask.py +0 -0
  14. {devlite-0.1.4 → devlite-0.1.5}/devlite/_metrics.py +0 -0
  15. {devlite-0.1.4 → devlite-0.1.5}/devlite/_queue.py +0 -0
  16. {devlite-0.1.4 → devlite-0.1.5}/devlite/_scrub.py +0 -0
  17. {devlite-0.1.4 → devlite-0.1.5}/devlite/_transport.py +0 -0
  18. {devlite-0.1.4 → devlite-0.1.5}/devlite.egg-info/SOURCES.txt +0 -0
  19. {devlite-0.1.4 → devlite-0.1.5}/devlite.egg-info/dependency_links.txt +0 -0
  20. {devlite-0.1.4 → devlite-0.1.5}/devlite.egg-info/requires.txt +0 -0
  21. {devlite-0.1.4 → devlite-0.1.5}/devlite.egg-info/top_level.txt +0 -0
  22. {devlite-0.1.4 → devlite-0.1.5}/setup.cfg +0 -0
  23. {devlite-0.1.4 → devlite-0.1.5}/tests/test_context.py +0 -0
  24. {devlite-0.1.4 → devlite-0.1.5}/tests/test_django.py +0 -0
  25. {devlite-0.1.4 → devlite-0.1.5}/tests/test_errors.py +0 -0
  26. {devlite-0.1.4 → devlite-0.1.5}/tests/test_fastapi.py +0 -0
  27. {devlite-0.1.4 → devlite-0.1.5}/tests/test_queue.py +0 -0
  28. {devlite-0.1.4 → devlite-0.1.5}/tests/test_sampling.py +0 -0
  29. {devlite-0.1.4 → devlite-0.1.5}/tests/test_scrub.py +0 -0
  30. {devlite-0.1.4 → devlite-0.1.5}/tests/test_transport.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: devlite
3
- Version: 0.1.4
3
+ Version: 0.1.5
4
4
  Summary: DevLite Python SDK — AI-powered observability with a 2-line integration. Automatic error grouping, source context, user impact tracking, and sensitive-data scrubbing built in.
5
5
  License: MIT
6
6
  Project-URL: Homepage, https://devlite.io
@@ -6,7 +6,7 @@ are deliberately safe: scrubbing on, request bodies off, bounded queue.
6
6
 
7
7
  import os
8
8
 
9
- DEFAULT_ENDPOINT = "https://devlite.andasy.dev/v1/events"
9
+ DEFAULT_ENDPOINT = "https://monitoring-devlite.andasy.dev/v1/events"
10
10
  DEFAULT_ENVIRONMENT = os.environ.get("DEVLITE_ENVIRONMENT", "development")
11
11
  DEFAULT_SERVICE_NAME = os.environ.get(
12
12
  "DEVLITE_SERVICE_NAME",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: devlite
3
- Version: 0.1.4
3
+ Version: 0.1.5
4
4
  Summary: DevLite Python SDK — AI-powered observability with a 2-line integration. Automatic error grouping, source context, user impact tracking, and sensitive-data scrubbing built in.
5
5
  License: MIT
6
6
  Project-URL: Homepage, https://devlite.io
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "devlite"
7
- version = "0.1.4"
7
+ version = "0.1.5"
8
8
  description = "DevLite Python SDK — AI-powered observability with a 2-line integration. Automatic error grouping, source context, user impact tracking, and sensitive-data scrubbing built in."
9
9
  readme = "README.md"
10
10
  license = { text = "MIT" }
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
File without changes
File without changes
File without changes
File without changes
File without changes