GChat Notifier SDK - v0.8.0
    Preparing search index...

    Variable gchatFastifyConst

    gchatFastify: FastifyPluginAsync = ...

    Fastify plugin that captures errors and enriches them with request data.

    import Fastify from "fastify";
    import { gchatFastify } from "@gchat-notifier/node";

    const fastify = Fastify();
    await fastify.register(gchatFastify);

    A Fastify plugin that registers the error hook