# `GSCallbackHandler activeReporters`

*Type Method*

All currently active reporter instances.

## Declaration

```swift
@MainActor class func activeReporters() -> [any GlyphsReporter & NSObjectProtocol]
```

```objc
+ (NSArray<NSObject<GlyphsReporter> *> *) activeReporters;
```

```python
activeReporters() -> list[NSObject<GlyphsReporter>]
```

