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."],[[["The latest version of the API documentation available is 2.63.1, as indicated by the \"latest\" tag."],["This page lists the documentation for `ApiTracer.Scope` across numerous versions, ranging from 2.7.1 up to the most recent version."],["`ApiTracer.Scope` is a context class designed for use with `inScope()` and try-with-resources blocks in Java."],["Closing an `ApiTracer.Scope` instance via the `close()` method will remove any context set by its underlying implementation."],["The `ApiTracer.Scope` interface implements `AutoCloseable`, meaning it supports automatic resource management within try-with-resources statements."]]],[]]