Run context
run() creates an async context. Every Lynx event recorded inside the callback is attached to the same run.
Semantic events
Use semantic helpers instead of generic logs when possible.Attributes
UsesetAttributes() to attach stable request or business IDs to later events.
Custom annotations
Useannotate() or log() for custom breadcrumbs that do not fit a semantic helper.