File tree
Expand file treeCollapse file tree
5 files changed
+41
-30
lines changedFilter options
- sentry_sdk
- integrations
- opentelemetry
- tests/integrations/threading
Expand file treeCollapse file tree
5 files changed
+41
-30
lines changed+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
| 2 | + |
| 3 | + |
2 | 4 |
|
3 | 5 |
|
4 | 6 |
|
|
sentry_sdk/integrations/threading.py
Copy file name to clipboardExpand all lines: sentry_sdk/integrations/threading.py+7-10Lines changed: 7 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| 7 | + |
| 8 | + |
7 | 9 |
|
8 | 10 |
|
9 | 11 |
|
| ||
17 | 19 |
|
18 | 20 |
|
19 | 21 |
|
20 |
| - |
21 | 22 |
|
22 | 23 |
|
23 | 24 |
|
| ||
75 | 76 |
|
76 | 77 |
|
77 | 78 |
|
78 |
| - |
79 |
| - |
| 79 | + |
| 80 | + |
80 | 81 |
|
81 | 82 |
|
82 | 83 |
|
| ||
98 | 99 |
|
99 | 100 |
|
100 | 101 |
|
101 |
| - |
| 102 | + |
102 | 103 |
|
103 | 104 |
|
104 | 105 |
|
| ||
110 | 111 |
|
111 | 112 |
|
112 | 113 |
|
113 |
| - |
114 |
| - |
115 |
| - |
116 |
| - |
117 |
| - |
118 |
| - |
| 114 | + |
| 115 | + |
119 | 116 |
|
120 | 117 |
|
121 | 118 |
|
|
sentry_sdk/integrations/wsgi.py
Copy file name to clipboardExpand all lines: sentry_sdk/integrations/wsgi.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
254 | 254 |
|
255 | 255 |
|
256 | 256 |
|
257 |
| - |
| 257 | + |
258 | 258 |
|
259 | 259 |
|
260 | 260 |
|
|
sentry_sdk/opentelemetry/scope.py
Copy file name to clipboardExpand all lines: sentry_sdk/opentelemetry/scope.py+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
175 | 175 |
|
176 | 176 |
|
177 | 177 |
|
178 |
| - |
| 178 | + |
179 | 179 |
|
180 | 180 |
|
181 | 181 |
|
| ||
186 | 186 |
|
187 | 187 |
|
188 | 188 |
|
189 |
| - |
| 189 | + |
190 | 190 |
|
191 | 191 |
|
192 | 192 |
|
| ||
196 | 196 |
|
197 | 197 |
|
198 | 198 |
|
199 |
| - |
| 199 | + |
200 | 200 |
|
201 | 201 |
|
202 | 202 |
|
| ||
208 | 208 |
|
209 | 209 |
|
210 | 210 |
|
211 |
| - |
| 211 | + |
212 | 212 |
|
213 | 213 |
|
214 | 214 |
|
|
tests/integrations/threading/test_threading.py
Copy file name to clipboardExpand all lines: tests/integrations/threading/test_threading.py+26-14Lines changed: 26 additions & 14 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
232 | 232 |
|
233 | 233 |
|
234 | 234 |
|
235 |
| - |
| 235 | + |
236 | 236 |
|
237 | 237 |
|
238 | 238 |
|
| ||
243 | 243 |
|
244 | 244 |
|
245 | 245 |
|
246 |
| - |
247 | 246 |
|
| 247 | + |
| 248 | + |
| 249 | + |
| 250 | + |
| 251 | + |
248 | 252 |
|
249 | 253 |
|
250 | 254 |
|
251 | 255 |
|
252 | 256 |
|
253 | 257 |
|
254 |
| - |
255 |
| - |
256 |
| - |
257 |
| - |
258 |
| - |
259 |
| - |
260 |
| - |
| 258 | + |
261 | 259 |
|
262 | 260 |
|
263 | 261 |
|
264 | 262 |
|
265 |
| - |
| 263 | + |
| 264 | + |
| 265 | + |
| 266 | + |
| 267 | + |
| 268 | + |
| 269 | + |
| 270 | + |
| 271 | + |
| 272 | + |
| 273 | + |
| 274 | + |
| 275 | + |
| 276 | + |
| 277 | + |
| 278 | + |
| 279 | + |
| 280 | + |
266 | 281 |
|
267 | 282 |
|
268 | 283 |
|
269 |
| - |
270 |
| - |
271 |
| - |
272 |
| - |
| 284 | + |
273 | 285 |
|
274 | 286 |
|
0 commit comments