watchdock-errors 0.2.1__tar.gz → 0.2.2__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 (24) hide show
  1. {watchdock_errors-0.2.1/src/watchdock_errors.egg-info → watchdock_errors-0.2.2}/PKG-INFO +1 -1
  2. {watchdock_errors-0.2.1 → watchdock_errors-0.2.2}/src/watchdock_errors/__init__.py +2 -0
  3. {watchdock_errors-0.2.1 → watchdock_errors-0.2.2/src/watchdock_errors.egg-info}/PKG-INFO +1 -1
  4. {watchdock_errors-0.2.1 → watchdock_errors-0.2.2}/src/watchdock_errors.egg-info/scm_version.json +2 -2
  5. {watchdock_errors-0.2.1 → watchdock_errors-0.2.2}/.github/workflows/ci.yml +0 -0
  6. {watchdock_errors-0.2.1 → watchdock_errors-0.2.2}/.github/workflows/release.yml +0 -0
  7. {watchdock_errors-0.2.1 → watchdock_errors-0.2.2}/.gitignore +0 -0
  8. {watchdock_errors-0.2.1 → watchdock_errors-0.2.2}/README.md +0 -0
  9. {watchdock_errors-0.2.1 → watchdock_errors-0.2.2}/pyproject.toml +0 -0
  10. {watchdock_errors-0.2.1 → watchdock_errors-0.2.2}/setup.cfg +0 -0
  11. {watchdock_errors-0.2.1 → watchdock_errors-0.2.2}/src/watchdock_errors/client.py +0 -0
  12. {watchdock_errors-0.2.1 → watchdock_errors-0.2.2}/src/watchdock_errors/config.py +0 -0
  13. {watchdock_errors-0.2.1 → watchdock_errors-0.2.2}/src/watchdock_errors/event.py +0 -0
  14. {watchdock_errors-0.2.1 → watchdock_errors-0.2.2}/src/watchdock_errors/integrations/__init__.py +0 -0
  15. {watchdock_errors-0.2.1 → watchdock_errors-0.2.2}/src/watchdock_errors/integrations/django.py +0 -0
  16. {watchdock_errors-0.2.1 → watchdock_errors-0.2.2}/src/watchdock_errors/integrations/fastapi.py +0 -0
  17. {watchdock_errors-0.2.1 → watchdock_errors-0.2.2}/src/watchdock_errors/utils.py +0 -0
  18. {watchdock_errors-0.2.1 → watchdock_errors-0.2.2}/src/watchdock_errors.egg-info/SOURCES.txt +0 -0
  19. {watchdock_errors-0.2.1 → watchdock_errors-0.2.2}/src/watchdock_errors.egg-info/dependency_links.txt +0 -0
  20. {watchdock_errors-0.2.1 → watchdock_errors-0.2.2}/src/watchdock_errors.egg-info/requires.txt +0 -0
  21. {watchdock_errors-0.2.1 → watchdock_errors-0.2.2}/src/watchdock_errors.egg-info/scm_file_list.json +0 -0
  22. {watchdock_errors-0.2.1 → watchdock_errors-0.2.2}/src/watchdock_errors.egg-info/top_level.txt +0 -0
  23. {watchdock_errors-0.2.1 → watchdock_errors-0.2.2}/tests/test_client.py +0 -0
  24. {watchdock_errors-0.2.1 → watchdock_errors-0.2.2}/tests/test_event.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: watchdock-errors
3
- Version: 0.2.1
3
+ Version: 0.2.2
4
4
  Summary: Application error tracking SDK for the Watchdock platform
5
5
  License: MIT
6
6
  Keywords: error-tracking,observability,watchdock
@@ -139,6 +139,8 @@ def _send_init_ping(config: "SDKConfig") -> None:
139
139
  import requests
140
140
 
141
141
  def _ping() -> None:
142
+ import time
143
+ time.sleep(5) # Wait for the server to be ready before pinging
142
144
  try:
143
145
  requests.post(
144
146
  f"{config.endpoint.rstrip('/')}/api/v1/errors/sdk-init/",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: watchdock-errors
3
- Version: 0.2.1
3
+ Version: 0.2.2
4
4
  Summary: Application error tracking SDK for the Watchdock platform
5
5
  License: MIT
6
6
  Keywords: error-tracking,observability,watchdock
@@ -1,7 +1,7 @@
1
1
  {
2
- "tag": "0.2.1",
2
+ "tag": "0.2.2",
3
3
  "distance": 0,
4
- "node": "gba6ff1cea7dc61b448365a59db23b039b13e003d",
4
+ "node": "gefdacc6610345ad37dfcfd533d1a97715e23d6bd",
5
5
  "dirty": false,
6
6
  "branch": "HEAD",
7
7
  "node_date": "2026-06-29"