diff --git a/index.html b/index.html index fa2ffa5f..64f1d8ce 100644 --- a/index.html +++ b/index.html @@ -1,43 +1,42 @@ - + - - - - All-in-One Tools - - - -
-

All-in-One Tools

-

A collection of useful tools, all in one place.

-
+ + + + All-in-One Tools + + + +
+

All-in-One Tools

+

A collection of useful tools, all in one place.

+
-
-
-

Unit Converter

-

Convert between common units (length, weight, temperature).

- Open -
-
-

Calculator

-

Perform quick calculations.

- Open -
-
-

Password Generator

-

Create strong and secure passwords.

- Open -
-
-

QR Code Generator

-

Turn text or links into QR codes.

- Open -
+
+
+

Unit Converter

+

Convert between common units (length, weight, temperature).

+ Open +
+
+

Calculator

+

Perform quick calculations.

+ Open +
+
+

Password Generator

+

Create strong and secure passwords.

+ Open +
+
+

QR Code Generator

+

Turn text or links into QR codes.

+ Open +
+
-
- - - - \ No newline at end of file + + + diff --git a/js/main.js b/js/main.js index e5a2f6cd..fbac5a31 100644 --- a/js/main.js +++ b/js/main.js @@ -10,19 +10,16 @@ Sentry.init({ sendDefaultPii: true, // Enable performance monitoring + session replay - integrations: [ - new BrowserTracing(), - new Replay() - ], + integrations: [new BrowserTracing(), new Replay()], // Performance Monitoring tracesSampleRate: 1.0, // Capture 100% (lower in prod) // Session Replay replaysSessionSampleRate: 0.1, // Capture 10% of sessions - replaysOnErrorSampleRate: 1.0 // Always capture replay on error + replaysOnErrorSampleRate: 1.0, // Always capture replay on error }); // Test error myUndefinedFunction(); -console.log("All-in-One Tools loaded."); \ No newline at end of file +console.log("All-in-One Tools loaded.");