hytopia
Version:
The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.
24 lines (13 loc) • 656 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [server](./server.md) > [Telemetry](./server.telemetry.md) > [sentry](./server.telemetry.sentry.md)
## Telemetry.sentry() method
Gets the Sentry SDK instance for advanced telemetry operations.
**Signature:**
```typescript
static sentry(): typeof Sentry;
```
**Returns:**
typeof Sentry
The Sentry SDK instance.
## Remarks
This method provides direct access to the Sentry SDK for operations not covered by the Telemetry wrapper, such as custom error reporting, user context setting, or advanced span manipulation.