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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-18 UTC."],[[["This webpage documents various versions of `ApiTracer.Scope`, a Java class for managing context within API tracing."],["The most recent version of the `ApiTracer.Scope` class is 2.63.1, and there are many previous versions down to version 2.7.1 that are listed on this page."],["`ApiTracer.Scope` implements the `AutoCloseable` interface, meaning it can be used in try-with-resources blocks for automatic resource management."],["The primary method of this interface is `close()`, which is used to remove any context that was previously set."]]],[]]