CodeLocation
class CodeLocation
Identifies a code location to instrument, including the programming language, code unit, class, method, file path, and optional line number.
Types
Properties
Link copied to clipboard
The programming language for this instrumentation point, such as Java, Python, or JavaScript.
Link copied to clipboard
The line number to instrument. Provide this to disambiguate overloaded methods and to target a specific line when needed.
Link copied to clipboard
The method or function name to instrument, such as validateCreditCard or __init__.