PluginProbe ʕ •ᴥ•ʔ
Transferito: WP Migration / trunk
Transferito: WP Migration vtrunk
trunk 11.4.0 12.0.0 13.1.0 14.0.0 14.0.11 14.0.7 14.1.0 14.1.1 14.1.2 14.1.3 14.1.4
transferito / src / Views / Assets / js / transferito-sentry.js
transferito / src / Views / Assets / js Last commit date
transferito-sentry.js 3 years ago transferito.js 8 months ago
transferito-sentry.js
12 lines
1 Sentry.init({
2 dsn: "https://766e9785220d4ad9a47464a4ce2fc1fc@o4504776680538112.ingest.sentry.io/4504776683945984",
3 integrations: [
4 new Sentry.Replay({
5 maskAllText: true,
6 blockAllMedia: true,
7 })
8 ],
9 replaysSessionSampleRate: 0.1,
10 replaysOnErrorSampleRate: 1.0,
11 });
12