# @soxhub/rollbar-hapi

> A Hapi plugin for rollbar painless integration

Latest version **0.0.11** (published 2017-12-06) · 0 weekly downloads

## Install

```sh
npm install @soxhub/rollbar-hapi
pnpm add @soxhub/rollbar-hapi
yarn add @soxhub/rollbar-hapi
bun add @soxhub/rollbar-hapi
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.11 |
| Published | 2017-12-06 |
| First published | 2017-06-21 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | SOXHUB |
| Maintainers | rajivm |
| Keywords | log, logging, monitor, monitoring, error, rollbar, hapi, plugin |

## Links

- npm: https://www.npmjs.com/package/@soxhub/rollbar-hapi
- Repository: https://github.com/soxhub/rollbar-hapi
- Homepage: https://github.com/soxhub/rollbar-hapi#readme
- Issues: https://github.com/soxhub/rollbar-hapi/issues
- npm.io page: https://npm.io/package/@soxhub/rollbar-hapi

## Alternatives

- [@sentry/react-native](https://npm.io/package/@sentry/react-native.md) — 2.6M weekly downloads
- [@ardatan/aggregate-error](https://npm.io/package/@ardatan/aggregate-error.md) — 708.1K weekly downloads
- [custom-error-generator](https://npm.io/package/custom-error-generator.md) — 2.0K weekly downloads
- [@technik-sde/prosemirror-recreate-transform](https://npm.io/package/@technik-sde/prosemirror-recreate-transform.md) — 1.5K weekly downloads
- [@suchipi/error-utils](https://npm.io/package/@suchipi/error-utils.md) — 78 weekly downloads

## Recent versions

- 0.0.11 (latest) — 2017-12-06
- 0.0.10 — 2017-06-21

## README

# rollbar-hapi
A Hapi plugin for rollbar painless integration

[![GitHub license](https://img.shields.io/github/license/epappas/rollbar-hapi.svg?style=flat-square)](https://github.com/epappas/rollbar-hapi/blob/master/LICENSE)
[![Travis](https://img.shields.io/travis/epappas/rollbar-hapi.svg?style=flat-square)](https://travis-ci.org/epappas/rollbar-hapi)
[![Coveralls](https://img.shields.io/coveralls/epappas/rollbar-hapi.svg?style=flat-square)](https://coveralls.io/r/epappas/random-api)
[![npm](https://img.shields.io/npm/dm/rollbar-hapi.svg?style=flat-square)](https://www.npmjs.com/package/rollbar-hapi)
[![npm](https://img.shields.io/npm/v/rollbar-hapi.svg?style=flat-square)](https://www.npmjs.com/package/rollbar-hapi)
[![GitHub stars](https://img.shields.io/github/stars/epappas/rollbar-hapi.svg?style=flat-square)](https://github.com/epappas/rollbar-hapi)

# installation

    npm install rollbar-hapi --save

# Use of

    server.register({
            register: require('./rollbar/index'),
            options: {
                accessToken: '',
                environment: '', // optional, defaults to process.env.NODE_ENV
                handleUncaughtExceptions: true // optional, defaults to false
            }
        }, function (err) {
            if (err) throw err;
        });

# Exposes

    server.plugins['rollbar-hapi'].rollbar // the rollbar module, already initialised

    The exposed `rollbar` above can be used to access rollbar's `log`, `debug`, `info`, `warning`, 
    `error`, and `critical` methods

---
_Source: https://npm.io/package/@soxhub/rollbar-hapi · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
