A context class to be used with #inScope() and a try-with-resources block. Closing a
Scope removes any context that the underlying implementation might've set in #inScope().
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["This webpage provides documentation for various versions of `ApiTracer.Scope`, a Java context class used for managing tracing within specific scopes."],["The most recent version documented is 2.63.1, labeled as the \"latest,\" while the current version indicated on the page is 2.34.1, and the page lists all versions between 2.63.1 and 2.7.1."],["`ApiTracer.Scope` is designed to be used with the `#inScope()` method and try-with-resources blocks to manage context, and any existing context is removed upon closing a `Scope`."],["`ApiTracer.Scope` implements the `AutoCloseable` interface, allowing it to be used with try-with-resources."],["The only method available for `ApiTracer.Scope` is the abstract `close()` method."]]],[]]