jovo-plugin-sentry
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

Installation

$ npm install jovo-plugin-sentry --save

In your Jovo project:

// src/app.ts
import { SentryErrorPlugin } from 'jovo-plugin-sentry';


app.use(
	// other plugins, platforms, etc.
	new  SentryErrorPlugin()
);

Customize

NOTE: The dsn is a required parameter

You can use the config.ts file to add the changes in the following format:

const config = {
    plugin: {
        SentryErrorPlugin: {
            dsn: '<YOUR_DSN_HERE>'
        }
    }
};

export = config;

License

Apache-2.0

Package Sidebar

Install

npm i jovo-plugin-sentry

Weekly Downloads

1

Version

0.0.2

License

Apache-2.0

Unpacked Size

19.5 kB

Total Files

9

Last publish

Collaborators

  • e.ricci