sentry-devenv 1.20.0__tar.gz → 1.21.0__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 (83) hide show
  1. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/PKG-INFO +15 -6
  2. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/README.md +14 -5
  3. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/main.py +1 -1
  4. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/pyproject.toml +1 -1
  5. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/sentry_devenv.egg-info/PKG-INFO +15 -6
  6. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/ci/integration/repo/devenv/sync.py +0 -0
  7. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/__init__.py +0 -0
  8. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/__main__.py +0 -0
  9. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/bootstrap.py +0 -0
  10. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/checks/__init__.py +0 -0
  11. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/checks/dockerConfig.py +0 -0
  12. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/checks/dockerDesktop.py +0 -0
  13. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/checks/limaDns.py +0 -0
  14. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/checks/test.py +0 -0
  15. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/colima.py +0 -0
  16. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/constants.py +0 -0
  17. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/doctor.py +0 -0
  18. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/fetch.py +0 -0
  19. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/lib/__init__.py +0 -0
  20. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/lib/archive.py +0 -0
  21. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/lib/brew.py +0 -0
  22. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/lib/colima.py +0 -0
  23. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/lib/config.py +0 -0
  24. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/lib/context.py +0 -0
  25. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/lib/direnv.py +0 -0
  26. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/lib/docker.py +0 -0
  27. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/lib/fs.py +0 -0
  28. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/lib/gcloud.py +0 -0
  29. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/lib/github.py +0 -0
  30. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/lib/limactl.py +0 -0
  31. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/lib/modules.py +0 -0
  32. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/lib/node.py +0 -0
  33. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/lib/proc.py +0 -0
  34. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/lib/repository.py +0 -0
  35. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/lib/rosetta.py +0 -0
  36. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/lib/tenv.py +0 -0
  37. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/lib/venv.py +0 -0
  38. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/lib_check/__init__.py +0 -0
  39. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/lib_check/brew.py +0 -0
  40. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/lib_check/types.py +0 -0
  41. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/pin_gha.py +0 -0
  42. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/py.typed +0 -0
  43. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/pythons.py +0 -0
  44. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/sync.py +0 -0
  45. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/update.py +0 -0
  46. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/sentry_devenv.egg-info/SOURCES.txt +0 -0
  47. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/sentry_devenv.egg-info/dependency_links.txt +0 -0
  48. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/sentry_devenv.egg-info/entry_points.txt +0 -0
  49. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/sentry_devenv.egg-info/requires.txt +0 -0
  50. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/sentry_devenv.egg-info/top_level.txt +0 -0
  51. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/setup.cfg +0 -0
  52. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/__init__.py +0 -0
  53. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/checks/__init__.py +0 -0
  54. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/checks/test_dockerConfig.py +0 -0
  55. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/conftest.py +0 -0
  56. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/doctor/__init__.py +0 -0
  57. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/doctor/devenv/checks/bad_check.py +0 -0
  58. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/doctor/devenv/checks/bad_fix.py +0 -0
  59. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/doctor/devenv/checks/broken_check.py +0 -0
  60. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/doctor/devenv/checks/broken_fix.py +0 -0
  61. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/doctor/devenv/checks/failing_check.py +0 -0
  62. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/doctor/devenv/checks/failing_check_with_msg.py +0 -0
  63. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/doctor/devenv/checks/no_check.py +0 -0
  64. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/doctor/devenv/checks/no_name.py +0 -0
  65. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/doctor/devenv/checks/no_tags.py +0 -0
  66. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/doctor/devenv/checks/passing_check.py +0 -0
  67. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/doctor/test_attempt_fix.py +0 -0
  68. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/doctor/test_filter_failing_checks.py +0 -0
  69. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/doctor/test_load_checks.py +0 -0
  70. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/doctor/test_prompt_for_fix.py +0 -0
  71. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/doctor/test_run_checks.py +0 -0
  72. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/lib/test_archive.py +0 -0
  73. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/lib/test_brew.py +0 -0
  74. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/lib/test_direnv.py +0 -0
  75. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/lib/test_fs.py +0 -0
  76. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/lib/test_github.py +0 -0
  77. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/lib/test_proc.py +0 -0
  78. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/lib/test_repository.py +0 -0
  79. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/lib/test_venv.py +0 -0
  80. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/test_main.py +0 -0
  81. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/test_pythons.py +0 -0
  82. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/test_sync.py +0 -0
  83. {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sentry_devenv
3
- Version: 1.20.0
3
+ Version: 1.21.0
4
4
  Summary: Utilities for setting up a Sentry development environment
5
5
  Author-email: Joshua Li <joshua.li@sentry.io>, Ian Woodard <ian.woodard@sentry.io>, Buck Evan <buck.evan@sentry.io>
6
6
  Classifier: Programming Language :: Python :: 3
@@ -47,7 +47,6 @@ To update this installation, run `devenv update`.
47
47
 
48
48
  This is intended for initial setup of a new machine.
49
49
 
50
-
51
50
  `devenv fetch [repository name]`
52
51
 
53
52
  Any repository on github in the form of `[org]/[reponame]`
@@ -71,7 +70,6 @@ In general, our library is designed to isolate, as much as possible, a repo's de
71
70
  For example, [gcloud](#gcloud) is installed to `[reporoot]/.devenv/bin/gcloud` (with the gcloud sdk at `[reporoot]/.devenv/bin/google-cloud-sdk`).
72
71
  An exception to this would be python virtualenvs, which was implemented before the idea of `[reporoot]/.devenv`.
73
72
 
74
-
75
73
  `devenv doctor`
76
74
 
77
75
  Use this to diagnose and fix common issues.
@@ -79,14 +77,25 @@ Use this to diagnose and fix common issues.
79
77
  Repo-specific checks and fixes can be defined in `[reporoot]/devenv/checks`.
80
78
  Otherwise we have "builtin" checks and fixes in `devenv.checks`.
81
79
 
80
+ `devenv update`
81
+
82
+ This updates the global devenv installation, and global tools.
83
+
84
+ If you're upgrading from a particularly old devenv, it won't have `update` so you need to:
85
+ `~/.local/share/sentry-devenv/venv/bin/pip install -U sentry-devenv`
86
+
82
87
 
83
88
  ## technical overview
84
89
 
85
90
  Everything devenv needs is in `~/.local/share/sentry-devenv`.
86
91
 
87
- - `~/.local/share/sentry-devenv/bin` contains `devenv` and `direnv`
88
- - we currently rely on a minimal [`[reporoot]/.envrc`](#direnv) to add `[reporoot]/.devenv/bin` to PATH
89
- - see [examples](#examples) for .envrc suggestions
92
+ - `~/.local/share/sentry-devenv/bin` contains:
93
+ - `devenv` itself
94
+ - `direnv`
95
+ - we currently rely on direnv and a minimal [`[reporoot]/.envrc`](#direnv) to add `[reporoot]/.devenv/bin` to PATH
96
+ - see [examples](#examples) for .envrc suggestions
97
+ - global tools: `docker` (cli), `colima`
98
+
90
99
 
91
100
  ### runtime
92
101
 
@@ -34,7 +34,6 @@ To update this installation, run `devenv update`.
34
34
 
35
35
  This is intended for initial setup of a new machine.
36
36
 
37
-
38
37
  `devenv fetch [repository name]`
39
38
 
40
39
  Any repository on github in the form of `[org]/[reponame]`
@@ -58,7 +57,6 @@ In general, our library is designed to isolate, as much as possible, a repo's de
58
57
  For example, [gcloud](#gcloud) is installed to `[reporoot]/.devenv/bin/gcloud` (with the gcloud sdk at `[reporoot]/.devenv/bin/google-cloud-sdk`).
59
58
  An exception to this would be python virtualenvs, which was implemented before the idea of `[reporoot]/.devenv`.
60
59
 
61
-
62
60
  `devenv doctor`
63
61
 
64
62
  Use this to diagnose and fix common issues.
@@ -66,14 +64,25 @@ Use this to diagnose and fix common issues.
66
64
  Repo-specific checks and fixes can be defined in `[reporoot]/devenv/checks`.
67
65
  Otherwise we have "builtin" checks and fixes in `devenv.checks`.
68
66
 
67
+ `devenv update`
68
+
69
+ This updates the global devenv installation, and global tools.
70
+
71
+ If you're upgrading from a particularly old devenv, it won't have `update` so you need to:
72
+ `~/.local/share/sentry-devenv/venv/bin/pip install -U sentry-devenv`
73
+
69
74
 
70
75
  ## technical overview
71
76
 
72
77
  Everything devenv needs is in `~/.local/share/sentry-devenv`.
73
78
 
74
- - `~/.local/share/sentry-devenv/bin` contains `devenv` and `direnv`
75
- - we currently rely on a minimal [`[reporoot]/.envrc`](#direnv) to add `[reporoot]/.devenv/bin` to PATH
76
- - see [examples](#examples) for .envrc suggestions
79
+ - `~/.local/share/sentry-devenv/bin` contains:
80
+ - `devenv` itself
81
+ - `direnv`
82
+ - we currently rely on direnv and a minimal [`[reporoot]/.envrc`](#direnv) to add `[reporoot]/.devenv/bin` to PATH
83
+ - see [examples](#examples) for .envrc suggestions
84
+ - global tools: `docker` (cli), `colima`
85
+
77
86
 
78
87
  ### runtime
79
88
 
@@ -103,7 +103,7 @@ def main() -> ExitCode:
103
103
  # https://sentry.sentry.io/settings/projects/sentry-dev-env/keys/
104
104
  dsn="https://9bdb053cb8274ea69231834d1edeec4c@o1.ingest.sentry.io/5723503",
105
105
  # enable performance monitoring
106
- enable_tracing=True,
106
+ traces_sample_rate=1.0,
107
107
  )
108
108
 
109
109
  return devenv(sys.argv, f"{home}/.config/sentry-devenv/config.ini")
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "sentry_devenv"
7
- version = "1.20.0"
7
+ version = "1.21.0"
8
8
  authors = [
9
9
  { name="Joshua Li", email="joshua.li@sentry.io" },
10
10
  { name="Ian Woodard", email="ian.woodard@sentry.io" },
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sentry_devenv
3
- Version: 1.20.0
3
+ Version: 1.21.0
4
4
  Summary: Utilities for setting up a Sentry development environment
5
5
  Author-email: Joshua Li <joshua.li@sentry.io>, Ian Woodard <ian.woodard@sentry.io>, Buck Evan <buck.evan@sentry.io>
6
6
  Classifier: Programming Language :: Python :: 3
@@ -47,7 +47,6 @@ To update this installation, run `devenv update`.
47
47
 
48
48
  This is intended for initial setup of a new machine.
49
49
 
50
-
51
50
  `devenv fetch [repository name]`
52
51
 
53
52
  Any repository on github in the form of `[org]/[reponame]`
@@ -71,7 +70,6 @@ In general, our library is designed to isolate, as much as possible, a repo's de
71
70
  For example, [gcloud](#gcloud) is installed to `[reporoot]/.devenv/bin/gcloud` (with the gcloud sdk at `[reporoot]/.devenv/bin/google-cloud-sdk`).
72
71
  An exception to this would be python virtualenvs, which was implemented before the idea of `[reporoot]/.devenv`.
73
72
 
74
-
75
73
  `devenv doctor`
76
74
 
77
75
  Use this to diagnose and fix common issues.
@@ -79,14 +77,25 @@ Use this to diagnose and fix common issues.
79
77
  Repo-specific checks and fixes can be defined in `[reporoot]/devenv/checks`.
80
78
  Otherwise we have "builtin" checks and fixes in `devenv.checks`.
81
79
 
80
+ `devenv update`
81
+
82
+ This updates the global devenv installation, and global tools.
83
+
84
+ If you're upgrading from a particularly old devenv, it won't have `update` so you need to:
85
+ `~/.local/share/sentry-devenv/venv/bin/pip install -U sentry-devenv`
86
+
82
87
 
83
88
  ## technical overview
84
89
 
85
90
  Everything devenv needs is in `~/.local/share/sentry-devenv`.
86
91
 
87
- - `~/.local/share/sentry-devenv/bin` contains `devenv` and `direnv`
88
- - we currently rely on a minimal [`[reporoot]/.envrc`](#direnv) to add `[reporoot]/.devenv/bin` to PATH
89
- - see [examples](#examples) for .envrc suggestions
92
+ - `~/.local/share/sentry-devenv/bin` contains:
93
+ - `devenv` itself
94
+ - `direnv`
95
+ - we currently rely on direnv and a minimal [`[reporoot]/.envrc`](#direnv) to add `[reporoot]/.devenv/bin` to PATH
96
+ - see [examples](#examples) for .envrc suggestions
97
+ - global tools: `docker` (cli), `colima`
98
+
90
99
 
91
100
  ### runtime
92
101
 
File without changes