From d42f6eb9e81c4cb5ed18f4497df474276a65446f Mon Sep 17 00:00:00 2001 From: user Date: Thu, 20 Feb 2025 10:05:04 +0300 Subject: [PATCH] enable traces & add metrika --- index.html | 18 ++++++++++++++++++ src/shared/services/sentry/index.ts | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index d919ec9..243b38e 100644 --- a/index.html +++ b/index.html @@ -12,6 +12,24 @@ + + + + + MyMusic diff --git a/src/shared/services/sentry/index.ts b/src/shared/services/sentry/index.ts index 36b0171..1e22a8f 100644 --- a/src/shared/services/sentry/index.ts +++ b/src/shared/services/sentry/index.ts @@ -27,7 +27,7 @@ Sentry.init({ // of transactions for tracing. // Learn more at // https://docs.sentry.io/platforms/javascript/configuration/options/#traces-sample-rate - tracesSampleRate: 0, + tracesSampleRate: 1, // Set `tracePropagationTargets` to control for which URLs trace propagation should be enabled tracePropagationTargets: [