-
-
Notifications
You must be signed in to change notification settings - Fork 352
fix: Crash in hasUnfinishedChildSpansToWaitFor #3821
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Fix a crash in SentryTracer hasUnfinishedChildSpansToWaitFor by not setting the shouldIgnoreWaitForChildrenCallback to nil when finishing the tracer. Fixes GH-3781
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3821 +/- ##
=============================================
- Coverage 90.877% 90.854% -0.024%
=============================================
Files 559 559
Lines 44054 44074 +20
Branches 15701 15689 -12
=============================================
+ Hits 40035 40043 +8
- Misses 3949 3961 +12
Partials 70 70
... and 8 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Performance metrics 🚀
|
Revision | Plain | With Sentry | Diff |
---|---|---|---|
e0f077c | 1224.65 ms | 1243.52 ms | 18.87 ms |
e998fd0 | 1254.41 ms | 1272.78 ms | 18.37 ms |
ecd9ecd | 1214.16 ms | 1232.59 ms | 18.43 ms |
9e6665f | 1237.58 ms | 1253.84 ms | 16.26 ms |
20163bb | 1248.92 ms | 1258.48 ms | 9.56 ms |
645f63f | 1231.33 ms | 1247.51 ms | 16.18 ms |
efb0147 | 1245.26 ms | 1266.94 ms | 21.68 ms |
a6ac3d2 | 1219.00 ms | 1231.32 ms | 12.32 ms |
39b1c35 | 1209.73 ms | 1232.40 ms | 22.67 ms |
11ccc16 | 1203.82 ms | 1237.06 ms | 33.24 ms |
App size
Revision | Plain | With Sentry | Diff |
---|---|---|---|
e0f077c | 22.85 KiB | 412.59 KiB | 389.74 KiB |
e998fd0 | 21.58 KiB | 414.59 KiB | 393.01 KiB |
ecd9ecd | 20.76 KiB | 420.23 KiB | 399.47 KiB |
9e6665f | 22.84 KiB | 403.52 KiB | 380.67 KiB |
20163bb | 20.76 KiB | 426.82 KiB | 406.06 KiB |
645f63f | 21.58 KiB | 572.91 KiB | 551.33 KiB |
efb0147 | 22.84 KiB | 403.52 KiB | 380.67 KiB |
a6ac3d2 | 20.76 KiB | 436.65 KiB | 415.89 KiB |
39b1c35 | 22.85 KiB | 408.88 KiB | 386.03 KiB |
11ccc16 | 20.76 KiB | 431.71 KiB | 410.95 KiB |
Fix a crash in SentryTracer hasUnfinishedChildSpansToWaitFor by not setting the shouldIgnoreWaitForChildrenCallback to nil when finishing the tracer. Fixes getsentryGH-3781
Fix a crash in SentryTracer hasUnfinishedChildSpansToWaitFor by not setting the shouldIgnoreWaitForChildrenCallback to nil when finishing the tracer. Fixes getsentryGH-3781
Hi! I am using version 8.27.0, and got this crash once, again. Please see the crash report: (changed extension to .txt to be able to upload) 1c860b0bf5824caeb44a0b24ad2446de-symbolicated.txt Relevant parts: Thread 15 Thread 0 Crashed: |
@GuntisTreulands, please open an new issue for this referencing the PR. |
📜 Description
Fix a crash in SentryTracer hasUnfinishedChildSpansToWaitFor by not setting the shouldIgnoreWaitForChildrenCallback to nil when finishing the tracer.
💡 Motivation and Context
Fixes GH-3781
💚 How did you test it?
Unit tests.
📝 Checklist
You have to check all boxes before merging:
sendDefaultPII
is enabled.🔮 Next steps