1.2.3 • Published 7 years ago

react-raven v1.2.3

Weekly downloads
334
License
SEE LICENSE IN LI...
Repository
github
Last release
7 years ago

react-raven

A simple React component for Sentry integration.

Installing

npm install --save react-raven

Usage

  import React from 'react';
  import Raven from 'react-raven';

  fuction Application(props) {
    return (
      <div>
        <Raven dsn="https://<key>@sentry.io/<project>" />

        {'...your staff...'}

      </div>
    );
  }

  export default Application;

Properties

dsn

required The dsn url to the sentry instance (more information).

config

optional The optional sentry configuration (more information).

1.2.3

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago