sentry-vir - v4.0.3
    Preparing search index...

    Variable sendLogConst

    sendLog: {
        debug: (
            info: SendLogInfo,
            eventOptions?: PartialWithUndefined<
                { context: JsonCompatibleObject; tags: { [key: string]: Primitive } },
            >,
        ) => string | undefined;
        info: (
            info: SendLogInfo,
            eventOptions?: PartialWithUndefined<
                { context: JsonCompatibleObject; tags: { [key: string]: Primitive } },
            >,
        ) => string | undefined;
        warning: (
            info: SendLogInfo,
            eventOptions?: PartialWithUndefined<
                { context: JsonCompatibleObject; tags: { [key: string]: Primitive } },
            >,
        ) => string | undefined;
    } = ...

    Send non-error events to Sentry.

    Type Declaration

    • Readonlydebug: (
          info: SendLogInfo,
          eventOptions?: PartialWithUndefined<
              { context: JsonCompatibleObject; tags: { [key: string]: Primitive } },
          >,
      ) => string | undefined

      Sends an even to Sentry with debug severity.

    • Readonlyinfo: (
          info: SendLogInfo,
          eventOptions?: PartialWithUndefined<
              { context: JsonCompatibleObject; tags: { [key: string]: Primitive } },
          >,
      ) => string | undefined

      Sends an even to Sentry with info severity.

    • Readonlywarning: (
          info: SendLogInfo,
          eventOptions?: PartialWithUndefined<
              { context: JsonCompatibleObject; tags: { [key: string]: Primitive } },
          >,
      ) => string | undefined

      Sends an even to Sentry with warning severity.