[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Runtime](./puppeteer.protocol.runtime.md) > [StackTrace](./puppeteer.protocol.runtime.stacktrace.md) > [description](./puppeteer.protocol.runtime.stacktrace.description.md) ## Protocol.Runtime.StackTrace.description property String label of this stack trace. For async traces this may be a name of the function that initiated the async call. Signature: ```typescript description?: string; ```