hytopia 0.7.5 → 0.7.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bun-server.mjs +169 -169
- package/docs/server.telemetry.getprocessstats.md +1 -1
- package/docs/server.telemetry.md +1 -1
- package/node-server.mjs +167 -167
- package/package.json +1 -1
- package/server.api.json +1 -1
- package/server.d.ts +1 -1
package/package.json
CHANGED
package/server.api.json
CHANGED
|
@@ -48921,7 +48921,7 @@
|
|
|
48921
48921
|
{
|
|
48922
48922
|
"kind": "Method",
|
|
48923
48923
|
"canonicalReference": "server!Telemetry.getProcessStats:member(1)",
|
|
48924
|
-
"docComment": "/**\n * Gets current
|
|
48924
|
+
"docComment": "/**\n * Gets current process memory and performance statistics.\n *\n * @param asMeasurement - Whether to return data in Sentry measurement format with units.\n *\n * @returns Process statistics including heap usage, RSS memory, and capacity metrics.\n */\n",
|
|
48925
48925
|
"excerptTokens": [
|
|
48926
48926
|
{
|
|
48927
48927
|
"kind": "Content",
|
package/server.d.ts
CHANGED
|
@@ -6161,7 +6161,7 @@ export declare const SUPPORTED_INPUT_KEYS: readonly ["w", "a", "s", "d", "sp", "
|
|
|
6161
6161
|
*/
|
|
6162
6162
|
export declare class Telemetry {
|
|
6163
6163
|
/**
|
|
6164
|
-
* Gets current
|
|
6164
|
+
* Gets current process memory and performance statistics.
|
|
6165
6165
|
*
|
|
6166
6166
|
* @param asMeasurement - Whether to return data in Sentry measurement format with units.
|
|
6167
6167
|
* @returns Process statistics including heap usage, RSS memory, and capacity metrics.
|