mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-17 18:21:28 +10:00
design nosepass template, add tests, add template previews
This commit is contained in:
@ -23,7 +23,7 @@ async function bootstrap() {
|
||||
|
||||
// Sentry
|
||||
// Error Reporting and Performance Monitoring
|
||||
const sentryDsn = configService.get("SENTRY_DSN");
|
||||
const sentryDsn = configService.get("VITE_SENTRY_DSN");
|
||||
|
||||
if (sentryDsn) {
|
||||
const express = app.getHttpAdapter().getInstance();
|
||||
|
||||
Reference in New Issue
Block a user