test: Remove attachAllThreads from undocumented options list#7776
test: Remove attachAllThreads from undocumented options list#7776
Conversation
The option is now documented in sentry-docs.
Semver Impact of This PR🟢 Patch (bug fixes) 📋 Changelog PreviewThis is how your changes will appear in the changelog. This PR will not appear in the changelog. 🤖 This preview updates automatically when you update the PR. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7776 +/- ##
=============================================
+ Coverage 85.401% 85.430% +0.028%
=============================================
Files 487 487
Lines 29086 29513 +427
Branches 12602 12823 +221
=============================================
+ Hits 24840 25213 +373
- Misses 4196 4246 +50
- Partials 50 54 +4 see 19 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
|
Waiting for getsentry/sentry-docs#17258 |
|
Docs PR was merged, so we can merge this too now |
Description
Remove
attachAllThreadsfrom theundocumentedOptionsset inSentryOptionsDocumentationSyncTestssince the option is now documented in sentry-docs.Motivation and Context
The
attachAllThreadsoption (added in 9.9.0) was marked as undocumented with the comment "SDK not released yet". Now that 9.9.0 is released and the docs PR is up, this option should be validated by the sync test.How did you test it?
The
SentryOptionsDocumentationSyncTestswill now validate thatattachAllThreadsis documented.Checklist
sendDefaultPIIis enabled.#skip-changelog