Package-level declarations

Types

Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class NoTrace

Excludes a method from automatic tracing by the compiler plugin.

Link copied to clipboard
annotation class PII

Marks a parameter as containing Personally Identifiable Information (PII).

Link copied to clipboard
annotation class Sensitive

Marks a parameter as containing sensitive data that should be obfuscated in traces.