@mbakgun/n8n-nodes-slack-socket-mode
Version:
Slack Socket Mode Node for n8n that allows you to use +100 Slack events in your n8n instance with proxy mode
14 lines • 483 B
TypeScript
/**
* Appends the app metadata into the User-Agent value
* @param appMetadata.name - name of tool to be counted in instrumentation
* @param appMetadata.version - version of tool to be counted in instrumentation
*/
export declare function addAppMetadata({ name, version }: {
name: string;
version: string;
}): void;
/**
* Returns the current User-Agent value for instrumentation
*/
export declare function getUserAgent(): string;
//# sourceMappingURL=instrument.d.ts.map