NAiOS IconNAiOS Logo
Volver al catálogo

Honeybadger

honeybadger

Honeybadger is an error tracking and application performance monitoring service for developers.

Acciones
6
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

Acciones disponibles (6)

Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.

Report Check-InHONEYBADGER_REPORT_CHECK_INAcción

Tool to report a check-in (ping) to Honeybadger. Use when monitoring scheduled tasks to signal they're running on time.

Parámetros de entrada

  • idstring

    The unique identifier of the check-in to report. Provide this OR `project_api_key` and `slug`.

  • slugstring

    The slug identifier of the check-in. Required when reporting by slug instead of `id`.

  • project_api_keystring

    The API key of the project. Required when reporting by `slug` instead of `id`.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Report DeploymentHONEYBADGER_REPORT_DEPLOYMENTAcción

Tool to report a new deployment to Honeybadger. Use after a successful release to notify Honeybadger of the deployment.

Parámetros de entrada

  • deployobjectObligatorio

    Deployment details

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Report EventHONEYBADGER_REPORT_EVENTAcción

Tool to send custom events to Honeybadger Insights. Use when recording structured NDJSON telemetry.

Parámetros de entrada

  • eventsobject[]Obligatorio

    List of event objects to send as NDJSON payload. Each event must be under 100 kB; total payload must be under 5 MB.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Report ExceptionHONEYBADGER_REPORT_EXCEPTIONAcción

Tool to report an exception notice to Honeybadger. Use when sending error details (stack trace, context) for diagnostics.

Parámetros de entrada

  • errorobjectObligatorio

    Exception details including backtrace

  • serverobject

    Server and process context for the exception.

  • requestobject

    HTTP request context at the time of the exception.

  • notifierobject

    Client library information for Honeybadger notifier.

  • breadcrumbsobject

    Breadcrumb trail leading up to the exception.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Upload File to S3HONEYBADGER_UPLOAD_FILE_TO_S3Acción

Tool to upload a local file to a managed S3 bucket. Use when preparing files for source-map uploads.

Parámetros de entrada

  • mimetypestring

    Optional MIME type of the file.

  • file_pathstringObligatorio

    Absolute path to the local file to upload.

  • desired_namestring

    Optional filename to use in S3. Defaults to basename of file_path.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Upload Source MapHONEYBADGER_UPLOAD_SOURCE_MAPAcción

Tool to upload JavaScript source maps for error de-minification. Use after deploying assets to Honeybadger to attach source maps.

Parámetros de entrada

  • revisionstring

    Deploy revision; should match honeybadger.js revision configuration.

  • source_mapobjectObligatorio

    The corresponding source map file.

  • minified_urlstringObligatorio

    Absolute production URL of the minified JS file; supports '*' wildcard. Query strings are ignored.

  • minified_fileobjectObligatorio

    The minified JavaScript file to upload.

  • additional_source_filesobject[]

    Additional source files referenced by the map; each file's name must match its URL.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not