import * as Sentry from "@sentry/bun"; // Ensure to call this before importing any other modules! Sentry.init({ dsn: DSN, debug: true, // Add Performance Monitoring by setting tracesSampleRate // Set ...
Velo is a full-stack development platform that empowers you to rapidly build, manage and deploy professional web apps. Velo is a full-stack development platform that empowers you to rapidly build, ...
This is a minimal working example for JavaScript bundling with rollup and babel where async/await is correctly transpiled, to be compatible with IE11. This repository was/is necessary because it is ...