1.8.3 • Published 10 months ago

drcode-wrapper v1.8.3

Weekly downloads
-
License
MIT
Repository
github
Last release
10 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

10 months ago

1.8.2

11 months ago

1.8.1

11 months ago

1.7.1

11 months ago

1.6.1

11 months ago

1.5.9

11 months ago

1.5.8

11 months ago

1.5.7

11 months ago

1.5.6

11 months ago

1.2.0

11 months ago

1.5.5

11 months ago

1.3.7

11 months ago

1.3.6

11 months ago

1.5.3

11 months ago

1.4.4

11 months ago

1.3.5

11 months ago

1.5.2

11 months ago

1.3.4

11 months ago

1.4.2

11 months ago

1.3.3

11 months ago

1.5.0

11 months ago

1.4.1

11 months ago

1.3.2

11 months ago

1.2.3

11 months ago

1.4.0

11 months ago

1.3.1

11 months ago

1.2.2

11 months ago

1.2.1

11 months ago

1.3.9

11 months ago

1.4.7

11 months ago

1.3.8

11 months ago

1.1.0

11 months ago

1.0.0

11 months ago