Honeybadger
honeybadgerHoneybadger is an error tracking and application performance monitoring service for developers.
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ónTool to report a check-in (ping) to Honeybadger. Use when monitoring scheduled tasks to signal they're running on time.
HONEYBADGER_REPORT_CHECK_INAcciónTool to report a check-in (ping) to Honeybadger. Use when monitoring scheduled tasks to signal they're running on time.
Parámetros de entrada
idstringThe unique identifier of the check-in to report. Provide this OR `project_api_key` and `slug`.
slugstringThe slug identifier of the check-in. Required when reporting by slug instead of `id`.
project_api_keystringThe API key of the project. Required when reporting by `slug` instead of `id`.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Report DeploymentHONEYBADGER_REPORT_DEPLOYMENTAcciónTool to report a new deployment to Honeybadger. Use after a successful release to notify Honeybadger of the deployment.
HONEYBADGER_REPORT_DEPLOYMENTAcciónTool to report a new deployment to Honeybadger. Use after a successful release to notify Honeybadger of the deployment.
Parámetros de entrada
deployobjectObligatorioDeployment details
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Report EventHONEYBADGER_REPORT_EVENTAcciónTool to send custom events to Honeybadger Insights. Use when recording structured NDJSON telemetry.
HONEYBADGER_REPORT_EVENTAcciónTool to send custom events to Honeybadger Insights. Use when recording structured NDJSON telemetry.
Parámetros de entrada
eventsobject[]ObligatorioList 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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Report ExceptionHONEYBADGER_REPORT_EXCEPTIONAcciónTool to report an exception notice to Honeybadger. Use when sending error details (stack trace, context) for diagnostics.
HONEYBADGER_REPORT_EXCEPTIONAcciónTool to report an exception notice to Honeybadger. Use when sending error details (stack trace, context) for diagnostics.
Parámetros de entrada
errorobjectObligatorioException details including backtrace
serverobjectServer and process context for the exception.
requestobjectHTTP request context at the time of the exception.
notifierobjectClient library information for Honeybadger notifier.
breadcrumbsobjectBreadcrumb trail leading up to the exception.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Upload File to S3HONEYBADGER_UPLOAD_FILE_TO_S3AcciónTool to upload a local file to a managed S3 bucket. Use when preparing files for source-map uploads.
HONEYBADGER_UPLOAD_FILE_TO_S3AcciónTool to upload a local file to a managed S3 bucket. Use when preparing files for source-map uploads.
Parámetros de entrada
mimetypestringOptional MIME type of the file.
file_pathstringObligatorioAbsolute path to the local file to upload.
desired_namestringOptional filename to use in S3. Defaults to basename of file_path.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Upload Source MapHONEYBADGER_UPLOAD_SOURCE_MAPAcciónTool to upload JavaScript source maps for error de-minification. Use after deploying assets to Honeybadger to attach source maps.
HONEYBADGER_UPLOAD_SOURCE_MAPAcciónTool to upload JavaScript source maps for error de-minification. Use after deploying assets to Honeybadger to attach source maps.
Parámetros de entrada
revisionstringDeploy revision; should match honeybadger.js revision configuration.
source_mapobjectObligatorioThe corresponding source map file.
minified_urlstringObligatorioAbsolute production URL of the minified JS file; supports '*' wildcard. Query strings are ignored.
minified_fileobjectObligatorioThe 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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not