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

    Variable sendLogConst

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

    Send non-error events to Sentry.

    Type Declaration

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

      Sends an even to Sentry with debug severity.

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

      Sends an even to Sentry with info severity.

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

      Sends an even to Sentry with warning severity.