Skip to main content
Glama
posthog-exceptions.js540 B
var PostHogExceptions = /** @class */ (function () { function PostHogExceptions(instance) { this.instance = instance; } /** * :TRICKY: Make sure we batch these requests */ PostHogExceptions.prototype.sendExceptionEvent = function (properties) { this.instance.capture('$exception', properties, { _noTruncate: true, _batchKey: 'exceptionEvent', }); }; return PostHogExceptions; }()); export { PostHogExceptions }; //# sourceMappingURL=posthog-exceptions.js.map

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sadiuysal/mem0-mcp-server-ts'

If you have feedback or need assistance with the MCP directory API, please join our Discord server