diff --git a/src/nuxt.config.js b/src/nuxt.config.js index 4720f49fa..e77a14ba7 100644 --- a/src/nuxt.config.js +++ b/src/nuxt.config.js @@ -477,7 +477,7 @@ const nuxtConfig = { Replay: {}, }, clientConfig: { - replaysSessionSampleRate: IS_TESTNET ? 0.5 : 0.01, + replaysSessionSampleRate: IS_TESTNET ? 1.0 : 0.05, replaysOnErrorSampleRate: IS_TESTNET ? 1.0 : 1.0, }, }, diff --git a/src/pages/nft/class/_classId/index.vue b/src/pages/nft/class/_classId/index.vue index 34aac242b..722b68f83 100644 --- a/src/pages/nft/class/_classId/index.vue +++ b/src/pages/nft/class/_classId/index.vue @@ -825,17 +825,6 @@ export default { } const blockingPromises = [this.fetchISCNMetadata()]; await Promise.all(blockingPromises); - - // Investigate google ads drop reason - if (this.$sentry) { - this.$sentry.setTag('utm_medium', this.utmMedium); - if (this.utmMedium === 'ads') { - const replay = this.$sentry.getReplay(); - if (replay) { - replay.start(); - } - } - } } catch (error) { if (!error.response?.status === 404) { // eslint-disable-next-line no-console @@ -876,14 +865,6 @@ export default { } if (this.hasCrossSell) { - // Manually start replay to investigate cross sell UX - if (this.$sentry) { - this.$sentry.setTag('cross_sell', 'enabled'); - const replay = this.$sentry.getReplay(); - if (replay) { - replay.start(); - } - } logTrackerEvent( this, 'NFT',