0.0.9 • Published 8 months ago

capacitor-rollbar v0.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Capacitor Rollbar Plugin

Capacitor Rollbar Plugin is a custom Capacitor plugin that integrates the Rollbar SDK into your Android app, allowing you to capture and report errors to the Rollbar platform.

Installation

To use this plugin in your Capacitor project, follow these steps:

  1. Install the plugin using npm or yarn:
npm install capacitor-rollbar
# or
yarn add capacitor-rollbar

Android Setup

To enable Rollbar error reporting in your Android app, you need to perform the following steps:

Add the Rollbar access token to your capacitor.config.json:

{
  "plugins": {
    "CapacitorRollbar": {
      "accessToken": "YOUR_ROLLBAR_ACCESS_TOKEN",
      "environment": "development" // or "production" based on your environment
    }
  }
}

Contributing

Contributions to this plugin are welcome! If you find a bug or have an improvement idea, please open an issue or submit a pull request.

License

This plugin is open-source and available under the MIT License.

0.0.9

8 months ago

0.0.8

8 months ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago