[Home](./index.md) > [@apextoaster/js-utils](./js-utils.md) > [AsyncTracker](./js-utils.asynctracker.md) > [getStack](./js-utils.asynctracker.getstack.md)
## AsyncTracker.getStack() method
Get a filtered version of the current call stack. This creates a new error to generate the stack trace and will be quite slow.
Signature:
```typescript
getStack(): string;
```
Returns:
`string`