Skip to content

Instantly share code, notes, and snippets.

import * as Sentry from "@sentry/node"
// Initialize Sentry
Sentry.init({
debug: true,
dsn: "============================================YOUR DSN HERE============================================",
tracesSampleRate: 1.0, // Capture 100% of the transactions
sendDefaultPii: true, // Send default PII data to Sentry
integrations: [Sentry.vercelAIIntegration()],
});
@matejminar
matejminar / this-is-filename.html
Last active December 20, 2017 09:01
this is gist description
<div class="test">
<p>Hello</p>
</div>