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-09 UTC."],[[["The latest version available is 2.63.1, representing the most up-to-date release of the documentation."],["This page lists various versions of the `ApiTracer.Scope` documentation, spanning from version 2.7.1 to 2.63.1."],["`ApiTracer.Scope` is a context class designed to be utilized with the `#inScope()` method and a try-with-resources block for managing context."],["Closing a `Scope` instance, via the `close()` method, will clear any context that the underlying implementation may have established within `#inScope()`."],["`ApiTracer.Scope` implements the `AutoCloseable` interface, allowing it to be used with try-with-resources blocks for automatic resource management."]]],[]]