UNPKG

@meshwatch/backend-core

Version:

Meshwatch backend core services.

5 lines (4 loc) 124 B
declare class SentryUtils { static captureException: (error: string | Error) => void; } export default SentryUtils;