1.8.3 • Published 11 months ago

drcode-wrapper v1.8.3

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

const config = { protocol: 'https', publicKey: 'yourPublicKey', host: 'sentry.io', port: 443, projectId: 'yourProjectId', tracesSampleRate: 1.0, // optional profilesSampleRate: 1.0 // optional };

// Initialize drcode-wrapper initDrcode(config);

// Express.js example for setting up error handler const app = express();

app.use(setUpErrorHandler);

app.listen(3000, () => { console.log('Server is running on port 3000'); });

export function initDrcode(config: DrCodeConfig): void;

export function setUpErrorHandler( err: Error, req: any, res: any, next: any ): void;

1.8.3

11 months ago

1.8.2

1 year ago

1.8.1

1 year ago

1.7.1

1 year ago

1.6.1

1 year ago

1.5.9

1 year ago

1.5.8

1 year ago

1.5.7

1 year ago

1.5.6

1 year ago

1.2.0

1 year ago

1.5.5

1 year ago

1.3.7

1 year ago

1.3.6

1 year ago

1.5.3

1 year ago

1.4.4

1 year ago

1.3.5

1 year ago

1.5.2

1 year ago

1.3.4

1 year ago

1.4.2

1 year ago

1.3.3

1 year ago

1.5.0

1 year ago

1.4.1

1 year ago

1.3.2

1 year ago

1.2.3

1 year ago

1.4.0

1 year ago

1.3.1

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.3.9

1 year ago

1.4.7

1 year ago

1.3.8

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago